T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: whats the param i put on a trigger in mush to be able to enable or disable it? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: you just want to give the trigger a name using the Label field (or give it a groupname to enable/disable multiple trigs at once)...then you'd use EnableTrigger("TrigName", false) to disable, and EnableTrigger("TrigName") to enable (you can also add ", true" for consistency but it's assumed to be true if not put there...use EnableTriggerGroup in the same way to enable/disable groups of trigs (like a class is zmud) T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: yeah it was not working for me, and it just started for some reason, i might have just done something weird, thanks for the response though T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: one more is there something equivilent to #gagon and #gagoff? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tol Tech: omit from output T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: so i cant do it to blocks of text at the same time? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tol Tech: multiple line trigger T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: guess i will look into that thanks T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tol Tech: sorry I can't help further there, I haven't used one. I usually just (.*) then figure it out in the logic on when to stop, then reprint the last line if I wanted that displayed T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: nm i dont have to do it, mush had a built in function for what i wanted *shrug T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: in cmud i use to assign "list variables" with var[other] = true but in mush it seems to give me "table index is nil" errors, suggestions? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: where do you guys normally store information for potion trackers in mush? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Rawel Tech: is there any way to stop the mapper using a direction for movement and instead use a cexit? In umari's castle this is rather annoying T3/r7/2016-12-01.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: mapper help exits T3/r7/2016-12-01.txt.gz:{chan ch=tech}Rawel Tech: hmm I'm not seeing anything that would help me there. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: what exactly are you asking then? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Rawel Tech: I want to use a cexit instead of the directional exit for one exit from a given room T3/r7/2016-12-01.txt.gz:{chan ch=tech}SeanJac Tech: when you set a cexit, mapper always use that. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Rawel Tech: that is certainly not true T3/r7/2016-12-01.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: you can have the mapper use a cexit instead of a direction by setting it up with mapper cexit blahblahblah T3/r7/2016-12-01.txt.gz:{chan ch=tech}Rawel Tech: I have a cexit set up for umari but it still uses s and gets me into a fight with the gargoyles T3/r7/2016-12-01.txt.gz:{chan ch=tech}Shindo Tech: using the minimap you can also DELETE the direction so only the cexit remains T3/r7/2016-12-01.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: unless you are asking when you hit a direction mapper recognizes and uses a cexit instead of the direction you entered T3/r7/2016-12-01.txt.gz:{chan ch=tech}Nocens Tech: try to delete normal exit, leave only the cexit T3/r7/2016-12-01.txt.gz:{chan ch=tech}SeanJac Tech: there is a delay for when you say umari at the gate. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Rawel Tech: tried that it gets reset, tried a delay maybe it should be longer though T3/r7/2016-12-01.txt.gz:{chan ch=tech}SeanJac Tech: so even if you put a cexit at the gate to say umari, sometimes the gargoyles will still attack you. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Shindo Tech: or put an insane level lock on the direction exit T3/r7/2016-12-01.txt.gz:{chan ch=tech}Rawel Tech: gah I'm a moron I did put the wait in but used the wrong commanf T3/r7/2016-12-01.txt.gz:{chan ch=tech}Rawel Tech: ty. works now. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: cmud has %char to get the char name in a trigger, does mush have something about the same without having to probe and check via an if statement? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Amministra Amorat Tech: does xset vidblain work via coordinates or mapper rooms? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: Hey does anyone know how to tweak Sharptracker v3.6b to not give me errors because of OPK exp bonus ? T3/r7/2016-12-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Edit the line that matches the tier bonus QPs would be my guess :) T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: well, for exp bonus you'd tweak the exp receive line (with exprate), but you'll want to edit both triggers T3/r7/2016-12-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Oh yeah misread that - but yeah what Magna said! T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: dam its been so long i think ive found the trigger but im assuming i have to change the matching lik T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: line is that correct ? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: thanks for the help looks like ive stopped the errors, but i dont know enough to add the opk bonus to the tracking T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: is there something written on how miniwindows work or do i just need to disect a different plugin? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: http://www.gammon.com.au/forum/?id=8816 T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: is there a way to make mushclient variables global? or at least be able to been seen by a .lua file? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Shindo Tech: GetVariable and SetVariable T3/r7/2016-12-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: use GetVariable("var") T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: hrmm actually im not sure if thats where it is failing now T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: doh, im an idiot, i forgot to actually populate my variable T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: that is a good start T3/r7/2016-12-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Honestly I haven't used the script file since I first learned how to use Mush, find it's much easier to put them all in individual XML plugin files. T3/r7/2016-12-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Can reload them with an alias... T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: i have a common lua file i refrence in my plugins T3/r7/2016-12-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: globals you can set up in the "variables" dialog T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: as i said im just an idiot who forgot to set the variable, im use to working on cmud where my variables are already set so once i start coding i have them T3/r7/2016-12-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: has switching to wide screen changed your code-writing style much you think? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: do mushclient plugins maintain variables? or must i find a way to include initial variables for people who install it? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: 4k res maximized notepad window. wide screen coding T3/r7/2016-12-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: mhmh. have your lines been getting longer now?:) T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: hadar, you can tell it to save state which will retain variables across sessions T3/r7/2016-12-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: and variables having longer names? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: i get that, but if i then send the xml to someone else, they wont have any of the variables i set correct? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: this is true, but your fuctions can set varaibles the first time using if statements. like if x != nil then set default value T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: er. if nil, set default T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: i'm tired =p T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: Just give in, switch to TinTin T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: if i switch to anything, im going back to cmud :P T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: I switched a little while back from CMUD to TT++. (went to Linux full time and CMUD ran like garbage on Wine for me) T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: im only doing mush 1) to finally learn how the coding works, 2) make a plugin to help keep hadar.ninja up to date T3/r7/2016-12-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: eh. mush is fine T3/r7/2016-12-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: almost T3/r7/2016-12-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: sometimes it makes you go very oldschool to debug though T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: says someone in a text-based game T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: hahah T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: __m_OO_m__ Hwuaijijal nods. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: my ultimate goal is just to keep hadar.ninja up to date with people who want to install my plugin :P T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: lua is lua and learning the logic behind it works across languages T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: in my first college-level course in computer science, my teacher insisted on using Lisp T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: Lua I find fine, but never cared for the interface on MUSH.. or the odd packaging of plugins. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: what a syntax nightmare T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: It's ((not so) bad)))))(((())) T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: yeah lua is definatly simple in the way it uses syntax T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: yeah how plugins works is what is really killing me, thats why i liked cmud and did not want to change because 1) liked the mapper better, 2) almost everything was always in scope T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: I always used an external mapper on CMUD, which I ditched on the move. I didn't like the one in TT++ either, so I wrote one :P T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: let's do lisp math! (+ (* 2 4 2 6) (* 5 8)) T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: Robbo convulses as he shudders in disgust. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: Trivial Remarto runs away in utter terror! T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: i always thought the cmud mapper was nice, i mean being able to move around not worrying about how it does custom exits because it does them well T3/r7/2016-12-01.txt.gz:{chan ch=tech}Shindo Tech: gosh that takes me back 20 years T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: I just had issues with it eating itself. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: for formatting, he also insisted operators start a new indented line. you know, to make it look cleaner T3/r7/2016-12-01.txt.gz:{chan ch=tech}Useful Hadar Tech: anyways you guys are distracing me, i have to keep breaking mush, and figuring out how to make my plugins more complete T3/r7/2016-12-01.txt.gz:{chan ch=tech}Mr. Dash Tech: looked like our code was just pissing numbers T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: I'll get back to compiling Quantum Espresso.. again. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: Robbo sobs in misery. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: Trivial Remarto comforts Robbo. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: should i help you find the rope ? T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: Might need it. Fortran overdose soon. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: Trivial Remarto convulses as he shudders in disgust. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: About 75% of the stuff running on our compute clusters is Fortran. Researchers seem to like that stuff. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: The rest is split between C, C++, and Python. Oh, and some R. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: ive only worked with lua but not eager to learn the other mainstream languages T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: To the horror of others, I wrote my mapper in Perl. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Robbo Tech: I tried to force myself to use it as a learning exercise and write in something else, but I couldn't do it. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: isnt that like trying to sing in japanese when you only know english and german ..... T3/r7/2016-12-01.txt.gz:{chan ch=tech}Trachx Tech: learn Progress 4GL (aka Openedge ABL) T3/r7/2016-12-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i only know javascript. about 0,1% of it. and its enough:) T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: You cheer Useful Hadar on and wish him good luck! T3/r7/2016-12-01.txt.gz:{chan ch=tech}Tech: thanks for taking on the sharptracker update for OPK :-) T3/r7/2016-12-01.txt.gz:{chan ch=tech}Grushnak Tech: I've notices there are some cp mobs who I xcp to, but am instantly told I can't find a path, it doesn't even search, but I can rt the area and then immediately rt the mob without issue. Any idea of what causes this? T3/r7/2016-12-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: use the mudside speedwalk command there is a cexit in the runto you havent added to the mapper so it doesnt have a path. T3/r7/2016-12-01.txt.gz:{chan ch=tech}Grushnak Tech: Oooh, that makes sense! Thanks T3/r7/2016-12-01.txt.gz:{chan ch=tech}Kratos Tech: Anyone here fluent with netbeans GUI editor? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Amministra Amorat Tech: does the mapper already know where the clan area exits are? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kratos Tech: Anyone here familiar with netBeans and making GUI's for them? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Only use eclipse, sorry T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kratos Tech: I cannot get my Jar file to show up on the front end. T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Shoot your question anyways. Maybe someone might remember something T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kratos Tech: I clean and build and run it, but it only runs within netBeans, not outside of it. T3/r7/2016-12-02.txt.gz:{chan ch=tech}Pheal My Redwood Tech: well if we learned anything from 'One man, one jar' it is that jars tend to show up in the back. T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kratos Tech: Is that a video? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Shindo Tech: and if you compile it with ant? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Pheal My Redwood Tech: Yes Kratos. Same style as 'Two girls, one cup'. T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: When you clean the project, does the jar build into a 'dist' subdir? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kratos Tech: yes T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Just googling here, but have you seen this? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: http://stackoverflow.com/questions/11056871/netbeans-made-jar-file-wont-work T3/r7/2016-12-02.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: You told him about google? Please do not share programmer secrets publicly! T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo gasps in astonishment. T3/r7/2016-12-02.txt.gz:{chan ch=tech}Trivial Remarto Tech: Nooo we are exposed T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Sorry all :( T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Did you add the jar to your classpath? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kratos Tech: Yeah, Im just going to "google" my way through it i guess. I knew better then to ask for help. T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: I'm sorry. I'd love to help, but I do not use netbeans. Sorry for offending you. T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kratos Tech: all good, wasnt you :) T3/r7/2016-12-02.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Oh okay. :D T3/r7/2016-12-02.txt.gz:{chan ch=tech}Rawel Tech: how do I fix misidentified areas in s&d? Like when s&d denotes something lab and runs to labyrinth instead of chaprenula's laboratory T3/r7/2016-12-02.txt.gz:{chan ch=tech}Almila Tech: I found a plugin for mush named masaki equalizer.. is there any other plugin to automatically wear eq and are they better? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: I think Bast might have one as well, but they're both somewhat tricky to use T3/r7/2016-12-02.txt.gz:{chan ch=tech}Almila Tech: that's why I wanted to ask before using any.. since I will need to re-id all eq for the scripts to work I guess.. T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: can a powerout kill a hdd? T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: Got the old spinup and shutdown issue after the power went out T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: depending on what filesystem its using yes, more likely a queued write will not have been written so youll lose data T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: Well any way to check why BIOS won't read it/it shuts down shortly after receiving power? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: yea there is, one sec T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: especially when that's my OS drive, got a 1 TB external but formatting for a OS may be a huge data loss T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: hrm i used to use a boot cd that did all kinds of diagnostics including hd testing and smart status... T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: what os are you on? T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: windows 7 T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: the bios isnt detecting it? T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: I imagine the boards CD won't offer any help without a OS T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: no but recovery media might, as long as the bios detects the hard drive T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: no, if I replug it's power, it spins up and seems to die T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: if the bios wont detect it, youre probably out of luck unless you can get it detected on another pc so you can perform diagnostics T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: sounds like mechanical failure, or a component popped on the logic chip T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: Seems so, powerfailures wore down my PSU and now my HDD T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: you can try to grab ubcd from http://www.ultimatebootcd.com/ and see if you can run tests on it T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: And I only just realized the static discharge defaults to off, would esd help in future? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: ? T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: idk what that is T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: built in static discharge on the motherboard T3/r7/2016-12-02.txt.gz:{chan ch=tech}Kobus Tech: probably couldnt hurt, not sure how that works though :p T3/r7/2016-12-02.txt.gz:{chan ch=tech}Almila Tech: did you try unplugging the power from hdd and waiting like 15 mins? it usually helps with electronics.. T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: still learning my Asus board T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: well I left the entire PC off, yes T3/r7/2016-12-02.txt.gz:{chan ch=tech}Almila Tech: unplug the hdd really.. T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: not much good with a faulty OS drive T3/r7/2016-12-02.txt.gz:{chan ch=tech}Almila Tech: it's worth a try T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: will try that and also try booting my boards CD T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: thanks with that disconnect tip T3/r7/2016-12-02.txt.gz:{chan ch=tech}FirstBlade Gladacus Tech: is that a sign of potential failure? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Almila Tech: well, if you have voltage changes, probably it will happen again.. so, not a good sign.. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Almila Tech: there's a program named hdd sentinel that tells you about the health of your hdd.. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Almila Tech: and if you start to hear a lot of sounds from your hdd, it really means you need to backup your important things to another hdd.. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Almila Tech: so, a hard disk scan for bad sectors will probably find a lot of bad sectors now.. there's a program named hdd regenerator claiming to fix the bad sectors after electricity problems.. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Almila Tech: I tried that one for some time.. but honestly, if hdd is dying, after a few days later, bad sectors show up again.. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: how do you get rid of one of the backgrounds on the minimap? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: is it possible to have a dual vga monitor set up with 1x display port and 1x dvi port? T3/r7/2016-12-03.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: yes T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: yes T3/r7/2016-12-03.txt.gz:{chan ch=tech}Ontuct Tech: that is some serious aardplay setup T3/r7/2016-12-03.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i win! T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: so i just need to get a vga -> whatever adapter, plug it in and it should work? T3/r7/2016-12-03.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: yep. but there are 2 types of dvis T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: dvi-i i believe T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: yeah, there's DVI-D which doesn't have an analog signal so you'd need ot translate it, or DVI-A which acually has some of its pins be a VGA signal T3/r7/2016-12-03.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: those are cheap but that another drive to the store is annoying. to get the right one T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: i believe this should be my card: https://www.asus.com/sg/Graphics-Cards/GTX950-OC-2GD5/specifications/ T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: currently vga monitor is running in the display port, got another free vga monitor so i figured wouldn't hurt to add it T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: good, the DVI in that card is DVI-I, which includes the analog T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: I misspoke on the DVI-A, it's really -D (digital-only) or -I (both analog and digital) T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: super-cheap adapters available for DVI-to-VGA T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: hmm and it looks like i'm mistaken, current monitor is using the dvi port itl ooks like T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: using the middle one, i think it's dvi https://www.asus.com/sg/Graphics-Cards/GTX950-OC-2GD5/gallery/ T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: displayport looks like a cross between HDMI and USB, and its signal is essentially HDMI's signal, just without paying the HDMI consortium's licensing T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: in that pic, top is displayport, middle is DVI, and bottom is HDMI T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: is it difficult to get an adapter for either hdmi or displayport? i assume either would work for my purposes T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: nah, it's easy to use either one T3/r7/2016-12-03.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: there are differences between max reso&refresh rates T3/r7/2016-12-03.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: its very messy T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: hmm what do you mean? T3/r7/2016-12-03.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: oh. dont make me do that.. googling for those T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: well, those differences existed even back with just straight VGA T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: well it's two random monitors T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: you've always had to push out a reso/freq supported by the monitor T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: so if they're not the same it might not work? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: no, it'll work fine T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: ok so wierd thing while writing plugins. so im not using mushclient/worlds/plugins as my plugin directory im using a working file directory with my github, so how would i tell it to look in another location for .lua files? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: you'll just have to select a resolution for the new monitor that's supported by th emonitor T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: right T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: not an issue if the two monitors have different resos right? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: since they're VGA without digital inputs, I'm guessing they're not the latest 4k :P T3/r7/2016-12-03.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: no problem with 2 monitors. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: different resos is fine as long as you're "spanning" and not mirroring T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: nod T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: i.e. different stuff on each T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: for the adapter, you'll want to make sure that it's in the right direction T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: yup T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: so it'll be hdmi/display port source -> vga output? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: i.e. there are adapters to take a VGA signal and push it to a DP (or HDMI) display, and adapters to take a DP/HDMI signal and push to a VGA display T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: eg like this https://www.amazon.com/HP-AS615AA-Displayport-VGA-Adapter/dp/B0025ZUF8K i guess T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: just curious, does amazon ship to sporeland? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: depends on seller, some do T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: yup, that one says the right stuff :-) T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: ok, thanks! T3/r7/2016-12-03.txt.gz:{chan ch=tech}Siren Cera Tech: where is sporeland? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: singapore T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: s'pore contraction T3/r7/2016-12-03.txt.gz:{chan ch=tech}Siren Cera Tech: oh. guess i should have figgues that out. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Redryn Tech: ok, thanks! T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: what version of sql does mushclient use when you refrence it in plugins? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: sqlite T3/r7/2016-12-03.txt.gz:{chan ch=tech}Shindo Tech: sqlite i believe T3/r7/2016-12-03.txt.gz:{chan ch=tech}Shindo Tech: probably 3 if you need to get technical T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: as of MUSHclient 5.02 (so as of aard MUSHclient package 1885), it's sqlite 3.13.0 T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: http://mushclient.com/scripts/showrelnote.php?searchfor=sqlite&productid=0 will show all of the sqlite "bumps" :-) T3/r7/2016-12-03.txt.gz:{chan ch=tech}Kylia Tech: Is there a plugin that tracks the number of mobs you've killed over a given period of time? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: lots of them T3/r7/2016-12-03.txt.gz:{chan ch=tech}Arcidayne Tech: Plenty of them. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Arcidayne Tech: I think sharptracker is the most known, though. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Arcidayne Tech: But plenty of people write their own, too. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Kylia Tech: thanks! I'll look for it. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: bast's statdb T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: Arcidayne nods at you in agreement. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Arcidayne Tech: That's another one. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Kylia Tech: thanks:) T3/r7/2016-12-03.txt.gz:{chan ch=tech}Arcidayne Tech: For the sharptracker, finger Opochtli. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Shindo Tech: and hadar just updated the ninja one, there is a note about it somewhere T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: and finger bast for the other T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: i moved it all to https://hadar.ninja/plugins T3/r7/2016-12-03.txt.gz:{chan ch=tech}Kylia Tech: Okay, I'll go look at those:) T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: i updated sharptracker to handle opk exp now T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: Arcidayne nods at Useful Hadar. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: according to remarto there was a couple more bugs, but im eventually going to be writting my own so im not going to deal with updating his T3/r7/2016-12-03.txt.gz:{chan ch=tech}Siren Cera Tech: you can't have a sound play with an alias? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tol Tech: you can T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tol Tech: send to script and use the play sound function T3/r7/2016-12-03.txt.gz:{chan ch=tech}Siren Cera Tech: i dont see the option in the GUI like it do with triggers T3/r7/2016-12-03.txt.gz:{chan ch=tech}Siren Cera Tech: oh. nevermine. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: Siren Cera grins mischievously. T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tol Tech: heh T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: i cant seem to get mushclients databasestep to cycle until EOF does it not work in just a simple for loop? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Amministra Amorat Tech: Is it possible for my xset mark to be occasionally changing from what I set it to be? Or am I just going insane :P T3/r7/2016-12-03.txt.gz:{chan ch=tech}Amministra Amorat Tech: It often takes me to strange places in areas, but I'm never completely certain I set it for the area, and the few areas I'm certain of don't change :P T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: why would mushclient keep outputting 5(busy) when im dealing with a sql db? T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: nm figured it out T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: anyone know a good simple plugin that uses miniwindows? it seems like no matter what im doing, its failing T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: just need to look at some structures T3/r7/2016-12-03.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I think abelinc has one T3/r7/2016-12-03.txt.gz:{chan ch=tech}Kobus Tech: i think tol has his miniwindow code on his github T3/r7/2016-12-03.txt.gz:{chan ch=tech}Kobus Tech: not sure though T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: yeah, some of mine are probably the "lightest" which include Fiendish's zorder stuff T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: I break miniwins into 2 main types of output...either MUD captures like the room desc one or plugin-provided output like the planes cheat sheet one T3/r7/2016-12-03.txt.gz:{chan ch=tech}Tech: unfortunately, I can't really help with "dynamic plugin-provided output", as my table-foo in MUSH is nonexistent T3/r7/2016-12-03.txt.gz:{chan ch=tech}Useful Hadar Tech: i have been hurting my brain over the new script im writing lol, thanks ill check them out T3/r7/2016-12-03.txt.gz:{chan ch=tech}Arcidayne Tech: Well then. Note to self - make sure you do not have all books selected in calibre when you do "Open containing folder"... time to close a few hundred folders... T3/r7/2016-12-03.txt.gz:{chan ch=tech}Amministra Amorat Tech: killall T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: So i bought a gaming mouse :) with teflon bottom pads, 2extra buttons on side, top button for 3 dpi settings, slow medium fast mouse speed, and the shape is so that it fits beautitully in your grasp. 3 more weeks and my pc is done :) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: also got win 7 ultimate :)) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: I want to make Windows 7 ultimate 64bit my main OS, i love the fact its directX 11 and looks sweet and gaming performance is up there. Pretty soon wanna instand Windows XP mode, so that i can run 16bit games T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: windows xp mode is a stand alone version of windows xp pro 32bit inside win 7 T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: Hello. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: What do i need to do in Mush, i guess it envolves some coding. Say i wanna gag all messages from a particullar channel, and only wanna allow ONE message to be displayed from said player.. i do i do that T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: how do i do that T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: this player is Dexx. when i work or want to be quoet, i dont want allot of internet activity, and only want to see Dexxes spellup messages on gossip minus other stuff, can i do that T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: just throwing it out there, not expecting irl coder to help T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: It's quite simple, actually. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: hehehe, my bad, prolly need to go research some google results on lua T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: good, im listennt Arc T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: As long as you understand how GMCP works, you can intercept the messages, and then do: if player == "Dexx" then show message else gag message end T3/r7/2016-12-04.txt.gz:{chan ch=tech}Xyliz Tech: there are other high-stat t9r7s that provide free spellups T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: easy enough, ty Arc T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Arcidayne nods at Hahaha. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: dilemma Xyl _0_0 T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: on the other hane T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: Dexd is most active T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: but it wont hurt for a code to capturw the word spellup in gossip and gag all other T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Hahaha shrugs helplessly. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: but... lets keep it simple 4 now, and go with Arcs suggestin. baby steps T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: anyone on this channel? T3/r7/2016-12-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: nope T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: tech is for chumps! Like me! T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: im paid by the hour to be here T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: cha... nnel? What's that? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: so I use mushclient and when someone writes a long sentence I cant read the end of it T3/r7/2016-12-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: it's a cinnamon cake T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: it goes out of my window and I have to expand it to read the whole sentence T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: pagesize 0 T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: Are you using Aardwolf's MUSHclient package? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: in main wondow or comm log? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Nocens Tech: channel is the perfume. misspelled :) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: That's not the correct answer, Hahaha. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: main window T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: ok T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: my communication window works fine T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: right click main window, check wrap output T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Arcidayne nods at Ayasinda. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: it is checked T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: still same problem T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: then I hope someone else has yoru answer, sorry T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: Did you download the package from Aardwolf, or from MUSHclient's site? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: Aardwolf T3/r7/2016-12-04.txt.gz:{chan ch=tech}Nocens Tech: do you see the scrollbars - on the right side of the communication log window? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: only on my communication window T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: so yes T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: what with them? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: Has this always been happening, since you downloaded it? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: no! T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: So it just started today? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: tried closing client and restarting? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: it's been nowrap with wrap on for me forever T3/r7/2016-12-04.txt.gz:{chan ch=tech}Nocens Tech: nothing. I wanted to check if the windows wasn't to large, and the rest hidden behind other windows T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: hm I think its ok now since I checked wrap output T3/r7/2016-12-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: maybe you could turn it off, restart, then turn on again and restart T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: I don't have wrap output, and it works fine without it. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: But yeah, was going to suggest restarting the client otherwise. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: I see..im going to spam to check it out a bit. ksaaojkdioajkdioasdkjoasdkaosdkaosdkjfisdjhfujhduiahuijhqaijdsjdsdjsaidjaisdjaisdjasdiujhdafqiwjifhudfhdufhianhajsdadhausdhasudhasudhausdhasdhaudahdahduadhaujhuzhiadjaosdjasd T3/r7/2016-12-04.txt.gz:{chan ch=tech}Nocens Tech: if all else fails, and you don't have customizations to your client, download it again, copy the mapper database to clean install, profit :) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: well spam your gt, wtf T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: Next time, use gtell. :P T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Anagantios laughs out loud. T3/r7/2016-12-04.txt.gz:{chan ch=tech}General Xaeris Tech: or Spouse :P T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: I found it amusing T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: yeah the problem is still here T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ontuct Tech: wrapped fine on my end lol T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: Spouse only exists if you have a spouse. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: there's gt and echo, no reason to spam this T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: I think she got the idea calm down T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ontuct Tech: you can send tells to yourself too T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: lol you guys spammed me more with remarks about his spam than he did with his spam T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Failurette Noegel enthusiastically high-fives Ayasinda! T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: only reason to consider a second pc monitor -> to view aardwolf area maps for campaigns. i cant thinkn of a better reason gaming wise T3/r7/2016-12-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: I miss my 2nd monitor T3/r7/2016-12-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: maybe you're too young to know T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: the days of ASL T3/r7/2016-12-04.txt.gz:{chan ch=tech}Aimbot TrEz Tech: arent you like 16 ? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Liber Tech: anyone remembering using telnet to mud? :) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: im not feeling in the mood to share this info just yet... T3/r7/2016-12-04.txt.gz:{chan ch=tech}Durel Tech: Oh yeah. VT100 baby! T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Ayasinda nods. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Shindo Tech: anyone remember gopher T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: I first mudded on zmud in the 90s T3/r7/2016-12-04.txt.gz:{chan ch=tech}Durel Tech: I used telnet over dial-up back when I started mudding T3/r7/2016-12-04.txt.gz:{chan ch=tech}Durel Tech: you young whippersnappers with your fancy colors don't know what it was like back them :P T3/r7/2016-12-04.txt.gz:{chan ch=tech}Durel Tech: err then, that is T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: your all just text on my screen in a blip of my existence, age is just a mind set, your souls age is what matters T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Ayasinda sighs. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Liber Tech: friendly fella' :) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: im friendly, just cant fathom what age have to do with anything, just here to have fun without prejuddice T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: my soul is 28 like me because. It didn't exist before then I'm sure T3/r7/2016-12-04.txt.gz:{chan ch=tech}Liber Tech: that's not prejudice. that was older, more experienced players, talking about the time the mud was not this colorful little thing we use now, with mappers and stuff T3/r7/2016-12-04.txt.gz:{chan ch=tech}Liber Tech: when you had to 'read map' to look at a text only description of the area, to find out your way T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: I remember having a huge list of speedwalks and graph paper maps T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: we made our maps with pen and paper and organised meetings to compare them T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: too bad my friends dont like Aard T3/r7/2016-12-04.txt.gz:{chan ch=tech}Liber Tech: fun times. made me search muds decades later :) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Durel Tech: I remember back when I thought zmud was cheating because you could put in speedwalks. I memorized everything back then. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Durel Tech: I don't do that anymore...long live runto :) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: but I still miss the meetings sometimes T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: make up new meetings about new things T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: i see myself in 5 years time, equiping virtual reallity goggles, viewing mush, swiping my hand gestures infront of me and doing global quests under 90 secs T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: been thinking about that indeed. Just an aardmeeting for fun. Have a few beers or so T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: you can go gquests in under 90 seconds already T3/r7/2016-12-04.txt.gz:{chan ch=tech}Durel Tech: Sounds good to me! T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: I love me some VR. Although VR aardwolf sounds kind of unnecessary T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: I wait for VR to get better before I buy some T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: VR aardwolf haha :D that sounds fun T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tol Tech: I like AR more than VR T3/r7/2016-12-04.txt.gz:{chan ch=tech}Failurette Noegel Tech: very true ayasinda T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Hahaha enthusiastically high-fives Anagantios! T3/r7/2016-12-04.txt.gz:{chan ch=tech}Robbo Tech: VR/AR is for people who can't handle the command line. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Robbo Tech: I recommend TT++ and TinyFugue. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tol Tech: lol T3/r7/2016-12-04.txt.gz:{chan ch=tech}Anagantios Tech: tintin? T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Hahaha . o O ( why in the world would you use any other clients then aard for mush, i mean come on, its optimized regulary by coders like Fiendiesh, and got tons of potential for plugins etc. ) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: because some people dont want all thos fancy plugins T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Hahaha gives Ayasinda a nod, saying, "OK". T3/r7/2016-12-04.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: I use both aardmush and cmud, and as good as the mush mapper is, the cmud mapper is still a bit better. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: Some people don't want the hassle of learning how to switch everything over to MUSH's format of coding, either. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: simplicity mind set , ok T3/r7/2016-12-04.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: also cmud has some features that mush doesn't have, the main one is that you can run cmud as a server. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: CMUD's mapper only excels in that you can set it up for directional commands usage on custom exits. You can do that with MUSH too, but it requires a lot of work. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Arcidayne Tech: Other than that, I find MUSH's mapper better by far, or at least on par. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: granting that, I make extesive use of the cmud server, something which I could not do with mush naturally. I would have to build the infrastructure myself. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: still, mush plugins are an undeniable plus. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: was not challenging non mush client users, being a client newb myself im currious and not ignorant to yawl views T3/r7/2016-12-04.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: mush was my first client way back when, and in those days scripting it was not very easy, so I switched to zmud and then cmud. Now that mush has matured into a premium client, it's a bit too late for this dog to learn new tricks :) Especially with the backlog of code I have for cmud. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: no harm in trying out all the client options, some may fancy me, but not you, all comes down to the participating charecter T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: i know exaxtly what you mean dawg :) T3/r7/2016-12-04.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: it's hard to switch out of 10 years of scripting zmud/cmud. I don't doubt I can end up doing the same thing on both clients, but somehow mush has that extra layer between it and the outside world that I find a bit annoying. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: more is less, less is more T3/r7/2016-12-04.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: that's right, cmud's link to the outside world is bare bones, perfect for manipulation. You basically make your own rules. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: exactly T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: its like real footage man, gotta sea it!, Auawitz concentratiions camps, gas showers chamebers, deaths marhces, pear harbor kamakazi footage and MUCH more in colour, do youself a favour and watchr it, expert narating anf heart gripping stuff T3/r7/2016-12-04.txt.gz:{chan ch=tech}Hahaha Tech: my humple appolagies T3/r7/2016-12-04.txt.gz:{chan ch=tech}Tech: Ayasinda peers intently at Hahaha. T3/r7/2016-12-04.txt.gz:{chan ch=tech}Trachx Tech: I was wondering how it was related to tech T3/r7/2016-12-05.txt.gz:{chan ch=tech}Leonhart Tech: test T3/r7/2016-12-05.txt.gz:{chan ch=tech}Tech: A winner is Wire! T3/r7/2016-12-05.txt.gz:{chan ch=tech}Tech: Amministra Amorat aims the crosshairs..Wire collapses in a pool of blood. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Tol Tech: what is the command that takes the | out of notes? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: stupid question. does windows 7 ultimate requires a cd key ? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: it requires an activation key, yes. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: i got a copy from a friend, the dvd that is, when will it ask to enter cd key, during installion or after login M T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: ?* T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: afaik, you have the option to type in the key at the begining, but that can be postponed for later. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Misha Tech: i think it will ask for it... T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: i see ty. will have to google for a key then T3/r7/2016-12-05.txt.gz:{chan ch=tech}Tech: Liber shrugs helplessly. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Misha Tech: as far as i know it can be used on 3 comps before youhave to buyit.. then you have to buy a new key for it T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: nod T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: i guess there are plenty of cd keys on google i could use T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: I don't know if that's such a great idea. It's pretty trivial to check for pirate activations (and disable them) and you might find yourself later with an unusable installation. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: no funds for retail version, only option i got T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: That's why, if you *need* windows, OEM is not a very bad idea. Don't you have some enrolment program at school? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: like Microsoft Academy, or something... T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: Regarding operating systems: is there a decent (like MUSHclient decent) client for Linux? At least with a decent mapper. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: mudlet. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Shindo Tech: mushclient runs VERY well in wine T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: linux eww, love windows T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: linux is bad for AAA games T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: I usually don't install wine. I usually don't even install 32 bit libraries :) T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: Hahaha, considering aard is the only computer game I play... :) T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: ok :) T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: Use mudlet... it works fantastic if you use the mudlet aardwolf gui T3/r7/2016-12-05.txt.gz:{chan ch=tech}Shindo Tech: it even runs in the 64 bit version of wine, if that eases some of worries T3/r7/2016-12-05.txt.gz:{chan ch=tech}Anagantios Tech: mudlet has no map T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: im going to use win 7 ultimate 64bit as main OS, and use windows xp pro 32 bit via virtual machine inside win 7 to play 16 bit games. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: what do you need the map for? I don't know, I find mushclient to be way way way too clunky T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: linux is good for non gaming, but win 7 is my best pick to play latest games at good frame rates, best games linux can handle is mediocre old games T3/r7/2016-12-05.txt.gz:{chan ch=tech}Redryn Tech: maps are used for q/cp/gq T3/r7/2016-12-05.txt.gz:{chan ch=tech}Redryn Tech: and navigating some fakemazes T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: Nothing you can't do with some open tabs on aardwiki and the where command. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Anagantios Tech: map is essential T3/r7/2016-12-05.txt.gz:{chan ch=tech}Redryn Tech: not as fast usually T3/r7/2016-12-05.txt.gz:{chan ch=tech}Shindo Tech: and for those of use with bettet things to remember than how to navigate to 86k rooms T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: the map window is pretty useless. the mapper plugin, on the other hand, is vital. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Shindo Tech: oh wait it's only about 33k rooms but that still way too many for me T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: it's just so clunky. I don't know, I just can't get past the ui of mush... T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: you can actually get to the target room with one click :) T3/r7/2016-12-05.txt.gz:{chan ch=tech}Redryn Tech: what's clunky about it? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: so much so, i find it easier to keep a browser window open on the second display T3/r7/2016-12-05.txt.gz:{chan ch=tech}Anagantios Tech: instead of that mush has it in 1 T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: I also use the browser a lot, for maps. but for an area that I mapped entirely, the mapper makes navigating it so smooth. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: moving windows around, keeping them sized the right way. i just don't like the behavior T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: moving to linux after 20+ years of windows is quite a challenge, tried linux before, not my cup of tea, its difficult T3/r7/2016-12-05.txt.gz:{chan ch=tech}Redryn Tech: takes some set up, but once you're done you never move windows around again... T3/r7/2016-12-05.txt.gz:{chan ch=tech}Liber Tech: hahaha, try an 'easy' distro, like Ubuntu. better looking than windows, imho. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: but alas, its free. linux i think are for programming enthusiasts T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: hahaha, I get that. I had to do the opposite recently. went from linux to ms at work, it's a nightmare. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: windows is my jam T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: suddenly I have to worry about licenses, active directory, and a whole bunch of other nonsense. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: best imho for gaming T3/r7/2016-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: what exactly does the "row ready" error mean with mush? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: and co-workers constantly bothering me because they are clickmonkeys that constantly mess up their systems T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: nods T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: heh, moving windows around and being a click monmey is what i njoy T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: pfft. give me tmux and a command line interface any day. I shouldn't need a mouse to do anything T3/r7/2016-12-05.txt.gz:{chan ch=tech}Hahaha Tech: i respect linux and their users, i see linux people hate windows users, but meh, i love it, all the settings to toggle etc T3/r7/2016-12-05.txt.gz:{chan ch=tech}Fetard Tech: Yeah, I wouldn't say I hate windows users, just the operating system and trying to manage it in a corporate environment. T3/r7/2016-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: is there a way not to have mushclient auto open notepad with errored plugin? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Shindo Tech: might be able to change it in config window, the alt+enter, scripting -> script options T3/r7/2016-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: anyone good with mushclient miniwindows willing to help me? i cant seem to figure it out T3/r7/2016-12-05.txt.gz:{chan ch=tech}Anagantios Tech: how can I check for updates on mush? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: https://fiendish.github.io/aardwolfclientpackage/ T3/r7/2016-12-05.txt.gz:{chan ch=tech}Anagantios Tech: how do I update my mush without losing my plugins? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: im pretty sure that exe i linked you to earlier only installs necessarry files and does not touch other ones T3/r7/2016-12-05.txt.gz:{chan ch=tech}Agent Phillip Tech: In mush client, do aliases turn off when you write a note? is there any way to toggle this? or was I just doing something wrong :P T3/r7/2016-12-05.txt.gz:{chan ch=tech}Agent Phillip Tech: for example, say I wanted to write several notes of the same content with 2 variables (note recipient and a number in the note) is there a better way to do that other than using an alias? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Agent Phillip Tech: if someone would need to test this to provide an answer feel free to write me a note to test it T3/r7/2016-12-05.txt.gz:{chan ch=tech}Useful Hadar Tech: i have always just used an alias for that kind of thing T3/r7/2016-12-05.txt.gz:{chan ch=tech}Agent Phillip Tech: alright my alias scripting must be wrong then, thank you T3/r7/2016-12-05.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so pages send termbel now, yeah? T3/r7/2016-12-05.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's good T3/r7/2016-12-05.txt.gz:{chan ch=tech}Shadowrunner Tech: I have no clue how blowtorch works, how do i start it up? T3/r7/2016-12-05.txt.gz:{chan ch=tech}Leonhart Tech: you have to input the host name and port number T3/r7/2016-12-05.txt.gz:{chan ch=tech}Leonhart Tech: host:aardmud.org and port number is 23 T3/r7/2016-12-06.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: wow. notepad++ just crashed and emptied a file that was opened. T3/r7/2016-12-06.txt.gz:{chan ch=tech}Hahaha Tech: it deleted note contents and overwritten save file ? T3/r7/2016-12-06.txt.gz:{chan ch=tech}Hahaha Tech: its a bug T3/r7/2016-12-06.txt.gz:{chan ch=tech}Hahaha Tech: notepad ++ is the best, odd yours crashed T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amministra Amorat Tech: gvim 4 ever! :P T3/r7/2016-12-06.txt.gz:{chan ch=tech}Arcidayne Tech: Sublime is better,but not free. T3/r7/2016-12-06.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: it was some combination of ctrl+s,ctrl+a and typing // when all was selected. if there wasnt a crash, it'd be fine. fortunately i had it put to a safe place 5 minutes earlier T3/r7/2016-12-06.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i used atom for a few weeks. it was cute but there was some bug involving save/open directories. that was the last straw after a few other annoying quirks T3/r7/2016-12-06.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: what's the mud client for iphone? T3/r7/2016-12-06.txt.gz:{chan ch=tech}Durel Tech: Oh boy. I feel silly. I just realized I could click on a room in the mapper to take me to that room. I can't believe I needed this long to find that out. T3/r7/2016-12-06.txt.gz:{chan ch=tech}Hahaha Tech: mapper ftw T3/r7/2016-12-06.txt.gz:{chan ch=tech}Useful Hadar Tech: is there a quick way in a plugin in mush to check if its the first install ever? T3/r7/2016-12-06.txt.gz:{chan ch=tech}Trepid Tech: I have a question about timers in mushclient T3/r7/2016-12-06.txt.gz:{chan ch=tech}Tech: Evidently Visible perks up, something must have grabbed his attention. T3/r7/2016-12-06.txt.gz:{chan ch=tech}Trepid Tech: Is there a way to use timers to carry out like 4 different commands with 1 alias? T3/r7/2016-12-06.txt.gz:{chan ch=tech}Evidently Visible Tech: what are you trying to do T3/r7/2016-12-06.txt.gz:{chan ch=tech}Trepid Tech: for example, if i wanted to output 3, 2, 1, 0 as 4 separate commands T3/r7/2016-12-06.txt.gz:{chan ch=tech}Trepid Tech: and like 2 seconds in between T3/r7/2016-12-06.txt.gz:{chan ch=tech}Trepid Tech: for my hot potato game, where i countdown 3, 2, 1, STOP T3/r7/2016-12-06.txt.gz:{chan ch=tech}Evidently Visible Tech: there is a wait function T3/r7/2016-12-06.txt.gz:{chan ch=tech}Evidently Visible Tech: http://mushclient.com/forum/bbshowpost.php?bbsubject_id=9125 T3/r7/2016-12-06.txt.gz:{chan ch=tech}Evidently Visible Tech: I wouldn't use a timer to do that, just the function T3/r7/2016-12-06.txt.gz:{chan ch=tech}Trepid Tech: okay, thanks. I haven't written a plugin yet, only mobprograms. T3/r7/2016-12-06.txt.gz:{chan ch=tech}Evidently Visible Tech: I'd just write an alias T3/r7/2016-12-06.txt.gz:{chan ch=tech}Trepid Tech: okay, thank you T3/r7/2016-12-06.txt.gz:{chan ch=tech}Useful Hadar Tech: I have been working on different plugins, i get them to work on my system, any one willing to be a tester for me? T3/r7/2016-12-06.txt.gz:{chan ch=tech}Arcidayne Tech: What plugins are you working on? :p T3/r7/2016-12-06.txt.gz:{chan ch=tech}Tol Tech: lots of them T3/r7/2016-12-06.txt.gz:{chan ch=tech}Arcidayne Tech: Didn't realize you were Hadar. :p T3/r7/2016-12-06.txt.gz:{chan ch=tech}Tol Tech: me either T3/r7/2016-12-06.txt.gz:{chan ch=tech}Tech: Tol :) T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: any of you fine folks have an oculus rift? T3/r7/2016-12-06.txt.gz:{chan ch=tech}Piffaron Tech: we play a free text game, probably not many:) T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: meh, wouldn't mind some company T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: got my touch today and was gonna try multiplayer stuff T3/r7/2016-12-06.txt.gz:{chan ch=tech}Arf Arf Arf Tech: have you ever played a text game in a oculus rift? it's like you can feel the words T3/r7/2016-12-06.txt.gz:{chan ch=tech}KoopaTroopa Tech: gives me vertigo.... but its awesome T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: wasn't hard mudding on it (just used virtual desktop) T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: could be neat having 3d buttons to control mud stuff T3/r7/2016-12-06.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I already have that, it's called a keyboard T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: could make up a totally different sort of interface T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: even if it was something simple like translating body motions to mud commands T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: dunno, haven't thought about it a lot T3/r7/2016-12-06.txt.gz:{chan ch=tech}Amarufox Tech: just thought it would be cool to play vr sports with one of y'all remotely <3 T3/r7/2016-12-06.txt.gz:{chan ch=tech}KoopaTroopa Tech: im a lil lazy for that.... but id be down if i had one T3/r7/2016-12-06.txt.gz:{chan ch=tech}KoopaTroopa Tech: i wish i could submit manor/clan hall upgrades by uploading a visio file, lol T3/r7/2016-12-07.txt.gz:{chan ch=tech}Tech: heh, talker.net...I used to run a few ewtoo talkers back in the 90s, and had accounts on a dozen others T3/r7/2016-12-07.txt.gz:{chan ch=tech}Tech: mis T3/r7/2016-12-07.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: good morning aardwolf. happy birthday. T3/r7/2016-12-07.txt.gz:{chan ch=tech}Tech: Emeris is agreeing with that The Jerk Fiendish person again... T3/r7/2016-12-07.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: In honor of Aardwolf's birthday, I'm giving free answers to MUSHclient questions. T3/r7/2016-12-07.txt.gz:{chan ch=tech}Lobisomem Tech: lol T3/r7/2016-12-07.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: If you have a question about MUSHclient or the Aardwolf MUSHclient Package, ask them here and now. This offer won't last forever. T3/r7/2016-12-07.txt.gz:{chan ch=tech}Robbo Tech: Free?? T3/r7/2016-12-07.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Absolutely T3/r7/2016-12-07.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Anyone know - if the memory type/speed/latency/number of pins are the same, will the voltage matter? Like if I have 1.5V in there and add a 1.35V will it still work (don't really care about absolute peak performance). T3/r7/2016-12-07.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I had no idea this was a variable T3/r7/2016-12-07.txt.gz:{chan ch=tech}Pumpkin Tech: I think 1.35V will work on 1.5, but 1.5V will not work if you need 1.35 T3/r7/2016-12-07.txt.gz:{chan ch=tech}Amarufox Tech: think it can depend on the chipset, too T3/r7/2016-12-07.txt.gz:{chan ch=tech}Trachx Tech: it may work, http://superuser.com/questions/804663/different-ram-voltage T3/r7/2016-12-07.txt.gz:{chan ch=tech}Amarufox Tech: on some of my motherboards, I can tweak memory voltage T3/r7/2016-12-07.txt.gz:{chan ch=tech}Amarufox Tech: probably wouldn't try it unless I had support like that, memory's cheap :P T3/r7/2016-12-07.txt.gz:{chan ch=tech}Lord Azaghal Tech: anyone know of decent blowtorch plugins for aard? Like chat tab or anything T3/r7/2016-12-07.txt.gz:{chan ch=tech}Seductress Reina Tech: anyone know..what softward can use to manage the sound part timing? T3/r7/2016-12-07.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I'm sorry, what? You want to what? T3/r7/2016-12-07.txt.gz:{chan ch=tech}Scars Tech: yeah, i have no idea what you mean by that question T3/r7/2016-12-07.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: thats so weird:) T3/r7/2016-12-07.txt.gz:{chan ch=tech}Seductress Reina Tech: hmm..mean that..i wanted to cut this sound clip music from 6:00 to 6:35. Example. T3/r7/2016-12-07.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Audacity works well T3/r7/2016-12-07.txt.gz:{chan ch=tech}Seductress Reina Tech: any software does that. T3/r7/2016-12-07.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: reaper T3/r7/2016-12-07.txt.gz:{chan ch=tech}Seductress Reina Tech: which one? T3/r7/2016-12-07.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: reaper.fm T3/r7/2016-12-07.txt.gz:{chan ch=tech}Seductress Reina Tech: reaper.fm huh T3/r7/2016-12-07.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: thats where reaper is T3/r7/2016-12-07.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: hotspots. i invented a new thing - get your pixel color and get your id- this is the most convenient way to do it by far. T3/r7/2016-12-07.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: why arent there a hotspot layer for all things clickable? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: i'm trying to write an alias to enter a room, buy an item, then leave to another room. I run to the room and buy the item fine, but on leaving the mud tells me I can't go that way T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: when i type those dirs in manually, it works fine T3/r7/2016-12-08.txt.gz:{chan ch=tech}Shindo Tech: a server side alias or client side? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: client alias T3/r7/2016-12-08.txt.gz:{chan ch=tech}Cytan Tech: Using a variable for the direction? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: no variables involved, i'm sending run sen2en2w T3/r7/2016-12-08.txt.gz:{chan ch=tech}Shindo Tech: try turning echocommands on while bug testing and see w hat is sent to the server T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: use ";tech I'm sending run abc;do this;do that" if you're trying to show us your alias T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: the leading ";" says "ignore the rest of the ;s" T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: i was just trying to show the line that errors out, when i echocommand, it errors on 'you entered s' T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: You entered T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: entered: s Alas you cannot go that way T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: what room are you buying stuff from? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Shindo Tech: without seeing your alias i'm guessing you're trying to catch the direction you came in from and reversing it with a lookup? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: e T3/r7/2016-12-08.txt.gz:{chan ch=tech}Grimvald Tech: bah, i'm a fool. sorry, i was missing an east exit that caused it to err T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: always use copy/paste when trying to replicate the issue :-) T3/r7/2016-12-08.txt.gz:{chan ch=tech}For x in Cirrus Tech: does aardwolf support SSL? T3/r7/2016-12-08.txt.gz:{chan ch=tech}For x in Cirrus Tech: anyone knows if aard supports SSL connections? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: cirrus: for players, no T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: presuming you meant ssh and not ssl (as an example of the difference, you can look up sftp vs ftps), although the answer doesn't change T3/r7/2016-12-08.txt.gz:{chan ch=tech}For x in Cirrus Tech: i actually meant SSL. the fact that for so many years my password gets sent in plaintext within an unencrypted packet over the network makes me feel uncomfortable T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: there's no such thing as ssl for this type of connection T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: the telnet-like thing with encryption is ssh T3/r7/2016-12-08.txt.gz:{chan ch=tech}For x in Cirrus Tech: i was wondering about that, but i saw mushclient's site mentioning SSL configuration https://www.gammon.com.au/mushclient/stunnel.htm T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: but if your password being sent unencrypted makes you feel uncomfortable, the answer is to not use a password that will gain access to anything except Aard T3/r7/2016-12-08.txt.gz:{chan ch=tech}For x in Cirrus Tech: yea, i already do that T3/r7/2016-12-08.txt.gz:{chan ch=tech}Wittle Naer Tech: Is it possible to have JRE 32bit and 64bit installed simultaneously? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Cytan Tech: yea, different install directories T3/r7/2016-12-08.txt.gz:{chan ch=tech}Cytan Tech: just have to change the global environmental variables for "java_home" to set the version T3/r7/2016-12-08.txt.gz:{chan ch=tech}Cytan Tech: or command line if that's an option - you can do that too. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Wittle Naer Tech: Interesting T3/r7/2016-12-08.txt.gz:{chan ch=tech}Cytan Tech: java always is. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: I've got a friend who wants to buy an adequate gaming laptop for his son. It's intended to run WoW for the most part. The specs all look like they'll do, but I'm not a hardware guru. Anyone who's in the know about hardware got an opinion for this? http://tinyurl.com/h5ucthp T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: It'll definitely run the game, but I don't know how well. He's also wondering whether the difference between i5 or i7 is worth the ~$150 price difference T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: I said that if it was intended to be used for 3 years or less, go for the i5, but if more than 3 years, go for the i7 T3/r7/2016-12-08.txt.gz:{chan ch=tech}Seechiriki Tech: WoW will run on virtually anything you could buy now. It has very modest requirements. Though slightly more than Aardwolf. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: haha T3/r7/2016-12-08.txt.gz:{chan ch=tech}Failurette Noegel Tech: he's not going to notice the difference between i5 and i7. Even in a few years especially for wow T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: Yeah, I know. They used to have much lower requirements than they do even now, though I do know that some people I raid with can barely even run the projected textures needed for good raiding T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: however, the kid is 5 years old, so... T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: noegel, for real? there's that little of a difference? I never really knew what the difference between the two was, never used an i5 T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: i've got an i7 and looooove it T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: i passed the input along. thanks guys! T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: For gaming, get the i5. Spending extra for the i7 is not going to be worthwhile, especially as gaming doesn't tend to be hung up on the CPU these days. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: ah, very good point T3/r7/2016-12-08.txt.gz:{chan ch=tech}Jenifer Tech: thank you! T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: that i3-7 is pretty old thing. i mean if you say i got an i7, what does it even mean? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: they have different generations T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: they are using those as brands. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Intel is the brand. i5 and i7 are the (partial) model numbers. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Kobus Tech: i7's are quad core with 4 threads = 8 virtual cores, i3's are dual core T3/r7/2016-12-08.txt.gz:{chan ch=tech}Kobus Tech: or 4 physical, 4 virtual cores rather T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i mean.. why do i have to go and google some infinite forum topics while they could just name them smartly. considering performance T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: they are named well I think, you just dont know the differences T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What would you name it instead? The Intel Go Faster Chip? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Arf Arf Arf Tech: there are some i7's with 6 cores instead of 4 T3/r7/2016-12-08.txt.gz:{chan ch=tech}Kobus Tech: thats true arf T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: each generation has all those T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: thats exactly my point Trez. i dont know the difference T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: well go google, it wont ever be an obvious difference, no matter what the name is T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: it's same with nvidia naming T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: you say i7, i have no clue what youre talking about T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: same with amd T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: true T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: cuz it means nothing T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: by itself T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: if you're referring to a cpu, use the model T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: 6600k is one T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: it's an i5, but the model is more important T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: same as blanket statements like games arent cpu intensive T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i think they do that to mess up the peasants minds T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: the more optimized and well coded a game is, the more the cpu can be utilized T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I didn't say games aren't cpu intensive. I said they tend not to be hung up on CPU these days. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: and the cpu matters a lot for WoW in raids T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: the cpu can be a bottle neck, especially for blizzard games T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: the issue with the laptop isnt the cpu that much, it's the 940 T3/r7/2016-12-08.txt.gz:{chan ch=tech}KoopaTroopa Tech: i wish i was a lot smarter when it came to that computer business... the graphics card i bought cant handle aard at all... i wasted $900 T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: you need at least a 950 to be somewhat decent, rest are.. iunno for what T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: but the kid's 5 y.o., so I felt like none of this matters T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: and said nothing T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Making up for it now, eh? :P T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: ye cause someone triggered me T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: the last solid naming was core 2 and quad from intel. the rest was jibberjabber T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: I still think the naming's fine, just people use it wrong for reference T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: there are still number model names T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: "Core 2" is, again, just the model family. It's not a specific CPU. T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: it'd be so easy to follow if they added the year to tell its gen. like i716 T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: jesus dood T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Hell, you can get a core 2 in five different sockets T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: for us, peasants T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: they have number generations T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: those are for geeks T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Caring about which CPU you have is for geeks too. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: no, it's exactly what you want to see T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: you just dunno it exists T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: and are mad cause you think it doesnt T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: and you made my point once again T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Your complaint is that you don't understand something, and have to look it up T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: dood, if intel named it i7g7 for generation 7, it'd still be advertised on amazon as an i7 T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: as a noobtrap for people T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i wouldnt have to look it up if they'd just named those things well T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: cuz they have to sell the older ones too T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: then you'll have nubs saying they got/wtb i7, then you'd still complain T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: that's like saying I'm an r7, it means nothing when you dont add the tier T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: Cytan is a tier, so r1 is relevant. T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: eh. i716x8 T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: and the tier exists for intel, AND an unique reference model name in numbers, AND additional shit for the socket, and whether it's overclockable, and other things on top of that T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: thats a good name T3/r7/2016-12-08.txt.gz:{chan ch=tech}Aimbot TrEz Tech: aite im dun T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: ok. my final thought - using brand to sell a thing is selfish. geeks are selfish and obnoxious. peasants get milked by millions. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Failurette Noegel Tech: you can milk anything with nipples T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: Cytan coughs loudly. T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i have nipples, can you milk me? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Failurette Noegel Tech: yes let me get my screwdriver T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: i have a question about the function EnableTrigger T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: please T3/r7/2016-12-08.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What's the question? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Pleiades Tech: not sure, but Jesus is the answer T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: So using the alias "bell", i'd like to turn on/off a trigger when I type "bell" T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: the trigger being automatically inviting someone on porch when they ring manor doorbell T3/r7/2016-12-08.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: that is not allowed. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Cytan Tech: raiding tiers ruin the mud. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: * Automatically invite people into your/spouse's manor. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Kobus Tech: its in the rules helpfile T3/r7/2016-12-08.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: from help botting T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: ahhh i see T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tech: Kobus nods at Anaristos. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: is there any other invite command, besides 'invite name' so you can invite multiple persons on your porch at once? T3/r7/2016-12-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: if you dont get a quick answer, its googleable all the way T3/r7/2016-12-08.txt.gz:{chan ch=tech}Kobus Tech: you could have a trigger send you a more noticeable message when someone rings your bell *giggle T3/r7/2016-12-08.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: the reason it is illegal is that it could be used to stream defenders into a clan closed area without any intervention. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Cytan Tech: like i said, raiding tiers ruin this mud. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: live with it :) T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: thanks for the info, trigger deleted. D: T3/r7/2016-12-08.txt.gz:{chan ch=tech}Cytan Tech: Oh I do. Twice a year I do. T3/r7/2016-12-08.txt.gz:{chan ch=tech}Sultan of XiQuan Tech: how do i reset my xset? T3/r7/2016-12-08.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: xset mark T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: xset reset gui T3/r7/2016-12-08.txt.gz:{chan ch=tech}Sultan of XiQuan Tech: thanks! T3/r7/2016-12-08.txt.gz:{chan ch=tech}Trepid Tech: oops, heh T3/r7/2016-12-09.txt.gz:{chan ch=tech}Liber Tech: can someone please check how many rooms their mapper lists for hodgepodge? I got this from server: This area has 48 explorable rooms. You have explored 48 (100.00%) rooms in this area. And I got this message from mapper: Found 1 areas containing 49 rooms mapped. T3/r7/2016-12-09.txt.gz:{chan ch=tech}Blaqwhyt Tech: for mushclient, is there a way to 'mapper search' for the a mapped room using its natural name instead of trying to remember the id? T3/r7/2016-12-09.txt.gz:{chan ch=tech}Maokai Tech: mapper find T3/r7/2016-12-09.txt.gz:{chan ch=tech}Nocens Tech: mapper find T3/r7/2016-12-09.txt.gz:{chan ch=tech}Ontuct Tech: mapper find roomname T3/r7/2016-12-09.txt.gz:{chan ch=tech}Blaqwhyt Tech: thanks!!!! T3/r7/2016-12-09.txt.gz:{chan ch=tech}Ontuct Tech: mapper help shows a few other options like here T3/r7/2016-12-09.txt.gz:{chan ch=tech}Blaqwhyt Tech: ah... T3/r7/2016-12-09.txt.gz:{chan ch=tech}Lord Azaghal Tech: How do you make a comment in lua T3/r7/2016-12-09.txt.gz:{chan ch=tech}Jurus Tech: two dashes. ie.: -- comments here T3/r7/2016-12-09.txt.gz:{chan ch=tech}Lord Azaghal Tech: Tyvm T3/r7/2016-12-09.txt.gz:{chan ch=tech}Failurette Noegel Tech: Does anyone know if it's possible to export vanilla Blowtorch's settings/triggers/buttons/etc to the Aardwolf Blowtorch client? T3/r7/2016-12-09.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: is there a way to check cpu usage so that i can see how much time the 100% utilization lasts instead just getting the "average updates" from task manager? T3/r7/2016-12-09.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: w10 T3/r7/2016-12-09.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish sits down and thinks deeply. T3/r7/2016-12-09.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: task manager doesn't show you that? T3/r7/2016-12-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Isn't there a resource monitor on the task manager? One of the tabs. T3/r7/2016-12-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: you have to leave it running, but should show a graph T3/r7/2016-12-09.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: my app does a LOT of things in each 50ms. i want to know how much room do i need to add stuff there. the graph in task manager shows some average. its not useful T3/r7/2016-12-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: What is app programmed in? There is probably a way to track it more granually in an app I'd think! I know way back when I was fiddling with Vis Basic I had an app that tracked cpu %. T3/r7/2016-12-09.txt.gz:{chan ch=tech}Liber Tech: if you mean programatically, check System.Diagnostics in .NET framework. Especially performance counters. T3/r7/2016-12-09.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: its plain javascript T3/r7/2016-12-09.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: a web app T3/r7/2016-12-09.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: hm. do i even have .net.. ehy T3/r7/2016-12-09.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: eh. this seems too much overkill. i'll suggest them buying a better pc instead T3/r7/2016-12-10.txt.gz:{chan ch=tech}Redryn Tech: hmm, doesn't shouldn't loadstring() run whatever string you have? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Anagantios Tech: so I changed screen and I cant see map..what to do T3/r7/2016-12-10.txt.gz:{chan ch=tech}Gorsk Tech: try resetaard T3/r7/2016-12-10.txt.gz:{chan ch=tech}Anagantios Tech: will this reset my font as well? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Gorsk Tech: no clue T3/r7/2016-12-10.txt.gz:{chan ch=tech}Anagantios Tech: ok how to do it T3/r7/2016-12-10.txt.gz:{chan ch=tech}Gorsk Tech: type it, hit enter T3/r7/2016-12-10.txt.gz:{chan ch=tech}Anagantios Tech: boom it worked T3/r7/2016-12-10.txt.gz:{chan ch=tech}Tech: Gorsk bows deeply. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Anagantios Tech: font and colors are the same thank you T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: I am having to use an old laptop with Ubuntu/Wine because of a problem with my main PC's hard disk T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ok? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: but Firefox browser won't let me view pages on the internet T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what does it say? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: "Your connection is not secure" T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what page are you trying to view? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: this is even for basic sites like Google home page and Yahoo home page T3/r7/2016-12-10.txt.gz:{chan ch=tech}Oak Tender Arnica Tech: Oh. That crap. T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: are you connecting to a public wifi hotspot? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: The owner of uk.search.yahoo.com has configured their web site improperly. To protect your information from being stolen, Firefox has not connected to this web site. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: The owner of www.google.com has configured their web site improperly. To protect your information from being stolen, Firefox has not connected to this web site. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox only connect to it securely. As a result, it is not possible to add an exception for this certificate. T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yes yes. are you connecting to a public wifi hotspot? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: no T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: my home wifi T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: I should mention that I have not used this laptop for a couple of years T3/r7/2016-12-10.txt.gz:{chan ch=tech}Oak Tender Arnica Tech: try reading this: https://support.mozilla.org/en-US/kb/troubleshoot-SEC_ERROR_UNKNOWN_ISSUER T3/r7/2016-12-10.txt.gz:{chan ch=tech}Oak Tender Arnica Tech: I had that issue, bur-t cannot remember the resolution T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: The owner of support.mozilla.org has configured their web site improperly. To protect your information from being stolen, Firefox has not connected to this web site. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Tech: Vost sighs. T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: have you updated ubuntu? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Grimvald Tech: update the browser T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: no T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: I don't even know how to update it T3/r7/2016-12-10.txt.gz:{chan ch=tech}Grimvald Tech: options, advanced, etc T3/r7/2016-12-10.txt.gz:{chan ch=tech}Oak Tender Arnica Tech: Assuredly I reinstalled everything to resolve my issue. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: any idea why mushclient doesn't work with keyboard macros? Another issue on new PC T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sudo apt-get update T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sudo apt-get dist-upgrade T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: khannon: what macros? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: simply keyboard outputs, I have 18 macro button keyboard, mush doesn't work with them at all, any other textline output they work T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: khannon: macrobutton keyboards have to send something to the OS. Do you know what they're sending? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: umm I really don't it's more they work bit different then MUSHclient macros T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: Like record/replay function T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: it worked at some point on new PC too, now it's not for some reason and I can't figure out why T3/r7/2016-12-10.txt.gz:{chan ch=tech}Oak Tender Arnica Tech: It is Cthulhu T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you probably have to tell the keyboard driver to emit keyboard combinations for them T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I wonder if vost is off updating T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: yes, thank you T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: it is taking a while T3/r7/2016-12-10.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah it'll do thta T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: fingers crossed XD T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: it worked! T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: thank you, guys T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: as a side benefit, my clock now shows the right time too T3/r7/2016-12-10.txt.gz:{chan ch=tech}Grimvald Tech: lol T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: I'm really clueless, why is mushclient text output, ONLY output not accepting KB macro, having enough from this bs lag I have going on with both laptop/new pc T3/r7/2016-12-10.txt.gz:{chan ch=tech}Shindo Tech: which KB macro is not working? the function keys or other keys you tried to "make work" T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: it's like MUSH doesn't acknowledge macro button output, for ex. I used to have G1 (kb macro button 1) to initiate alias output to quest request from clan hall, G2 would return to clan hall and complete quest T3/r7/2016-12-10.txt.gz:{chan ch=tech}Shindo Tech: and this worked on a previous version of MUSHClient? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: and well, I utilized all 18 buttons on old PC, initially KB macros worked on new PC too, but last couple reboots they have not been working and I've done no changes T3/r7/2016-12-10.txt.gz:{chan ch=tech}Grimvald Tech: have you tried to reconfigure them? you didn't change them, but maybe the update wiped them T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: Can't wipe them, they are stored as profiles T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: if I simply go web brower, google search press macro it outputs... what is blocking it for mush ... T3/r7/2016-12-10.txt.gz:{chan ch=tech}Grimvald Tech: has to be something on the pc side, the client hasn't changed T3/r7/2016-12-10.txt.gz:{chan ch=tech}Khannon Tech: ooo, corsair driver had hardware playback unchecked... wonder when that happened, that was issue it didn't work on mush at least T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: hello, i wanna buy a 1tb hard drive, not sure if this one is for desktop, the paper says Internal harddrive 3.5". why is it so small ? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: because they like to make small things in china. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Trachx Tech: 5.25 hdds are no longer manufactured, but there are plans to bring them back T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: ok thats why, i had a pc 6 years back, and had a 5.25. ty T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: 16 more days then my pc is done :D, will finally be able to play on mush T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: you're upgrading your system so you can go from telnet to mush? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: nope, a brand new custom pc T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: been playing aard for 5 years on phone, luckily im done with blowtorch soon T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: be sure to also upgrade to a US Robotics Sportster 28.8 - Mush uses a bit more bandwidth! T3/r7/2016-12-10.txt.gz:{chan ch=tech}Tech: Hahaha goes, "OK". T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: Building or having one built? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Trachx Tech: just avoid seagate hdds T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: i buy parts i like from one pc store, and they put it all together, i will install the windows, im clued up with that, but not installing motherboard in micro case T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: its western digital T3/r7/2016-12-10.txt.gz:{chan ch=tech}Trachx Tech: avoid those eco drives (blue ones? or so) they tend to park heads too often T3/r7/2016-12-10.txt.gz:{chan ch=tech}Tech: Hahaha nods. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: i got two sata 3 data cables with my motherboard. the cable with the L shape plug goes into dvd writer or hard drive ? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: either T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: ok cool T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: both hard drive & dvd writer may use sats 3 T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: sata 3 T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: i mean the cable itself got a 90degree angle at the end T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: do you really need a dvd writer though...? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: yip T3/r7/2016-12-10.txt.gz:{chan ch=tech}Vost Tech: ah, that is just because some motherboards have awkward places to connect the cable T3/r7/2016-12-10.txt.gz:{chan ch=tech}Hahaha Tech: ty T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: do browsers optimize variable usage somehow? so the most frequent global ones kinda get to be higher on the seek-list? T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: the cpus have it ive heard T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: didn't understand that question.. ? T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: when dealing with global variables, it takes time to "get to" the right one. thats why they dont advise to use globals that much T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: that's a load of rubbish. T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i dont think so. T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: maybe i didn't understand right when reading thoug.. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: The only "optimization" there is that globla variables are persistent, wheresa non-global are scoped only to the method or logic block they are in and once out of that logic block, they go through garbage collection to free memory. but unless you're dealing with very long strings like serialization or json, or a multi-dimensional array, it's not much memory. T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: eh. so. are you sure if i have 1000 global variables, it wouldnt affect the time when changing their values at all? T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: if you're using 1000 global variables i'd say you probably have bigger problems in your code than memory :P T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: hm. no way around it this time.. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: You can add various listeners in developer tools, and run some profiles as well. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Cytan Tech: See how it impacts memory/cpu. T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i already get 70% cpu when running it. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Zhalut Tech: anyone have plugins to recommend, other than bast? T3/r7/2016-12-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: finger mendaloth T3/r7/2016-12-10.txt.gz:{chan ch=tech}Pleiades Tech: yeah T3/r7/2016-12-10.txt.gz:{chan ch=tech}Pleiades Tech: mis T3/r7/2016-12-10.txt.gz:{chan ch=tech}Geddarm Tech: bid is 100. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Geddarm Tech: bid is 100. T3/r7/2016-12-10.txt.gz:{chan ch=tech}Geddarm Tech: anyone uses tintin++ mapper module. any reason to use it over the embedded minimap ? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Blaqwhyt Tech: hey all! for mushclient, is there anyway to alias 'mapper find' and 'mapper goto'? i've tried the in-game alias (doesn't work at all, presumably bec the command is client-based), and the client alias (doesn't seem to work with a variable after the alias) T3/r7/2016-12-11.txt.gz:{chan ch=tech}Blaqwhyt Tech: wait - i'm guessing i can designate a variable for client alias? :O T3/r7/2016-12-11.txt.gz:{chan ch=tech}Grimvald Tech: just have to send it to execute, not world T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Blaqwhyt: what did you try as your client alias? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Blaqwhyt Tech: solved! i forgot to: (1) change to execute T3/r7/2016-12-11.txt.gz:{chan ch=tech}Blaqwhyt Tech: and (2) add the variable asterisk T3/r7/2016-12-11.txt.gz:{chan ch=tech}Blaqwhyt Tech: i did mfind {*} to world initially T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tech: Blaqwhyt clutches at his chest and falls over dead. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: how do I transistion from Mushclient 4.98 to 5.03? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: I have it setup the way I want T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: use the installer I made T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and just install right on top T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://fiendish.github.io/aardwolfclientpackage/ T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: assuming you're using the aardwolf mushclient package T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: ok will do, thanks Mr Fiendish T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sure thing. lemme know how it goes T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: alwas looking for positive/negative feedback T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: that did not work, my layout is defaulted. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: i'll set it back up again T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish \ T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it changed your layout? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: yes T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: oh well, no biggie T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's strange. It shouldn't do anything to your existing state files. T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyone else on here atm who has used the installer? T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: i have T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: did it mess up your layout? T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: nope T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Strykerius: did you change your layout just recently? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: yes yesterday T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: has mushclient been running the whole time since then? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: no I quit it, and installed it T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I mean before running the installer :) T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: yes...... T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ok. then my guess is that maybe mushclient didn't save your settings when you closed it T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: that basturd T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: next time hit Ctrl+S to be sure T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: yes Master Fiendish T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway let's call this a success. enjoy 5.03 :) T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hopefully 5.04 will be out soon with a few new bug fixes T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: love the client T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: thanks. if you have any questions or feedback on the aardwolf package send it my way. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: will do T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: anyone know why in my mush client the qtimer stopped being visible in the group miniwin, or more importantly, how to turn it back on? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish sits down and thinks deeply. T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it shows for me T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: invite me to group? T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: i hate you fendish :) T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: if i have a brief rain check, that woujld be fantastic T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: just to test this T3/r7/2016-12-11.txt.gz:{chan ch=tech}Strykerius Tech: what we testing T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: is it possible that you're using the alternate group plugin that is made by someone else? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (I've never seen it, but I've heard it exists) T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: if i am, its not on purpose T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm told it's a super secret that I'm not allowed to know about T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: or something T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: which blows my mind T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: but yes, i can think of a time where i totally just overwrote a bunch of files T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: what's it do? T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: it looks the same :) T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't know. I think it's maybe better for epic groups? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not sure how because I've never seen it T3/r7/2016-12-11.txt.gz:{chan ch=tech}Trachx Tech: it coordinates efforts of all group members T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: i will download the bse package again, and overwrite the one ive got T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: maybe even leave the one ive got on a dropbox for you fiendish :) T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you ran my installer it should have done that for you, KoopaTroopa T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but maybe your world file loads the other one T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: nods, but i did some plugin work after i ran the installer T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: there was a momoent when me and someone else threw our hands in the air, and i overwrote a bunch of files that he had customized T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: i dont recall it being any of the base aard plugins... T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: but i could be mistaken T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the group plugin file is at https://raw.githubusercontent.com/fiendish/aardwolfclientpackage/MUSHclient/MUSHclient/worlds/plugins/aard_group_monitor_gmcp.xml T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: thanks T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: just reloaded that version, Q timers are back baby! T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tech: KoopaTroopa licks The Jerk Fiendish. T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: back later T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: back T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: hello all, in mushclient is there a way to move input bar from bottom to top of screen? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Ontuct Tech: cant you drag it there? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: no seems to be locked in place T3/r7/2016-12-11.txt.gz:{chan ch=tech}Ontuct Tech: seems I've shuffled mine before T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you want to put input on top? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I suspect it's not possible T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tech: Rastlin ( ok T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: using portrait monitor, unconfortable to look down to input T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sometimes I wish there were someone else who knew as much about scripting in MUSHclient as I do who I could ask advice from T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: :\ T3/r7/2016-12-11.txt.gz:{chan ch=tech}Mencheres Tech: master are you sad? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyone want to look at two versions of a plugin and offer suggestions? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Arcidayne Tech: Bah, if only I were home. T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: maybe you'll come back when you get home T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I give it 50/50 odds T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish smiles happily. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Arcidayne Tech: Ha. Problem is, I'm an hour from home with a wall of snow stopping me. T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ew T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway, the code isn't going anywhere T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: no clue in terms of scripting, but if what you need is testing i can help :P T3/r7/2016-12-11.txt.gz:{chan ch=tech}Arcidayne Tech: At this rate, won't be home for work tomorrow. T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Rastlin: I will probably want help with testing to see if there are any differences between the two T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: dont mind helping, since i am using scripts from other people and never did anything T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: dont mind helping, since i am using scripts from other people and never did anything T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ^_^ T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: help testing is the minimal i can do :P T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I need to make a few more small updates to some other plugins before I can ask for testing them T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: right now I need a more technophilosophical discussion T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: btw do you have any plugin that gives a perm SAF on a separate miniwindow? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: let me make those changes real quick tho. i'll be back in a few T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what's saf? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: like the command saf? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: saffects? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: yes T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: bast might? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: he has a lot of window things T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: thanks will search for it T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there really should be a page that lists all of the mushclient plugins floating around T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: that would require permission from alot of people :P T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no way T3/r7/2016-12-11.txt.gz:{chan ch=tech}KoopaTroopa Tech: for a list? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you don't need permission to link T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: yeah for list yes T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: yeah for list yes T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm not talking about mirroring the files T3/r7/2016-12-11.txt.gz:{chan ch=tech}Rastlin Tech: i did find some lists but most were like from over 10 years and werent working anymore T3/r7/2016-12-11.txt.gz:{chan ch=tech}Useful Hadar Tech: i have to slowly find functions i want to use in mush, its a fun process T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can pretty much assume that anything posted to the mushclient forum isn't going to work anymore T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tol Tech: haven't most people just started Githubs for thier plugins? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Useful Hadar Tech: i have a github, that has some unfinished stuff i post, and hadar.ninja/plugins has stuff ready for testing/complete T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: my transition to github took a long time T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Are you talking to yourself again Hadar? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Useful Hadar Tech: i always just talk to myself T3/r7/2016-12-11.txt.gz:{chan ch=tech}Useful Hadar Tech: one of my plugins answers me T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: I'm sure it does T3/r7/2016-12-11.txt.gz:{chan ch=tech}Useful Hadar Tech: it makes for funny things that pass my screen T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Anyone using tintin mapper know how to take a room that doesn't have GMCP data and the mapper says "You are not in a map" and make it so I can manually add a direction? T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I don't even care if it has to be in an alias... T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Still not sure if I should blame comcast or my old router T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Sometimes unpluging router helps - sometimes modem.... T3/r7/2016-12-11.txt.gz:{chan ch=tech}Jenifer Tech: Anyone recommend a really basic free email service? Storage, extra features, etc. isn't a concern and bells and whistles are unwanted in this case, I just want something that I can sign up for and mutt into it for making multiple accounts on a browser game I'm playing T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: gmail T3/r7/2016-12-11.txt.gz:{chan ch=tech}Jenifer Tech: I feel a little odd taking up gmail resources for something so simple, but I guess XD T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: fake email generator T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I think they can afford it. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Jenifer Tech: Yeah, I've thought about using that as well, I doubt I'll ever really need it for more than the initial verification email T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I'd try one of them first - but many will block those emails from joining depending on how serious they are about weeding out fake accounts. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Jenifer Tech: nods, this place is fine with people having as many accounts as they want, so hopefully it wouldn't be a problem T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: I have to ask, what is the game? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Jenifer Tech: Initium T3/r7/2016-12-11.txt.gz:{chan ch=tech}Jenifer Tech: surprisingly addictive browser game that feels like a really basic but hardcore MUD T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kobus Tech: there used to be an email service i used once in awhile, there was no password and the mails were automatically deleted after like 3 days or something what was it called? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Jenifer Tech: first time I died (and you die permanently) I was like 'wow, this is lame... there aren't even any spells'... several hours later, realized I couldn't stop fiddling in it. T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: why not use mailinator? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Tech: Pleiades goes ooOOooOOoo. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kobus Tech: a bit late to the party fiend T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not uncommon T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kobus Tech: unless this conversation has kept going and i just didnt notice T3/r7/2016-12-11.txt.gz:{chan ch=tech}Zengo Tech: if my mapper has the wrong room as start of an area, do I need to purge the zone ? T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Can just delete the room or remove the cexit. T3/r7/2016-12-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Wait a moment. Mapper doesn't track the start of an area...taht's another plugin. T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mapper doesn't have start rooms. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kobus Tech: s&d T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: areas don't have start rooms T3/r7/2016-12-11.txt.gz:{chan ch=tech}Zengo Tech: ah i see T3/r7/2016-12-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Just go to the correct start room (use runto instead of xrt) and xset mark T3/r7/2016-12-11.txt.gz:{chan ch=tech}Zengo Tech: xset mark ? T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you're asking about a feature of a plugin that only piggybacks on the mapper. metria is telling you the command for it T3/r7/2016-12-11.txt.gz:{chan ch=tech}Zengo Tech: thanks T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: at least it seems like maybe you are T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's also possible that we've misinterpreted the question T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kobus Tech: still unclear on that T3/r7/2016-12-11.txt.gz:{chan ch=tech}Zengo Tech: no that's it, i'll check it out T3/r7/2016-12-11.txt.gz:{chan ch=tech}Zengo Tech: Thanks Metria, that worked well :) T3/r7/2016-12-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Glad I could help T3/r7/2016-12-11.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I now have two functioning versions of the #sub/#gag plugin and I don't know which one I should delete. they both have downsides. :\ T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kobus Tech: how can i make "Checking for updates" on windows 10 upgrade tool actually work? T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kobus Tech: and before you ask, yes im connected to the internet T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kaelis Tech: Dont do it.. T3/r7/2016-12-11.txt.gz:{chan ch=tech}Kobus Tech: kaelis weve had this discussion lol, im not staying on 8.1 T3/r7/2016-12-12.txt.gz:{chan ch=tech}Hahaha Tech: will i be able to play old games like counter strike 1.6 and worms armageddon online with a good 3G tethered connection? T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: play them? yes. be successful at them? not likely. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Hahaha Tech: hmm, i hope for the best. this network is pretty much faster then any other cell network, get like 200-700kbps download speeds, sometimes a meg T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: things like CS don't need a whole lot of bandwidth, what they need is low latency. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: Failurette Noegel points at you. How rude! T3/r7/2016-12-12.txt.gz:{chan ch=tech}Nocens Tech: for games, it's less about the bandwidth and more about ping time T3/r7/2016-12-12.txt.gz:{chan ch=tech}Nocens Tech: on the other hand, what do I know. I only play aard :) T3/r7/2016-12-12.txt.gz:{chan ch=tech}Hahaha Tech: ahh ok, i will check the ping in CS with tab score bar T3/r7/2016-12-12.txt.gz:{chan ch=tech}Failurette Noegel Tech: you are very right nocens T3/r7/2016-12-12.txt.gz:{chan ch=tech}Hahaha Tech: tnx. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Failurette Noegel Tech: ping is Lord on reaction speed games T3/r7/2016-12-12.txt.gz:{chan ch=tech}Shindo Tech: will also depend on the location of the server you play on. if it's all the way round the world ... you'll be fast to die and slow to react T3/r7/2016-12-12.txt.gz:{chan ch=tech}Hahaha Tech: sweet, il have a better chance with worms armageddon then T3/r7/2016-12-12.txt.gz:{chan ch=tech}Nocens Tech: ping is lord of aardwolf. download speed means sh... nothing here, but lagging might get you killed :) T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: Hahaha is agreeing with that Shindo person again... T3/r7/2016-12-12.txt.gz:{chan ch=tech}Hahaha Tech: zero lag on here for me with blowtorch on a 2G connection :) i see 2G saves batterie life T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: hello, having some issue with Bast miniwindows addons, if you could give me a second of your time when you are back. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Bumbar Tech: can anyone try and help me with installing search and destroy addon T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: winklewinkle search and destroy 2 works fine but you also need the winkle mapper extender and extender gui 2 T3/r7/2016-12-12.txt.gz:{chan ch=tech}Bumbar Tech: https://drive.google.com/drive/folders/0B8Uatd_2vBupfnlacldPcjd4Yy1mZnVzNEJHazlRNlpveEdPMkg5SVdBaXZnQm9VZGVVX2M T3/r7/2016-12-12.txt.gz:{chan ch=tech}Bumbar Tech: is that what i see on this page T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: https://code.google.com/archive/p/aardwolf-scriptalicious/ T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: all the goodies there and has instructions T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: back in 5 min if you still need help T3/r7/2016-12-12.txt.gz:{chan ch=tech}Bumbar Tech: tech i have files 3 files but where are the instructions for install? T3/r7/2016-12-12.txt.gz:{chan ch=tech}Bumbar Tech: ok when addon is loaded how you use it when i sa ah "some mob name " its not working T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: first do where 'mob name' T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: make sure mob is in the area T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: make sure mob is in the area T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: then ah 'mob name will work' T3/r7/2016-12-12.txt.gz:{chan ch=tech}Rastlin Tech: its working for me T3/r7/2016-12-12.txt.gz:{chan ch=tech}Bumbar Tech: thanks i will try in 8 min :P T3/r7/2016-12-12.txt.gz:{chan ch=tech}Kobus Tech: so it seems im out of options to try to get this windows 10 upgrade to install, any ideas anyone? T3/r7/2016-12-12.txt.gz:{chan ch=tech}Kobus Tech: ive had issue after issue trying to upgrade from 8.1 to 10 T3/r7/2016-12-12.txt.gz:{chan ch=tech}Kobus Tech: which is strange because i already did this once... T3/r7/2016-12-12.txt.gz:{chan ch=tech}Cytan Tech: pulled a Yuasa NPW36-12 12V, 36W/Cell, 10m battery from a ups. Any fun things I can do with it? :) T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I found half a dozen bugs in Edge browser trying to write a very simple extension for it T3/r7/2016-12-12.txt.gz:{chan ch=tech}Useful Hadar Tech: im sorry lol T3/r7/2016-12-12.txt.gz:{chan ch=tech}Ontuct Tech: I think edge on the whole is buggy T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: apparently you aren't allowed to include the copyright symbol in the extension code. If you do, the code doesn't run. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: hey fiend: how's it do with your concentric circles test thing? T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: lol good question T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: i'll go check T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well so far I've got bad news about firefox T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: apparently it now fails the test. no idea since when T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not a good sign. might mean the bad circles are defacto standard now T3/r7/2016-12-12.txt.gz:{chan ch=tech}Ontuct Tech: no reliable venn diagrams now T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: It was super weird finding the copyright symbol thing T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: all I did was add an MIT license comment to the top of my content-script.js file and it stopped working T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I was like wtf is going on here T3/r7/2016-12-12.txt.gz:{chan ch=tech}Ontuct Tech: the internet is free! no copyrights! T3/r7/2016-12-12.txt.gz:{chan ch=tech}Cytan Tech: My askikng how Fiendish is f'ing up a multi-line comment is equally "wtf is going on here" because I know you're not doing htat :D T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no, seriously, I removed the (c) character and the problem went away T3/r7/2016-12-12.txt.gz:{chan ch=tech}Cytan Tech: what language? T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: javascript. also doesn't matter. I'd copied and pasted it from a firefox webextension of mine that works T3/r7/2016-12-12.txt.gz:{chan ch=tech}Cytan Tech: curious because if the © T3/r7/2016-12-12.txt.gz:{chan ch=tech}Ontuct Tech: so that is an edge only issue? T3/r7/2016-12-12.txt.gz:{chan ch=tech}Cytan Tech: it does -- was thiking ou copied the literal unicode char which isn't understood by all languages. T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not only is it an edge only issue, it's a content-script only issue. having the symbol in my background script file didn't break it T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hah T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: my circles test passes in Edge T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so at least that's good T3/r7/2016-12-12.txt.gz:{chan ch=tech}Ontuct Tech: as long as you don't copyright it in the header T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I ran into all kinds of stupid bugs just trying to make a simple extension to work around a bug T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's the sort of experience that makes a guy stop trying T3/r7/2016-12-12.txt.gz:{chan ch=tech}Arcidayne Tech: Finally home. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Arcidayne Tech: Whee. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Ontuct Tech: so what is your browser of choice? T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: depends on the computer T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: safari is best for cpu/battery on mac os T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: by a million miles T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: otherwise firefox T3/r7/2016-12-12.txt.gz:{chan ch=tech}Ontuct Tech: you don't love chrome? T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: heh, I pasted the firefox logo onto chrome on the kids macmini cuz they like chrome but like the FF logo better :P T3/r7/2016-12-12.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: no one needs anyything more than lynx T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: links > lynx T3/r7/2016-12-12.txt.gz:{chan ch=tech}Cytan Tech: I love Lynx!! T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't like that chrome has a long history of screwing with the OS tick frequency, truncating numeric values to cheat at javascript performance over display accuracy, and bugging me constantly to use it when I look at a google domain T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm going to bed now. If someone wants to help me out while I sleep... T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: Arcidayne peers intently at The Jerk Fiendish. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: heh, on my PC, I mostly use chrome 44 (portable installation) before the npapi nerf, but also have current chrome, FF, MSIE and tor T3/r7/2016-12-12.txt.gz:{chan ch=tech}Arcidayne Tech: What annoys me lately about Google/YouTube is the constant blue notifications bar on YouTube's page. You dismiss it, it returns each time you visit the damn page. T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: I'm never logged into any of those sites while browsing T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: my development branch ( https://github.com/fiendish/aardwolfclientpackage/archive/development.zip ) has two plugin files that should do the same thing in different ways. https://github.com/fiendish/aardwolfclientpackage/blob/development/MUSHclient/worlds/plugins/simplified_text_substitution.xml and https://github.com/fiendish/aardwolfclientpackage/blob/development/MUSHclient/worlds/plugins/text_substitution.xml T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm looking for both testing to make sure that they actually work the same and also philosophical arguments in favor of one vs the other T3/r7/2016-12-12.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you'd need to test with that .zip because the plugins won't just work on their own T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: if your comms log is going GMCP-only (or already is), then I'd vote philosophically for the non-simplified T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: cuz channels are half the #sub fun, I think T3/r7/2016-12-12.txt.gz:{chan ch=tech}Ontuct Tech: how is the music over channels project coming? T3/r7/2016-12-12.txt.gz:{chan ch=tech}Tech: heh, I read your music comment, switched over to my text editor where I had opened the two #sub plugins, and saw that I had another file open which started out #!/usr/bin/perl, $dirname = "/Users/username/Desktop/Audio";...for a second I thought I must've highlighted an extra plugin, then I remembered that it was a script to convert audio files using "sox" that I downloaded for something last week T3/r7/2016-12-13.txt.gz:{chan ch=tech}Hahaha Tech: is Genius a good keyboard brand ? T3/r7/2016-12-13.txt.gz:{chan ch=tech}SeanJac Tech: choose keyboard according to your typing position or comfort. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Hahaha Tech: nods T3/r7/2016-12-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: comms will be going gmcp only, but the simplified sub plugin lets anything call into it to request filtering. and both the log window and chat echo plugins do T3/r7/2016-12-13.txt.gz:{chan ch=tech}Hahaha Tech: why doesnt maptype command works on blowtorch ? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Hahaha Tech: Fiendish tells you 'maptype is an aardwolf command, not a mushclient command' T3/r7/2016-12-13.txt.gz:{chan ch=tech}Hahaha Tech: odd, it doesnt work as an aardwolf command T3/r7/2016-12-13.txt.gz:{chan ch=tech}Hahaha Tech: is a 1.3m vga cable less expensive then 1.3m hdmi ? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Robbo Tech: No, generally you can find HDMI out there pretty cheap. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Hahaha Tech: ok T3/r7/2016-12-13.txt.gz:{chan ch=tech}Arcidayne Tech: Just stay away from big box brand stores like Walmart who try to claim that you should buy VGA and HDMI cables at $20. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Redryn Tech: but don't they sell high quality HDMI cables?! T3/r7/2016-12-13.txt.gz:{chan ch=tech}Arcidayne Tech: Gold-plated and everything! *cackle* T3/r7/2016-12-13.txt.gz:{chan ch=tech}Redryn Tech: nods, my tv plays sharper and clearer video when using high quality gold HDMI cables T3/r7/2016-12-13.txt.gz:{chan ch=tech}Redryn Tech: totally worth the $500 investment T3/r7/2016-12-13.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: The colors are crap though. You need to get mercury-filled cables to get more liquid saturation. T3/r7/2016-12-13.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: whole experience is ruined unless using gold plated fiber for internet! T3/r7/2016-12-13.txt.gz:{chan ch=tech}Redryn Tech: is mercury filled better than triple twisted silver/gold alloy?! T3/r7/2016-12-13.txt.gz:{chan ch=tech}Arcidayne Tech: I haven't tried mercury-filled yet. Hmm! T3/r7/2016-12-13.txt.gz:{chan ch=tech}Fetard Tech: If you slap a type R sticker on the side of your case, you'll get an extra ghz of clock speed! T3/r7/2016-12-13.txt.gz:{chan ch=tech}Nocens Tech: but only on the inside of the clock. it doesn't go to the cores :) T3/r7/2016-12-13.txt.gz:{chan ch=tech}Arcidayne Tech: Oo, so mercury-filled gold-plated cables can upgrade your 4k TV to 5k! SCHWEET! T3/r7/2016-12-13.txt.gz:{chan ch=tech}Redryn Tech: make sure to use maple wood to rest the cable, it improves the resonance vibrations for better sound T3/r7/2016-12-13.txt.gz:{chan ch=tech}Fetard Tech: and if you put a coffee can over your exhaust fan you'll get an extra 200mhz. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Zenting Tech: don't suppose anyone is using the powwow mud client? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: not me T3/r7/2016-12-13.txt.gz:{chan ch=tech}Trachx Tech: you can check online clients with "client" T3/r7/2016-12-13.txt.gz:{chan ch=tech}Zenting Tech: nifty! Thanks. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: whats the command to have mush check for a newer version? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tech: checkversion T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: that tells me what version i am using, does it check for a new version? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tech: yes T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: ok, thanks T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: 1885 it is. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: think 1887 is latest T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: maybe i need to restart. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Gorsk Tech: mine didn't autoupdate when i typed that T3/r7/2016-12-13.txt.gz:{chan ch=tech}Gorsk Tech: it told me: You are currently using Aardwolf MUSHclient Package version: r1773 T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: shrug, no change T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: type version_check T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: You have version 5.03 of MUSHclient, which is the lastest version. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Gorsk Tech: Unknown command. Please check the helpfiles. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: You are currently using Aardwolf MUSHclient Package version: r1885 T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tech: hmm, try "package update check" T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: For package update yes its package update check T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: that did it T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: anyone help me with another error: Got a bad item, rerequesting inventory data for Inventory T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: get that when i have xeqdb enabled, repeted for each line of my inventory T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: when i type inv. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: did you activate the serial number? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: thought an update might help. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: activate? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: if you have serial number active is when that normally happens T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: i dont think so... T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: why to check? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: way... T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: its a separate separated plugin T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: its a separate separated plugin T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: try eq and see if in front of each item you have a serial T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: nope... [ Used as light ]: (K) (Magic) (Glow) (Hum) -\\Ever-Burning-Torch//- (200) T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: ok then that is not the cause T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: what other plugins are afeecting your inv? T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: just bast stuff i think T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: Your Bastmush package version r2096 appears to be up-to-date. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: i disabled my bast eq due to constant errors, waitng to see if any fix comes T3/r7/2016-12-13.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: that is manageable, ive learned to use it with those errors:) T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tormat Tech: i cant see my inventory with the errors i have T3/r7/2016-12-13.txt.gz:{chan ch=tech}Rastlin Tech: manageable? everytime mouse was passing on EQ miniwindow I had a chain of oraange message on main window... T3/r7/2016-12-13.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: yeaaa.. i had different ones.. T3/r7/2016-12-13.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i wish he would update it some day. its pretty sweet really T3/r7/2016-12-13.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: big help T3/r7/2016-12-13.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: having to cycle back 10 functions to find out that the caps lock was on.. T3/r7/2016-12-13.txt.gz:{chan ch=tech}Cytan Tech: so nice :) T3/r7/2016-12-13.txt.gz:{chan ch=tech}Cytan Tech: mis T3/r7/2016-12-13.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish yawns. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: do they still sell 500gb sata hard drives at pc shops? or is it replaced by 1tb T3/r7/2016-12-14.txt.gz:{chan ch=tech}Tech: they're still made T3/r7/2016-12-14.txt.gz:{chan ch=tech}Tech: Hahaha thanks you heartily. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Sayaruje Tech: any1 know of a map for mudlet client? or how hard it would be to make one? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Shindo Tech: Sayaruje, the people who can help you might not be super active right now but they will get back to you when they can T3/r7/2016-12-14.txt.gz:{chan ch=tech}Sayaruje Tech: ty shindo :) T3/r7/2016-12-14.txt.gz:{chan ch=tech}Rastlin Tech: sayaruje try http://wiki.mudlet.org/w/IRE_mapping_script T3/r7/2016-12-14.txt.gz:{chan ch=tech}Rastlin Tech: but you need to rewrite the script as this is for Iron realms T3/r7/2016-12-14.txt.gz:{chan ch=tech}Rastlin Tech: to my knowledge there isnt a public script for it T3/r7/2016-12-14.txt.gz:{chan ch=tech}Rastlin Tech: there might be some specific individuals that have donethe rescripting already so wait and see if anyone else replies later T3/r7/2016-12-14.txt.gz:{chan ch=tech}Meowshin Tech: why does my hammerswing not work? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Adhesive Cirion Tech: cause you need the right level? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Adhesive Cirion Tech: wow that was a while ago haha T3/r7/2016-12-14.txt.gz:{chan ch=tech}Tech: AnN0yiNg Eadric nods. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: vga cable supports 1080p 60 hertz ? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: does anyone know if there's any plugin made to show commands stacked in queue in way of miniwin? T3/r7/2016-12-14.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I havent seen one - it would not be a very easy thing to do at all. possible but lots of work. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Arcidayne Tech: Probably not, since that would require a database of each command's fired message in order to know to remove it from queue. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: meh, it would be quite awesome plugin though T3/r7/2016-12-14.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: send me all the commands, their corresponding firing messages in regex and I'll make it for 100 tps! T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: Hey Arcidayne did you ever get around for fix with consider plugin with good/evil alignment display :P T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: I don't think I'd be using it more then for stacking main nukes and quaffing patterns ontop of my head T3/r7/2016-12-14.txt.gz:{chan ch=tech}Arcidayne Tech: Probably not, since I've been busy nearly non-stop with life and haven't had much time to develop even my own scripts, ha. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Arcidayne Tech: Even now, I'm supposed to already be leaving for work. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Arcidayne Tech: So, later! T3/r7/2016-12-14.txt.gz:{chan ch=tech}Ullin Tech: out of curiosity why would you need it? can't change the stack, is it just to know roughly when are they all going to be executed, and add more? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: I finally got breather week or two T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: yes, higher levels+SH levels I find to stack spells,quaffs, since killing rates get slower etc T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: Being fresh at SH was probably worst experience ever, 20+ spellcasts per room, I'm not fond staring all those casts and I'm not using 2nd monitor :P T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: can a vga cable do 1080p at 60 hertz ? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: yes T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: nice T3/r7/2016-12-14.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: It's analog, so it can "do" almost anything (resolution-wise), FSVO "do". But why would you want to? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: tomorrow my pc get assembled and i need a vga cable to view bios on a tv T3/r7/2016-12-14.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: I doubt any video card you'd plug it into is gonna give you a very clear picture for it. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: you'll need hdmi for newest gfx T3/r7/2016-12-14.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Matrox had the only decent VGA output, and that was a decade and a half ago, with lower resolutions and people actually caring (relatively) about the VGA output. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: yeah, also gonna get hdmi cable for in windows use T3/r7/2016-12-14.txt.gz:{chan ch=tech}Nocens Tech: I really don't think HDMI and VGA cables are related at all T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: since hdmi cable hooked up to tv dont show preboot screen i need vga cable T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: When I got new PC, I didn't actually have spare cable for hdmi, gtx 1080 didn't have PC outlet T3/r7/2016-12-14.txt.gz:{chan ch=tech}Nocens Tech: HDMI is digital, VGA is analogous T3/r7/2016-12-14.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: They both have connectors. And wire. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: so i plug it into onboard graphics on first boot with vga cable, go into bios, switch display to geforce, and plug vga cable into gpu and install windows ? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Nocens Tech: hdmi I recommend deciding which is more important (gfx card or monitor), choosing one, and getting the other to be compatible T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: you input hdmi cable to yout gfx to monitor and pick hdmi source on monitor T3/r7/2016-12-14.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Eh, some tuple of HDMI/DVI/DP will match between any monitor and vid card you're likely to buy, and you don't really care much which you use. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: but hdmi to tv dont show bios, only when windows login T3/r7/2016-12-14.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: HDMI will probably have the cheapest cable nowadays due to volume, but aside from that... T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: 1 goddamn meter of hdmi cost 10 euros T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: what you mean by tv? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: im using a 40" lcd tv as pc monitor T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: Can't you just select source from monitor/tv? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: so it has source for hdmi like monitor T3/r7/2016-12-14.txt.gz:{chan ch=tech}Nocens Tech: only when you have multiple outputs some of them might be disabled at boot time T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: yes yes, but only hooking hdmi cable to tv wont allow you to see bios on tv etc. i need bios to select first boot device to install windows T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: hence vga cable T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: i dont have a pc monitor only tv T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: no laptop neither? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: to use it's screen for PC T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: i cant use laptop to view another pc bios T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: done that, no issues T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: how? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: if you turn laptop on, it will show its own bios T3/r7/2016-12-14.txt.gz:{chan ch=tech}Khannon Tech: i'll try if I find cable T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: anyways, i will figure it out tommorow :) T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: tnx all T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: can you use arrows from keyboard in mush to move around T3/r7/2016-12-14.txt.gz:{chan ch=tech}Varrion Tech: the number keypad arrows T3/r7/2016-12-14.txt.gz:{chan ch=tech}Tech: Hahaha thanks Varr the retired warlord heartily. T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: any pc gamers here that are familiar with gaming rig hardware T3/r7/2016-12-14.txt.gz:{chan ch=tech}Hahaha Tech: oops T3/r7/2016-12-14.txt.gz:{chan ch=tech}Maokai Tech: anyone know how to do negative look behinds across a new line in mushclient. when I enable multiline match it still matches through the negative lookbehind and then sends the resulting command twice T3/r7/2016-12-14.txt.gz:{chan ch=tech}Trachx Tech: just store previous line T3/r7/2016-12-14.txt.gz:{chan ch=tech}Trachx Tech: I guess there is smarter solution, but I just store previous line in OnPluginLineReceived T3/r7/2016-12-14.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what are you actually trying to accomplish? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: can i have more than one recall portal in mapper? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: ok so ive set home command as a portal to manor, but how can i tell mapper i want to go there? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Gorsk Tech: mapper goto [room #] T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: manor room doesnt have an id T3/r7/2016-12-14.txt.gz:{chan ch=tech}Gorsk Tech: yes, it does T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: nm, i found it, just doesnt show in mapper window T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: duh, reinstalled aardmush and didnt have "Show ids" activated T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: my bad T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: now my other question is a 2-parter: a) is 'home' considered a recall command (aka does it suffer from the limitations of norecall rooms) and b) can i have more than 1 recall portal in mapper? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Redryn Tech: yes no T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: damn, thanks T3/r7/2016-12-14.txt.gz:{chan ch=tech}Redryn Tech: why would you need 2 recall portals T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: because home is considered a recall command and suffers from the limitations of norecall rooms? T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: guess i can work around it if i remove my recall command as a portal and set home as recall portal T3/r7/2016-12-14.txt.gz:{chan ch=tech}Redryn Tech: oh wait, i think i'm confusing things with bounceportal T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: oh T3/r7/2016-12-14.txt.gz:{chan ch=tech}Redryn Tech: you should be able to flag multiple things as 'recall' type moves T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: ah ok, ill try it T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: omg it says it right in mapper help T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: yea should have just tried it earlier, or read the help more clearly T3/r7/2016-12-14.txt.gz:{chan ch=tech}Kobus Tech: thanks redryn, gorsk T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: i bought a cheapo hdmi cable 1.5m, it looks expensive with bungie cord wire kinda. will it still displays content good as high priced cables ? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Purrfect Purr Tech: mmhmm. the high priced cables are generally a ripoff. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pumpkin Tech: Digital signals don't care about the quality of the cables. It doesn't matter at all. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: heh, tnx, good buy then T3/r7/2016-12-15.txt.gz:{chan ch=tech}Shindo Tech: unless you can tell the difference between two pantone colours 1 shade apart ... highly unlikely you'll notice anything T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pumpkin Tech: it either works 100% or doesn't work T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pumpkin Tech: Shindo, that only applies to analog signal, not digital. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: wierd, my vga cable cost exact same price as hdmi cable, i thought vga was more expensive T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: thanks all T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: how can i tidy up all the random loose cables in my pc tower ? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Fetard Tech: velcro strips. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Fetard Tech: I know it's tempting to use zip-ties, but then you run the risk of hitting the wires when you have to cut them loose. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: it looks to much of a hazard atm T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: ok ty :) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Fetard Tech: I mean, it's not going to hurt anything if they are loose, but it could affect the air flow in the case, causing it to run hotter than you'd prefer. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: yip, been thinking that, will move most of it under dvd rom compartmant for now T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: use that glue that can be melted with a bit of heat. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: clue gun, or that heat shrink connections ? T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: youd need only a droplet of glue to tie them together or to the case. its almost invisible T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: and later you can get them unglued with hair dryer T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: ahh, i know that stuff, its called super clue here ty T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha rapidly nods twice at __m_OO_m__ Hwuaijijal, in complete agreement. T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: there are different types of it. guitar makers use something that is made from fish bones i think T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: so they can just reopen the whole guitar for repair without a scratch T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: nod, will go to the electrician depot for it. what about velcro strips? a friend suggested it T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: is a cpu running at 70-80 C too hot? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: nope T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: what about 90? T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i heard it was about the max they should go. just recently:) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: still have to turn my pc on for the first time now, still looking at its inside, no clue what its cpu temperature will be like T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: If your CPU was manufactured anytime recently, it'll throttle itself to maintain safe temperatures T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: just wondering if i should get a case fan / cpu fan T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: still using the stock cpu fan T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: i guess the 2 outtake fans at the back top, and one intake at front botttom will do the trick imho T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: case has 1 intake fan T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: get some good paste first. maybe its enough T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: Are you experiencing noticable throttling? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: yes its a 2016 cpu T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: not sure how to tell if it's being throttled T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: cpu-z software might tell T3/r7/2016-12-15.txt.gz:{chan ch=tech}Vost Tech: is it overclocked? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: mine? no T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: thanks all. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: If you can't tell the difference, is it worth spending money on? ;) CPU-Z is probably your best bet. You'll see the clock speed go down if it's throttling. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha winks at Grushnak. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: i recently plugged in a dual monitor, which sometimes turns black randomly... google suggests it may or may not be an issue with overheating T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: I don't know enough to say that isn't possible, but there's a long list of things I'd suspect before overheating T3/r7/2016-12-15.txt.gz:{chan ch=tech}Redryn Tech: hmm, ok T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: I'd replace the cable with a known good first, then the monitor T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: negative pressure inside case = minimum dust T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: random titbit, heh T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't think dust works that way T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: two out take fans + one in take is negative pressure and minimal dust T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: also the only way to have negative pressure inside the case is to have less air for the volume, which means you're not cooling as effectively T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it will also make your fans strain harder and be noisier T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: you need a good case design T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you should aim for net zero pressure T3/r7/2016-12-15.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Er. _Positive_ pressure is generally considered the less-dust route. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: Negative pressure is likely to be the worst case. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: I always thought you were supposed to go for positive pressure, with intakes higher up T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: ok, wow, my info is wrong then T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: or if you're in the ISP marketing business, netzero pressure T3/r7/2016-12-15.txt.gz:{chan ch=tech}Failurette Noegel Tech: https://youtu.be/sh6F2eccMec T3/r7/2016-12-15.txt.gz:{chan ch=tech}Failurette Noegel Tech: positive vs negative air pressure I 3.5 min T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: currently mine have 1 intake at front bottom, and 2 exhausts at top back, not sure i wanna change it just yet. if the ambient temperature is ok at midday on a hot summers day, il leave it T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha gives Failurette Noegel a nod, saying, "OK". T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: It's on the internet! It must be true! (watching now) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Failurette Noegel Tech: that channel is great and entertaining T3/r7/2016-12-15.txt.gz:{chan ch=tech}Kaelis Tech: naturally. i mean, do you really think someone would do that? just go on the internet, and tell lies? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: I don't, now, but then, I'm a wombat. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: Never, if it is on the internet it has to be true. Bob Dole Einstein told me so T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: After watching that, I want to setup a high pressure box with HEPA filters on all the fans just for funsies and because I hate money. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway I'm fairly certain that unless your computer is sitting outside in a desert dust accumulation is not a real problem, flow is. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: If you properly clean and filter your house, and remove things in it that create new dust, you can save tons of money on filters for the computer. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: If you have a stock case without filters and pets, I can speak from experience and say it certainly can be an issue T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish has no pets in his stock case. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish has only stocks in it. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: I have to keep them *somewhere* and I got yelled at for trying to keep them in the fridge T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha goes, "Heh." T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: no that is something i wanna get soon, fan filters, it should be dirt cheap T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: they talk on forums they use female leg tights as filters ,lol T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: That's an interesting idea. It would certainly be good to keep the pets out. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: finely wowen material, but meh, will not use that T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: do you think female leg tights work better than male leg tights? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Failurette Noegel snickers with The Jerk Fiendish about their shared secret. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: didnt know males wear that, hehe T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: really? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: You should see 'Robin Hood: Men in Tights' T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: men have legs too T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: ok not that tights, the see through leggings that lools like socks T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: Stockings? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if they're see-through, how do they look like socks? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Failurette Noegel falls down laughing. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: ah yes, stockings T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha smirks at The Jerk Fiendish's saying. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Grushnak Tech: I bet coffee filters would work even better T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: that will be a last resort, i mean original fan filters cost so little &) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha is tempted now to install filters onto his homes windows. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: that filters is easy to get at a hardware shop in sheets, just cut into size and use hot clue, no more dust, period T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: dead skin cells is also dust, hmm dilemma T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the best way to keep all dust out is to keep all air out. it won't cool very well, though. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: nods, vacuum seal T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: now there is a normal pc that has 0 fans. but it weighs a ton T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: completely passive cooling T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: https://www.youtube.com/watch?v=9PJOrfpiVwE T3/r7/2016-12-15.txt.gz:{chan ch=tech}Shindo Tech: you mean even the PSU is passively cooled ... so no fan noise at all? T3/r7/2016-12-15.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: yep T3/r7/2016-12-15.txt.gz:{chan ch=tech}Trachx Tech: and no pump pumping cooling liquid T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: wow did this happen, just powered up my baby, and the bios background got a space wallpaper, lol. things have changed in the last 6 years since my last pf T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: even got a mouse pointer T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha hops around like a little kid. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: pleassantly surprized T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: ASRock UEFI setup Utility its called, hmm T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: even got folders ! T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: OC tweaker etc T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: cpu temp is 42.3, mboard temp is not moving allot 40. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: Fast boot function. Fast boot minimizes your computers boot time. In fast mode you may not boot from an USB storage device. Ultra fast mode is only supported by Windows 8 and the VBIOS must support UEFI GOP if you are using an external graphics card. Please notice that Ultra fast mode will boot so fast that the only way to enter UEFI Setup Utility is to Clear CMOS or run the Restart to UEFI utility in Windows. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: omg T3/r7/2016-12-15.txt.gz:{chan ch=tech}Fetard Tech: sounds like ulta-fast mode is more trouble than it's worth. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: It really does. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: they say boot up into windows takes 1.5 seconds with this mboard T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: I really think that's up to the hard drive, more than the board :) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Or you know, a SSD will get just slightly more than that... T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Why deal with all the trouble to save 3 seconds? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: true T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: no trouble, my first pc in six years T3/r7/2016-12-15.txt.gz:{chan ch=tech}Fetard Tech: ssd is awesome if you can get a big enough one to be your boot partition. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: bought a 240Gb one at MicroCenter for $60 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: 1Tb for $180 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: how much do you need for a boot partition anyway?! :D T3/r7/2016-12-15.txt.gz:{chan ch=tech}Fetard Tech: that's a great deal. how recently? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: <32GB T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Shortly after black friday/cyber monday T3/r7/2016-12-15.txt.gz:{chan ch=tech}Fetard Tech: hmmm. yeah. there's one not too far from me in cambridge. just a pain to fight traffic to get up there for such a small purchase. gotta go big or stay home, ya know? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: So grab some extra ram, and a 4Tb storage drive for $80 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: boom, worf it T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Fetard is agreeing with that Asperger's Cheezburger person again... T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: personally i would love Ultra fast mode. since my bios is setup to par, i wont need to use it any time soon T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: As long as you stick with Windows, and don't start needing to futz with the UEFI settings to OC a CPU or GPU T3/r7/2016-12-15.txt.gz:{chan ch=tech}Useful Hadar Tech: wait is Cheezburger offering to buy me more ram! T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: You'll be fine. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha is agreeing with that Asperger's Cheezburger person again... T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Sure, i think I have some old 512K's lying around. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Nope... I lied. They are 256K :P T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: side note, i can use My MSI afterburner gpu OC tweaker in windows to toggle my glus voltage etc for a few extra core clock mhz T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: gpus* T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: yip, windows lover for life, might try Ubuntu just for the lolz T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: I use some flavor of *Nix for just about everything. The only rig I keep any semblance of windows on is my gaming rig. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: yeah, linux dont do directX gaming to well, poor frames and driver support T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish sits down and thinks deeply. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: PlayOnLinux and Wine makes it easier, and support is growing, but it is a lot of hassle sometimes. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Something like 1/3 of steam games now support Linux. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: playonlinux doesn't add much for me. I'm happier just sticking to wine staging T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: PlayOnLinux was more for when I built my wife's rig. She's not super technical, and having just a few button presses worked for her. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: It's essentially just a wrapper for wine T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: I don't feel it "adds" much either, just easier to use. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm pretty sure every windows app that I install just shows up in my apps lists T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Well, in like your emulated C: drive in your apps, right? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: I haven't used wine in a while, but back then it make a fake "C:/" drive that it installed to. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah, but I mean that in Gnome3 my applications menu has a submenu for Wine T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Right T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it shows, eg, "The Sims 4" T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: or in XFCE, i can still just search for them as well with META+R T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yup T3/r7/2016-12-15.txt.gz:{chan ch=tech}Zenting Tech: what are linux people running for a mud client? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: tt++ T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: or mush T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Few TF users, and a couple Mudlet users as well T3/r7/2016-12-15.txt.gz:{chan ch=tech}Zenting Tech: tt++ is tintin++? Or something else? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Yup T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I use mushclient T3/r7/2016-12-15.txt.gz:{chan ch=tech}Zenting Tech: I'm starting with that, seems pretty good. Can you set it up for numpad movement, do you think? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Ya think Fiendish? :P T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: hmm, motherboard monitor is showing my correct time and date, no idea how it knows this since im not hooked up to the internet, ahh must be a CMOS thing T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sure, but more than 99% of my computing time is on linux T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: You can, but first you have to update your xmodmap to differ between Num8 and 8 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Useful Hadar Tech: dang i thought fiendish used some not-porn client T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: bet if i take the batterie out, it will give a false reasing T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so I was answering the question T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: and things like that T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: my mushclient is strictly not-porn T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but if you can get a video stream down to 4kbps, we could stream porn over channels T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: If you're trying out TT++, Ixle and I wrote a setup script for tt++ that adds a lot of aard-specific functionality. Check it out here http://aardwolf-tintin.com T3/r7/2016-12-15.txt.gz:{chan ch=tech}StarsOscar Tech: is there a way to share tt++ and mush mappers? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Trachx Tech: yes, you just need to use your own tt++ mapper T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Nope T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: The link i provided has a converter T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: and a mapper T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: is there a way to merge (mush) mapper databases? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish sits down and thinks deeply. T3/r7/2016-12-15.txt.gz:{chan ch=tech}StarsOscar Tech: ty (: T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://stackoverflow.com/questions/21520155/sqlite-merging-databases-into-one-with-unique-values-preserving-foregin-key-re T3/r7/2016-12-15.txt.gz:{chan ch=tech}StarsOscar Tech: both use sqlite but different schema? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you have a converter for the database? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: which schema version? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: all of them? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: That I couldn't tell you. All credit goes to Tharnin on that one T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: https://github.com/theixle/aardwolf-tintin/tree/master/Mush-map-to-tintin-converter T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: https://github.com/theixle/aardwolf-tintin/tree/master/Mush-map-to-tintin-converter T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: oops T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's funny to have diagonal exits in that script T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: since aard doesn't have them T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: tt does though, so they have to be a known value for it's mapper T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish nods. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: tt does though, so they have to be a known value for it's mapper T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Goddamnit, really? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Stupid enter key resend T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: Uhm, I just installed a db browser for sqldb. It seems that the schema uses rooms ids from the game, area names from the games, etc. A merge should be pretty straightforward (no unique keys collisions). Has anyone tried that? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hah T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: It's totally doable. Will it be as straighforward as you think? Highly doubtful. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well for one thing not all rooms have unique ids T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: my mistake. some of the tables have their own pk. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: rooms_lookup_* tables seem to use such ids T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: It doesn't work for nomap rooms T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: mis T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: also the original database schema wasn't created by me and included a bunch of waste columns, and over time I've slowly removed them T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so the available data has changed over time T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but, sure, I mean it's not like the schema is ever a secret. I just don't guarantee that it will stay the same T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's hard enough to stay on top of my own work without also worrying about everything that everyone else might have done T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: oh well, if I can make a suggestion, mapper merging would be a nice addition to the mapper T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm not sure I agree T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: tell me your reason for wanting it T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: right now, I am pretty much moving the db on usb stick from computer to computer, to always keeping it up to date T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Run Aard from google drive T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: mush* T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: or dropbox, or anywhere really T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: or, just update the script and store only the database file in the cloud T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway, even if I agreed with the goal, it wouldn't benefit from being part of the mapper itself. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: All it would do would encourage people to sell parts of their own maps T3/r7/2016-12-15.txt.gz:{chan ch=tech}Liber Tech: it would, considering the above mention about the posibility of schema changes :) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: ...then you'd have to have multiple versions of the "merge" tool. That just sounds like a headache and a half T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: just always target the latest schema T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: or at least schema awareness and versioning T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the plugin handles schema upgrades for you already because it does do versioning T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Does it only do Previous -> Latest, or Prev->NextailRec ... Latest? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Bah, that's what I get for using @s T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it goes in order T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Nice, so like a delta of changes similar to git? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: nothing like git, but yes it does change deltas until the latest version T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you're at schema 4 and the latest is 10, it will run through 5,6,7,8,9 T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: otherwise I'd have to test way more T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: or most of the small incremental upgrades would take a lot longer T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: this way the amount of time it takes is sort of proportional to how long it's been T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Meh, I mean you could apply a delta of deltas :P T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'd have to code it in T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: I didn't say it was worth it :P I was just speaking to your "time" statement T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sqlite isn't good at certain operations, so there are a few times where I have to drop an entire table to change a column T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Usually only if you change it's data type, iirc T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't know, maybe what I'm saying here doesn't apply. The simplest explanation is that changing how it works would require changing it. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there are so many changes I can't keep track of why everything is done the way it is T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's definitely easier for me to reason about changing from whatever the current state is to whatever I want the next one to be T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: otherwise every time I make a change I have to go and change all of the previous ones T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if I'm on version 10 and I want to add version 11, this way I only have to do one change from 10 to 11 instead of changes from 1-9 to 11 also T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: sigh i got ddr 3 1600 mhz ram module, but cpu only can handle 1333. is 1333 still good for games 2000-2013 ? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ylar Tech: short answer: yes T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha thanks Ylar heartily. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: heh, hdmi cable to tv only shows bios, so the vga cable was unnecesary T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: in mush. is it possible if i make a trigger, make it only execute once, and not for the following 10 min T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Can you set it in conjuction with a timer? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Shindo Tech: yes you can make it load a one off timer that will turn it back on again T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: for example, if i got a random social greeting for when a friend comes online, i dont want to spam other people if a friend log in repeatedly in a short time. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: ahh, ty all T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: but what if 5 different friends log in right aftrer another? They dont get greeted by you T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ontuct Tech: what if she only has 2 friends? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: that much? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: i want this trigger only to ignore repeated logins from a wild card T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Someone in the crowd yells, "BURN!" Failurette Noegel seems to agree! T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: prolly need some lua coding T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: currently using regex coding in blowtorch, works like a charm, info fishing for mush. heh, im so friendly, got some friends &) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Hahaha is not a troll, is a troll race, but not a troll. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: sorry for of beat channel text, il be quiet now. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Failurette Noegel Tech: one day I'll have friends too T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: In Mush, how do I set a trigger that recognizes part of a flag. I am trying to make a trigger that sends 'spellup' upon seeing '{affoff}'. However, {affoff} has a trailing number. Is there a wildcard or something I can place in there? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yes T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: nod T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://github.com/fiendish/aardwolfclientpackage/wiki/Writing-Triggers#i-tried-making-a-trigger-but-it-isnt-firing-what-did-i-do-wrong T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: oh miss reply T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: zero zero one in binary code = ? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: 1 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: that's 001 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Amministra Amorat bonks Hahaha on the head for being such an UTTER moron. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: or 100 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: not 3 ? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: 3 = 11 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: lol, ok my bad T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: hmm might confuse binary code with the 1 and 0s data is made off T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: uh T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: i seen it on tv today, they say 1 1 0 = to 3 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: 001 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: 110 = 6 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: i give up T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: but 011b==3d T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: and where I live we read ninary numbers right to left T3/r7/2016-12-15.txt.gz:{chan ch=tech}Hahaha Tech: ah, blessed asian text T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: so 011 would be one one zero T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you have to read starting from the smallest place because otherwise there are an infinite number of 0s that you'll never get through T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: 11 is the same as 00000000000000000000000000000000000000000000000000000000000011 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: If you ask me, 0000000000011 is the same as 0b1001 :p T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: I prefer 2 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: 3* T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: help me 0b1 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Asperger's Cheezburger Tech: Heh, thought I typod, corrected it, and ended up really typoing. Fml T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Can anyone give me a tip on how to create a trigger that only operates outside of combat? What would the conditional be? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: what do you want to trigger? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: like what T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: I want spellup to activate everytime a spell effect wears off, outside of combat. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Zenting Tech: you could trigger based on the wear off message T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: are you using mush? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Right now I spellup everytime {affoff}* appears. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: and write a small script to check gmcp is you are in combat T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: I would use winklewinkle's spellup script T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: I am running mush. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: finger winklewinkle T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Okay. Thank you. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: I think Bast has one too T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: nokfah might have updated versions.. I dont know though T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: finger nokfah T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: or like aya said... bast might have one too T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: I have winkle's spellup installed, but it always tries to cast skills T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: otherwise, it works great T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: you can turn it off though T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: disablespellup T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: that disables everything thought, I just want it to stop trying to "c sneak" T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: isn't there a way to leave out spells? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: uncomment it or something T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: or comment T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: type spellup help T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: you will see all commands for winkle spellup including how to remove spells T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: got that isn't a command T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: are you using any plugin for spellup? or just imbued one? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: winkle's spellup T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: instead of "sneak" or "cell" it tries to do "c sneak" etc T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: its working for me T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: its working for me T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: I may have gotten an old copy or something, not sure, have tried reinstalling T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: try noauto |spell number| T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: thats the command to remove in winkle T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: that works to remove it T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: want it to recognize as skill rather than spell T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: strange mine does it automatically T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: try spellup reload T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: to reload the script just in ase T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: command isn't working T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: CTRL+Shift+P and reload button T3/r7/2016-12-15.txt.gz:{chan ch=tech}Daria Tech: that reinstalls it, but doesn't fix T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: So to place conditional statements on triggers you need LUA scripting? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: define "place conditional statements on triggers" T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (Also Lua, not LUA) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ontuct Tech: ooh baby, we gotta go now T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hehe T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ontuct Tech: na, my heart wasn't in it T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Roger on Lua. I want certain in-game conditions satisfied before a trigger performs its action. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: you want to make sure you are not in combat T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Such as status in combat or HP/MANA levels low. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish nods. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: understood T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you don't need Lua, but you need _some_ kind of scripting and Lua is the preferred language T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: I don't want detect evil to drop when I'm fighting for my life. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: not drop, *cast T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Okay, looks like I have some learning to do. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Exa Tech: so I thought I would try the winklewinkle spellup v2, so I did, I love it, but I can't get it to add the clan skill, even thought I went to the slist and found our clan skill and did the command, it says indexing and doesn't add it T3/r7/2016-12-15.txt.gz:{chan ch=tech}Exa Tech: anyone know what i'm doing wrong so I can get the clan skill added to my list? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: winklewinkle has a spellup? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Exa Tech: AND it doesn't say how to add a skill not on the list. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I use Bast's T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: I found out the other day Winkle has one also Fiendish T3/r7/2016-12-15.txt.gz:{chan ch=tech}Pleiades Tech: and I'm not sure what 'detect evil' has to do with your statement T3/r7/2016-12-15.txt.gz:{chan ch=tech}Exa Tech: no.. but I want to add my clan skill, does anyone know how to do that? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Exa Tech: and also how to add skills that aren't on the list (if there is any) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: also at 15:53 this was referenced by daria on tech T3/r7/2016-12-15.txt.gz:{chan ch=tech}But first, Juanito Tech: is there a command in mushclient to see the steps somewhere? so instead of going, I just see all the steps I would have taken? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: Exa is there some sort of help command? That way you can see the commands? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: leiades, I don't want an arbitrary spell being cast in the middle of what could be a difficult fight. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: mapper where T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: It could cause a delay in an attack spell that could save my life. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: Juanito mapper where is the command you use, or sleep then just mapper goto T3/r7/2016-12-15.txt.gz:{chan ch=tech}But first, Juanito Tech: thank you ! :) T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: lol at sleep + goto T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's pretty clever tol T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: what its not stupid if it works ;) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: heh T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: it doesnt work here T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: really? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: scripts wakes me T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ontuct Tech: I aliased mw for mapper where T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah the mapper will make sure you can run by waking you up T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: when did that go in Fiendish? It used to work T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: I don't have anything against detect evil. I just don't want it cast instead of the heal spell that could have kept me standing. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: let me check T3/r7/2016-12-15.txt.gz:{chan ch=tech}Nocens Tech: if you don't want spellup during fight, then you are better off with making a very short alias for spellup (like = or something) and invoking it each time you stop doing whatever you do. you can actually invoke spellup during fight, it won't cast anything, time lost minimal T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Yeah? Spellup doesn't work during a fight? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Nocens Tech: try it :) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: it will only cast the spells that can be cast during combat T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: which are not many T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Understood. That changes things. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://github.com/fiendish/aardwolfclientpackage/commit/a3a4b1dab7923b079aa9b1f34bc4a468e4930e7e T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Because my trigger only invokes spellup. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Apr 8, 2012 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Lysserid Tech: Thanks for all of the help. I'll be back on later. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: lol, I guess it worked with my old arse files for way to long until I upgraded T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: I didn't realize you stripped out the date added till last year... T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: heh, I don't always upgrade T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: date added? T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that was probably done last year T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: in the aardwolf.db T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: don't tell anyone I said this but I did that just to mess with s&d T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: LOL T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not really, but it's a common theory T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: It would be funny T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it was funny anyway for a few months T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but I didn't even know s&d was using it until after I made the change T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: heh, this will happen when things depend on other's works T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sort of. despite all appearances I do try to not break things T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: this particular thing really happened because s&d was doing something bad T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: date added is not a valid indication of firstness T3/r7/2016-12-15.txt.gz:{chan ch=tech}Ayasinda Tech: anything that kills s&d is good T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: you should have just scrambled the date added lines ;) T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: make them ranom on backup... *whistle innocently* T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: random* T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that'd have been hilarious but against the goal of cleaning up the db T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tol Tech: yeah, thats true. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: where does mapper save the information? I downloaded a new mush version and my mapper reseted T3/r7/2016-12-15.txt.gz:{chan ch=tech}Nocens Tech: aardwolf.db, in the root of the install folder T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: thanks T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Rastlin: use my installer from https://fiendish.github.io/aardwolfclientpackage/ and that won't happen T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: thanks will try T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: I jsut replaced the db file and relaunched the client and now no big map is loading :( T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you use that and tell it to install on top of your original install then it will only update the script files but won't touch your db or world T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: big map could mean different things. do you mean this? https://github.com/fiendish/aardwolfclientpackage/wiki/Bigmap-display T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: no i mean the mapper itself T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: is the plugin loaded? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: MAPPER DB INTEGRITY CHECK FAILED. REBUILDING INDEXES AND TRYING AGAIN. T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: did you close mushclient before moving your db file? T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: yes T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: but will try once more T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: brb T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: failing the integrity check isn't...necessarily...the end of the world T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://github.com/fiendish/aardwolfclientpackage/wiki/GMCP-driven-world-mapper#restoring-from-a-database-backup-after-corruption T3/r7/2016-12-15.txt.gz:{chan ch=tech}Rastlin Tech: ok now seems to be working better thank you for the help fiendish T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: np T3/r7/2016-12-15.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: - 10 T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Stiggle steps back quickly and exclaims "Do I know you?!" T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: You smack Stiggle out of his boots with a sign reading "NO !!" T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: You smack Stiggle out of his boots with a sign reading "HELL NO !!" T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Arcidayne smacks you out of your boots with a sign reading "YOUR MOM !!" T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Stiggle feels smacked. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: Stiggle feels protected by Arcidayne. T3/r7/2016-12-15.txt.gz:{chan ch=tech}Tech: hmm, maybe I should make a "hellohhellno social T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: isnt ddr 3 ram > Double-Channel memory T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: dds3 to double channle is like circle to red T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: then why is my bios says > Single-Channel Memory Mode ? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: because you probably have just single RAM piece T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: oh, i got only one 8gig module yes T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: ty T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: hmm, the ram can be overclocked from 1333 to 1400. better not do that. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: usually you won't see any difference whether using dual channel or overclocked memory T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Hahaha gives Trachx a nod, saying, "OK". T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: sure you will see that that difference in tests , but not during normal work T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: and see that differnce in gaming ? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: your bottlenecks as always are human and HDD related T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: its to litlle of an overclocl from 1333-1400, honestly i dont why, im scared to overclock ram and cpu, but with my MSI Geforce not so much, it even got a good OC software on the driver cd. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: but these things are so fail safe now, any wrong tweak will not likely break it T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Hahaha will google OC forums of particular brands and models, and try it out in small increments T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: with tp? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: miss T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: dont really like overclocking, think the Hardware should not be over stressed T3/r7/2016-12-16.txt.gz:{chan ch=tech}Pumpkin Tech: I thought overclocking doesn't stress the hardware, only overvolting does T3/r7/2016-12-16.txt.gz:{chan ch=tech}Pumpkin Tech: system might just be unstable with overclocking T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: overclockin may cause overheating T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: more heat lowers life time expectancy, heat is the biggest culprit T3/r7/2016-12-16.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: id doesn't affect the system is the system is designed for overclocking. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: not really, either your cooling is good enough and it works stable or not T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: also humidjty and dust is a silent killer T3/r7/2016-12-16.txt.gz:{chan ch=tech}Pumpkin Tech: and smoking! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: more heat will lower life time expectancy from 100 years to 80 :P T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: and if you have lead free components then actually you want more heat :P T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: only my GPU is designed for overclocking, MSO OC gamimg edition, that doesn mean i will overclock it, if i do, buy like only 12% T3/r7/2016-12-16.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: my system never raises above 45C :) T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: yes smoking also, but filters help i think &) shrug T3/r7/2016-12-16.txt.gz:{chan ch=tech}Immplicit Anaristos Tech: I remember when ATs came with 3 speeds. You could say that the two higher speeds were overclocking. That's the same way now with overclocking systems, they are designed with variable speeds and they default to the lower setting. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: my resistors on both gpu and motherboard has a solid aluminium core, minimal heat, higher efficiency T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: solid aluminium core transistors* T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: ugh, capasitors T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: 45 is a good system temp T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: anything above 50 will be a irk to me T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: sometimes wish to live in snowfall counties T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: there was even back in the day, small liquer barrel equiped to the search and rescue dogs neck, when the dog arived at the lost person, they drink it for vooma T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: sigh,miss T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: frost bite catch a person unexpected, because of the numbness, no pain i think T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: omg T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: or else, the objects looks thin and elongated T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: quake 3 arena, oh my, what a game. love it to death, so much fun in lanning T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: heh, my cheapo hdmi cable got gold plated connections or is it bronze? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: cant tell T3/r7/2016-12-16.txt.gz:{chan ch=tech}Pumpkin Tech: the cheapest cable is as good as the most expensive one for digital signal T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: lmao, two stores next to that place i bought it, it is like 40% more expensige T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: not really T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: good to know T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: just compare USB cables - those are digital, right ? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: how can a more expensive cable possible be better T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: think its a marketing scheme to suck the money out of people T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: can be shielded, have lower resistance T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: hmm T3/r7/2016-12-16.txt.gz:{chan ch=tech}Pumpkin Tech: Trachx, how does that matter for a digital signal? If it works, it works 100%. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Pumpkin Tech: cannot get better quality digital signal T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: so cheap cable can be good, expensive sometimes can be better (or just be more expensive because it is "premium") T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: yes, *IF* it works there is not difference T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: however if you have 2m cable - one may work and the other not T3/r7/2016-12-16.txt.gz:{chan ch=tech}Pumpkin Tech: yeah T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: say my cheapo cable gives perfect contrast, no ghosting at 1080p 60 hertz, why would i buy more expensive on3? the expensive one got gold plates etc but yields same results. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: you miss the point T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: whats the point lol T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: it is not that expensive provides better signal quality T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: ok it gives durabilty? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: if you have 10m cables - expensive (because of used materials) and cheap one - there is chance that cheap one won't work T3/r7/2016-12-16.txt.gz:{chan ch=tech}Pumpkin Tech: cheap cable might not work, but if it works, it works 100% T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: but if it works - it is as good as that expensive one T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: ahh, gotcha T3/r7/2016-12-16.txt.gz:{chan ch=tech}Misha Tech: i love cheap cables that work well! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: me to :) i prolly got bronze plated plugs that looks gold lol T3/r7/2016-12-16.txt.gz:{chan ch=tech}Khannon Tech: gold plating only make difference in contact and has better long-term lifespan T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: it is quite likely it is gold plated T3/r7/2016-12-16.txt.gz:{chan ch=tech}Khannon Tech: it offerns no other difference T3/r7/2016-12-16.txt.gz:{chan ch=tech}Khannon Tech: hence gaming mices typically have golded plating T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: this is good news, this vendor i bought it from, prolly dont got a clue what market price is T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: yeah, i forked out enough for a good mouse, gold plated and teflon mouse pads and 3 adjustable dpi settings buttons ontop T3/r7/2016-12-16.txt.gz:{chan ch=tech}Misha Tech: that sounds strangely calming T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: it calms me, when i stroke it ::) feels so good in my barbarian grip T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: double tracing laser gaming mouse, good on ablny surface T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: so can possible use my leg for a mouse pad T3/r7/2016-12-16.txt.gz:{chan ch=tech}Kaelis Tech: i just use a trackball T3/r7/2016-12-16.txt.gz:{chan ch=tech}Kaelis Tech: it's not good for anything but, i dont have need mouse space T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: liar liar pants on fire T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: oops T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: trackballs back in my day catched to much fur T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: it felt bumpy when i move my pointer in win 98 T3/r7/2016-12-16.txt.gz:{chan ch=tech}Kaelis Tech: brush your dog more T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: mmm an upside down mouse works as a trackball ... just not too well. might be too sensitive T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: heh T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: I want to create an alias that executes two different aliases. My problem is that those aliases are burried in a script. Anyone know the syntax for calling the other script? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: when you say script do you mean an alias or trigger? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: hmm, this might be a problem. Looking at my open pc box atm, and there is a suspicios wire running beneath motherboard on the right hand corner where the mboard is bolted to the case, running to the front usb ports, i wonder if this one wire directly beneath mboard will do any harm, i think its the stupid technition took a shortcut while building my rig T3/r7/2016-12-16.txt.gz:{chan ch=tech}Xyliz Tech: maybe a ground wire T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: you meant earth wire? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Xyliz Tech: unless the wire is not connected to ground T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Hahaha goes, "Hmmmm." T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: Nvidia geforce and Intell for life T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: heh, microsoft guy created Linux, what a mistake, linux is bad for gaming. on the other hand, if your a coding geek then linux is A for away. but seriously, notholing can beat a gaming windows pc rig, for respectfull framerates T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: Hahaha, I am a mac user but I have to agree :/ T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Hahaha crosses her arms and nods slowly and sagely. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: Linus Torvald had nothing to do with MS ... T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: gaming is the subject discussed T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: linux is good for anything besides gaming T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: but your statement was that it was developed by a microsoft person T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: true , kudos to him for making a good OS T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: any idea how I can reset a non aardwolf mini window position? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: resetaard ? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: ugh, my bad T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: thats only for aardwolf default mini winds T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: some plugins have their own reset T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: yeah even google twinkle plugnins to try and see and can find T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: or you can edit plugin statte file T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: find state file, then open it with notepad and change something like: 534 T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: do that when Mush is closed T3/r7/2016-12-16.txt.gz:{chan ch=tech}Wire Tech: is it bast plugins? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: no winkle T3/r7/2016-12-16.txt.gz:{chan ch=tech}Wire Tech: oh... T3/r7/2016-12-16.txt.gz:{chan ch=tech}Trachx Tech: try xset reset gui T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: thanks alot trachx it worked T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: i had seen it on help file but it was mentioning it was for the ampper T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: i had seen it on help file but it was mentioning it was for the ampper T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: and I was affraid it would screwed something T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hello T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Smiling, Stiggle greets The Jerk Fiendish warmly. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Zhalut enthusiastically high-fives The Jerk Fiendish! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Amministra Amorat bites The Jerk Fiendish on the neck! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: heya T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: hello, leave your mesagge after the beep T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: Fiendish is the master coder , better recognize :) T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Failurette Noegel falls on her knees and worships The Jerk Fiendish. T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: nobody needs to anything T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: A disgusted Amministra Amorat keys the MUTE ALL code, silencing The Jerk Fiendish's heavy breathing. T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but if you have any questions about mushclient, I might be able to answer them T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: no doubt T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Stiggle is the master trainee. Do call him. T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I mean now that I'm awake and not sleeping T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: how do I access the automatic database backup to remove the check for bast's info? T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Zhalut: which backup, what check? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: what do you call a person like Fiendish ? What do you call a person like me? im a pc gamer anything pc related geek at heart, guess Fiendiesh is a pure coder T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Fiendish is just this guy, you know? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: it's the one we communicated about over email. It's the integrity check that fires when I connect to Aardwolf T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Failurette Noegel makes it abundantly clear that The Jerk Fiendish is a dreamboat, and marvy, to boot! T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Ah! T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I remember T3/r7/2016-12-16.txt.gz:{chan ch=tech}Amministra Amorat Tech: mappers and packers, makers and users? :P T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: still having problems with it? that's a bad sign T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: I don't have a backup that isn't corrupted and I don't really use Bast's plugins T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: Fiendish is special, lets not chase him away, good for the comminity and geek culture. T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: let me dig through my email to recall which plugin it was T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: maybe there is a way to use the mac terminal to search the plugin folder for the XML that triggers the check? T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ah, it's your stats.db T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: plenty geniuses here in respected fields. but you gotta say, deep in your heart, Abelinc is the most knowledgable on most subjects. sorry fanboy moment T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: want to try something? go into MUSHclient\logs and send me the file called stats.db T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'll see if I can fix it automatically T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (if not, you'll just be removing that file) T3/r7/2016-12-16.txt.gz:{chan ch=tech}Stiggle Tech: Automatic fixing is not viable :P. T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: tell me what I can't do again please T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: Fiendish and Arcidayne is best ar anything cosing / tech T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: I can move the file out of the folder to see if that helps T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish nods. T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I mean it will just mean that whatever is using stats.db will have to make a new one T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: OK i will try that quickly T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I have to agree with stiggle. never trust fiendish! he has no idea about aardmush at all! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Odorless Nuanse falls to the ground and rolls around, laughing hysterically. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Stiggle snickers softly. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Zhalut Tech: OK, I moved the DB and now the client doesn't try to perform a backup upon connected to Aardwolf. I am fine with that. I never really used Bast's stuff T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish holds his thumb up at nothing in particular. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: Fiendish I've downloaded you test Mushclient and i'm running the full string replacement plugin and so far no problems T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: your* T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: thanks! T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I think I fixed the db T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: using `sqlite3 stats.db .dump | sqlite3 stats2.db && mv stats2.db stats.db` T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I wonder if I should do that in the mapper T3/r7/2016-12-16.txt.gz:{chan ch=tech}Maokai Tech: trying to write an aliss on blowtorch and when i add arguments the value null is getting inserted and not the argument, any ideas? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: you're using $1 (dollar sign one) for the argument? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: Zmud close by T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: what should i open mush client with, is it winrar T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tol Tech: that will work T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: is winrar free T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tol Tech: free 30 day trial that lasts forever T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: you don't need anything to open it T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Windows has included a zipper since XP T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: and didnt Fiendish create the installer? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: yeah, there's an installer version available now, using nullsoft's NSIS T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: i loaded the aardwold mush client from the aard site and now i tells me to use winrar T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: it'll only tell you to use winrar if you have installed that...so if so, go ahead and use it T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: * T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: if you don't have winrar installed, then double-clicking a zipfile in a regular window will open up the contents T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: 7zip ;) T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: and you can drag the content folder to your desktop or wherever you want it T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: winRar was my FAV compression programm, T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: 7zip pretty much bulldozed WinRar in terms of comprssion T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: anyone here know how to install mushreader in mush i already got the file T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: that would be useful in Abes Faq... T3/r7/2016-12-16.txt.gz:{chan ch=tech}Purrfect Purr Tech: Are there any potion tracking plugins? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: potionquaffer by onoitsu T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tormat Tech: so i got a new samsun smart phone, whats everyones favorite apps? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Purrfect Purr Tech: Thanks, to the batgoogle. *swirling bat logo* T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: shazam app T3/r7/2016-12-16.txt.gz:{chan ch=tech}Algaru Tech: onebusaway T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: Opera mini, UCweb is a must for any cellphone browser enthasiast T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ucweb... chinese spy company T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Odorless Nuanse snickers softly. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Hahaha Tech: lol, only good asian product out tthere, seriously T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: ok sorry for sounding stupid had been playing on a phone since beginning i got into mush now what should i do to bring up the keyboard and start playing T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: ordinarily, you just type on your physical keyboard... T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: and mush defaults to the keypad moving you about when numlock is turned on T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: i have to choose there is txt and icon T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: choose the file T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Are you on a computer Taveris? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: yes T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: laptop T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Does your laptop have a numpad? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: no T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Shindo jumps up onto a table and shrieks 'EEEEEEEK!' T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Then your only option is to type your commands buddy T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: but were you asking how to launch ko grot T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: wow what a typo ... haha sorry T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: shindo's in zangar ;-) T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: but where you also asking how to launch mushclient? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: no when i enter mush there is many options like world and script and i dont know how to start playing T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Where did you get your mush? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: i just search aardwolf mush client from google T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: don't do that T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: If it is from the Aardwolf website, then it should let you login from the beginning T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Shindo wispers "i hear Fiendish has good mush" T3/r7/2016-12-16.txt.gz:{chan ch=tech}Purrfect Purr Tech: I think hes not sure what program to open within the mush directory T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Ohh T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: MUSHclient.exe T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: That's what you want Taveris T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: http://www.aardwolf.com/downloads/Aardwolf-Mud-MUSHclientr1825.zip T3/r7/2016-12-16.txt.gz:{chan ch=tech}Purrfect Purr Tech: omg everything bagels are the best. second only to salt bagels. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Purrfect Purr Tech: MT T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: I just had 2 bagels for breakfast! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Toasted them with cheese, pepperoni, lots of MAYO, cooked some eggs to go with it T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: in a DiY oven? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: that link doesnt seem to work T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Taveris, run "MUSHclient.exe" T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: hmm.. it's directly from aard website T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: and works just fine for me T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: does the mushclient exe come with a mapper T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: yes T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: I'm trying to get a handle on Lua scripting. Anyone else working with this? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo points excitedly at Tol! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo points excitedly at Razor! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Most of what I want to do relates to scripts that effect only my own character, but I want to try and contribute as well. I suppose I should hit the forums. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: lots of people here work with it, as that's what all of the MUSHclient plugins use, and that's what the MUD's builders use for the room and mobile programs T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Is anyone here using Blowtorch as well? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: many fewer there, as it's sooooo much nicer MUDding from computer than phone...there's 13 people online right now using blowtorch T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: How do you get stats like that? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: type "clients" T3/r7/2016-12-16.txt.gz:{chan ch=tech}Amministra Amorat Tech: Heh.. using MUSH on Windows is actually faster than using MUSH on Wine.. xD :P T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: that would make sense, since MUSHclient is using Microsoft's frameworks T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: I love MUSH, but I want to make sure that blowtorch doesn't die. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: It is a nice tool to have when I can't be on my computer. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: i got the mushclient exe but when i try to connect it say the connection to aardwolf is not open attemp to reconnect? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: say yes T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: i tried it and the same thing repeted T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: firewall blocking access T3/r7/2016-12-16.txt.gz:{chan ch=tech}Shindo Tech: hit alt+enter goto the ip address option and paste 66.228.127.34 T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Do you have someone to help you there Taveris? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: i am able to connect now but i have a mushreader sip file and cannot add it in ctrl shift p T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: unzip it first T3/r7/2016-12-16.txt.gz:{chan ch=tech}Gaia wrath Taveris Tech: what file should i change it to T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tech: you need to unzip it, and put the .xml into the world\plugins folder, and put the .dll files into the main MUSHclient folder T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: So in MUSH, "self" will be the target for anything on my own character. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Sorry, that was supposed to be a question. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: nope. it's gameside T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: same works in blowtorch T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: So if I am creating a conditional statement for a command to fire based upon one of my stats which global variable am I using the properties of? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Like if I am trying to read my intelligence would it be self.int or ch.int? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: no T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it's what ever you make it be T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: How do I retrieve that information from the game, though? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it's on your screen, grab it from there.. or learn about gmcp T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Thanks Nuanse. T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mushreader, eh? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Sayaruje Tech: does mush client on windows use telnet protocol T3/r7/2016-12-16.txt.gz:{chan ch=tech}Amarufox Tech: yup T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Is there a command to display GMCP table data that is currently being stored? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Or does that need to be done on the programming end? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Is anyone on that can talk with me about interacting with GMCP and passing variables to a script or plugin? T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Hey there. Ask specific questions. Someone might know a thing or two, or someone can come back to you later T3/r7/2016-12-16.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: yeah. people sometimes respond to your question hours later:) T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: I am attempting to change my spellup triggers to only run when gmcp char.status.state~=8 (out of combat). What command in Lua can I use to grab that value from GMCP so I can place it in a variable. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Let me get back to you on that T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: I have been looking at Fiendish's and Thrasher's plugins to get an idea, but I am not understanding the link between their XML files, their GMCP commands and when/if Lua even comes into play. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Thank you, Bamboo. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: currentState = tonumber(gmcpval("status.state")) T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: See link: http://pastebin.com/NGcYXqLZ T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Thank you, Rastlin. I'll have a look Bamboo. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: So that script is calling a specific plugin to perform the commands. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Odorless Nuanse Tech: that plugin comes with aardmush T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Yes. Specifically, the GMPC_handler plugin, which translates GMCP broadcasts T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Thank you for spoon feeding me. I am trying to wrap my head around it all. I feel like I'm getting close to the tipping point though where it will all beging to fall into place. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Lysserid Tech: Take care. T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: quite a few spellup scripts aroung T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: quite a few spellup scripts aroung T3/r7/2016-12-16.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Awesome! Let us know of your progress! T3/r7/2016-12-16.txt.gz:{chan ch=tech}Rastlin Tech: you can just check them T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hello hello T3/r7/2016-12-16.txt.gz:{chan ch=tech}KoopaTroopa Tech: howdy Fiendish! T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: who has questions T3/r7/2016-12-16.txt.gz:{chan ch=tech}Cytan Tech: where do babies come from? T3/r7/2016-12-16.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Do you have side code projects to show us? https://www.linkedin.com/pulse/i-have-side-code-projects-show-you-ezekiel-buchheit T3/r7/2016-12-16.txt.gz:{chan ch=tech}Cytan Tech: The pimple-faced nerd said insert the male serial port into the female serial port, and set up a master and slave. What did he mean??? T3/r7/2016-12-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sperm+ovum, yes, plug it in T3/r7/2016-12-16.txt.gz:{chan ch=tech}Ayon Tech: nah...if you don't have any side projects...you're not really a programmer. T3/r7/2016-12-16.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: any questions about javascript? i offer skype lessons. 30$/hour T3/r7/2016-12-16.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: heres an example to show my skills. https://drive.google.com/file/d/0B9vhOULDsX8FR1hvakx1VGRQV28/view T3/r7/2016-12-17.txt.gz:{chan ch=tech}Amore Tech: hi all. i need help please. when ever i type score eqsearch all, the lines and blocks are to big and doesnt show all the info T3/r7/2016-12-17.txt.gz:{chan ch=tech}Amore Tech: is there a way to set them smaller please? im using a phone T3/r7/2016-12-17.txt.gz:{chan ch=tech}Trachx Tech: I'm not familiar with phones, but cannot you change size of font ? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Amore Tech: will try that thank you trachx T3/r7/2016-12-17.txt.gz:{chan ch=tech}Trachx Tech: or if you are using some kind of telnet app - change number of columns/rows T3/r7/2016-12-17.txt.gz:{chan ch=tech}Trachx Tech: but length of score lines is a bit below 80, and IIRC 80x25 is rather standard T3/r7/2016-12-17.txt.gz:{chan ch=tech}Amore Tech: thank you trachx. got it right now. had to set the font only T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish roars in victory over his fallen enemy. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and is it in mushclient? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mis T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Is there == T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: mt T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Is there gmcp data for mobs in a room? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: How do we receive and display mobs when we go into a room then? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: tags T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: ok, I am feeling dumb right now. for some reason that I can't seem to identify assigning a table in a for loop seems to be losing scope after the loop and the table is empty T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: show your code T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: its your room grabber from the new mapper rewrite, but re written so I didn't have to grab your other function T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: lol what are you trying to do? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: just grab the rooms T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: and store them, I am just timing it T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well, show the code you're using to test with T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: can't help with code I can't see T3/r7/2016-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: no Fiendish learn to read his mind T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: http://pastebin.com/4JUnwX5M T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: I should never try to do things with my wife talking to me and a 2 year old climbing me T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: I left in all the stuff that I was trying to test it with to see the problem T3/r7/2016-12-17.txt.gz:{chan ch=tech}Shadowrunner Tech: I really like this mushclient for aardwolf but sometimes I hit a button and the main text screen gets really small and I can't resize it. what button or option do i change? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Shadowrunner Tech: nevermind. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Shadowrunner Tech: |: T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Tol: what is dbA and what are you getting as a result? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: sorry dbA is just me opening the mapper file T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: I get everything from select * from rooms T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: that part works, the tprint instide does show it storing the room and area based off of the uid T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: its assigning correctly inside the for loop, it just loses everything after its completion T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: dbA=sqlite3.open(GetInfo (66) ..'Aardwolf.db') T3/r7/2016-12-17.txt.gz:{chan ch=tech}Useful Hadar Tech: can you run a for loop without it being in pairs or ipairs? i have not done that before? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: sure for 1 to 3 do works T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: pairs and ipairs is for tables T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: lol T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's not losing your table T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can't check the size of a table that isn't indexed numerically T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: tprint testtable instead of printing #testtable and you'll see it T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: then why would the length be 0 ? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's not T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: I see that now it is not dropping the table... T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: what do you mean? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the length operator just returns something other than what you think it does when used on a table without sequentially indexed entries T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: try this... T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: ah, crap #table only works on indexed ones doesn't it T3/r7/2016-12-17.txt.gz:{chan ch=tech}Bumbar Tech: is tehre a script for autohunt T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: test this out: \\\print(#({[1]="a",[2]="b",[3]="c"}), #({[1]="a",[2]="b",[4]="c"}), #({[1]="a", [4]="c"}), #({["a"]="a", ["b"]="b", ["c"]="c"})) T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you'll see that only the first one gives the result you might expect T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: hmm, ok got it, thank you. second silly question with 30787 things in my table that is lower than the 32763 items in the db for rooms... wonder why that is T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: couldn't say T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: see if you have any id collisions T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: they all are distict.. hmm T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: so its the entries that have a non numeric uid that are causing issues, namely the ones with * and ** T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: How do I send a command to world in Lua? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Just Execute("say hello") T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: Thank you. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo goes: "No Problem!" T3/r7/2016-12-17.txt.gz:{chan ch=tech}Negader Tech: what is purpose of Bast's Broadcast_Level plug in? T3/r7/2016-12-17.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: it tells his other plugins you leveled, like the statmon one. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Negader Tech: ah. i must have his older version. for it it not recognizing correctly when i level with opk on. and giving an error. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Negader Tech: i'm assuming the part about opk. for i haven't had this error before. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Stiggle Tech: http://imgur.com/mzieP8r T3/r7/2016-12-17.txt.gz:{chan ch=tech}Stiggle Tech: Linux Mint 18 with MUSHclient.- T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: trg_page_size:You do not page long messages.,size:nil- T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: my mush keeps saying that and now i can't see anything in my main window T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ontuct Tech: did you try the ever popular solution of closing and restarting? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: about 15 times T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: i keep getting a runtime error for GMCP_handler whenever i open mush T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: for the pagesize thing, try manually setting your pagesize to zero T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: that's an S&D error T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: for the GMCP handler, put the entire error on pastebin T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: think i have it figured out T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: What command controls the flags you see that pop up, such as {affon}? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Kobus Tech: tags T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: Thank you. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: Interesting. It seems that mush filters out a number of tags. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: your plugins usually are the ones that do T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: It's too bad that I can't get them to echo into the main world window. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Tags aren't really meant to be seen, only used as indicators. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: True, but I'm trying to use them to build out my trigger setup. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: I have been using another client to see more of them. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Each tag is surrounded by {}, and is called its tag shortname (affon, affoff, etc). The closing tag is {/tagname} T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: Understood. But by default it seems a number of them are filtered from view by the handy plugins that use them. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Actually, tags shows what most of them are, too. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: You can just disable all plugins instead of using another client. Just make sure you renable them all when you've got all you want. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: And I'm wondering if that information isn't already on the Aardwiki anyway. Hmm. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Lysserid Tech: It likely is. I will look around. Thank you for the advice. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: lets say I have a lua table of 800k+ items but I only want the 60 with the name 'a bright blue potion' T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: how would I get the subset of the 60 of them without spending the 50 or so seconds to search the whole table? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Dfury Tech: some sort of indexing? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: indexing would help if I knew where in the table those might come up at T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: I am having a brain fart tonight and its killing me T3/r7/2016-12-17.txt.gz:{chan ch=tech}Quadrapus Tech: you either need to pre-compute that sort of thing and use an associative lookup T3/r7/2016-12-17.txt.gz:{chan ch=tech}Quadrapus Tech: or you need to touch each entry T3/r7/2016-12-17.txt.gz:{chan ch=tech}Quadrapus Tech: for 800k items it shouldnt take 50 seconds to compare a string T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: yeah... if done in an sql call it only takes 250 miliseconds.. hmm T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: ... I've never had anything take even 1/100th that long to search for. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: really? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: I am seeing 230 ms 245 ms and the sort T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: was referring to 50 seconds. :p T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: heh, its apparently what happens when you dump a database into a lua table then need to iterate over it T3/r7/2016-12-17.txt.gz:{chan ch=tech}Quadrapus Tech: are you building the table inside that time as well? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: wouldn't be a problem if the names were unique... but they are not T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: no the table is pre built and only took 500 ms to build T3/r7/2016-12-17.txt.gz:{chan ch=tech}Quadrapus Tech: does it make sense to you that it took 500ms to allocate memory for 800k entries but it takes 50 sec to do string compares? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: oh, it makes sense that it takes 50 seconds. I just was wondering if there was a quicker way to get a subset so it DOESNT take that long T3/r7/2016-12-17.txt.gz:{chan ch=tech}Quadrapus Tech: something is wrong, forget about which table/dictionary style to use and look in your prior code T3/r7/2016-12-17.txt.gz:{chan ch=tech}Quadrapus Tech: no it doesnt make sense T3/r7/2016-12-17.txt.gz:{chan ch=tech}Algaru Tech: it should be way less time than 50 seconds T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tol Tech: ok hold on let me try something T3/r7/2016-12-17.txt.gz:{chan ch=tech}Quadrapus Tech: if you need help throw the code in a pastebin and paste the link here or send to me in a tell T3/r7/2016-12-17.txt.gz:{chan ch=tech}Kobus Tech: yea you do nibbles T3/r7/2016-12-17.txt.gz:{chan ch=tech}Kobus Tech: make sure you check back on that site i gave you, theyll have lots of deals after christmas T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: I'm not Nibbles, and you didn't give me any site, thank you very much. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Ugh, so frustrating. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Works almost beautifully. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: story of my life T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: I hate TriggerStyleRuns sometimes. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I am currently having style run problems also T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Oh, fun! :p Yours is the text substitution one still? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: still T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's like every time I try to do something I encounter another bug in mushclient T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: progress is so slow T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Thought so. Mine falls akin to that. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: right now I'm pretty sure that style runs do not match ansi codes T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because style runs never have an unassigned color T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and Aardwolf often sends a line that carries color over from previous line T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: The color bleed effect, essentially. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yes T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: So if a color bleed happens, and the subbed word is the start of a color bleed line, TSR won't recognized the color? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm not entirely sure what all the details are yet T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Mine is a bit more simple than that, thankfully. It deals with text sub, but only on one line, no color bleeding. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: It's just frustrating because of how TSR works. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I see what the problem is T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so here's what happens T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Back on CMUD, I had a trigger that would shorten short flags even more from (K)(M)(G)(H) to (KMGH), and colorize them properly. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: Arcidayne nods at The Jerk Fiendish. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Aardwolf sends a line of "COLOR text COLOR text COLOR" T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and then the next line is "text COLOR" T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: MUSHclient gives you a style run with 2 colors on the first line, loses the closing color, then the second color runs into the next line T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the problem is that mushclient isn't saving colors that come right before CRLF T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: even though it displays them T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Should MUSHclient be saving them, though? Or should Aardwolf be relocating the extraneous color to the next line? T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I think MUSHclient shouldn't be destroying information T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'd be perfectly happy with just getting the raw ansi data for the line though T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't ever really want style runs T3/r7/2016-12-17.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: My simple problem is that the translation to MUSH using TSR has been rocky. In nearly all cases, the flag sub works. It's when the last flag and the first word of the item have matching colors that the sub fails me. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Turns (M)(G)(H) Testament of the <(=Watchmen=)> into [MGH] of the <(=Watchmen=)> T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: Simply because of the cyan color of Testmant matching the (H) flag. Ugh. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Arcidayne Tech: And obviously tonight I can't spell some of my words. T3/r7/2016-12-17.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hm. maybe the problem is mine somewhere T3/r7/2016-12-17.txt.gz:{chan ch=tech}Vanterron Tech: Hey, I was wondering if someone could help me out with something. I used to play a game back in the day called Ultima Online. I would like to know how I can go about ripping the audio files from the game directory that way i can take the sounds and add them into a soundpack. I have looked through the directoy and don't see anything but the music files. Has anyone done this before? T3/r7/2016-12-17.txt.gz:{chan ch=tech}KoopaTroopa Tech: i have no idea, but thanks for reminding me that i wanted to install ultima 7 and serpent isle! T3/r7/2016-12-17.txt.gz:{chan ch=tech}Almila Tech: well, how old is the game you are talking about? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Negader Tech: i played ultima iii back in HS T3/r7/2016-12-17.txt.gz:{chan ch=tech}KoopaTroopa Tech: 7 and SI were my favorite.... the ultima games were the first "Open World" games i know of T3/r7/2016-12-17.txt.gz:{chan ch=tech}Vanterron Tech: This year it is nineteen years old. The thing is, I don't have the CD from like 1998 when i first started playing T2A. i installed a more recent copy of the game, but they don't seem to have the sound files like they did back in the day. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Almila Tech: pretty much all games after year 2k comes with wav or mp3 files I'd think.. the ones before would have uncompressed music files you'd need to extra with a audio grabber sth.. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Almila Tech: extract.. T3/r7/2016-12-17.txt.gz:{chan ch=tech}KoopaTroopa Tech: Vanterron, i was a beta tester for UO, im looking to see if i still have the developer build T3/r7/2016-12-17.txt.gz:{chan ch=tech}KoopaTroopa Tech: in fact, i know i do, i just need to find the CD T3/r7/2016-12-17.txt.gz:{chan ch=tech}Vanterron Tech: When I had good sight I was addicted to that game like crack. I would like to take the sounds from it and put it in one of my mud soundpacks. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Almila Tech: if you got a game rip now.. it makes sense tht you do not have music files.. try to download an iso version? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Vanterron Tech: Wouldn't the sound files be somewhere in the game directory after it's been installed? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ontuct Tech: I bet someone in the world has them all saved as little wav files T3/r7/2016-12-17.txt.gz:{chan ch=tech}Almila Tech: no.. think of thsoe old game cd's like, half game cd, half music cd.. T3/r7/2016-12-17.txt.gz:{chan ch=tech}KoopaTroopa Tech: check this out https://www.reddit.com/r/ultimaonline/comments/2ox0wi/ingame_sounds_crafting_weapons_animals_etc/ T3/r7/2016-12-17.txt.gz:{chan ch=tech}KoopaTroopa Tech: From Reddit: SOLVED: imported sound.mul from the main UO folder as raw data in Audacious, now have 21 minutes of 2-3-second-long sound effects to wade through... T3/r7/2016-12-17.txt.gz:{chan ch=tech}Vanterron Tech: i was hoping that was the case. After googling for several days I haven't found anyone that has archived the sounds. Checking out that link now. Looks familiar. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Negader Tech: Vant, are you trying to get the music, or the sound fx? T3/r7/2016-12-17.txt.gz:{chan ch=tech}Vanterron Tech: Sound FX T3/r7/2016-12-17.txt.gz:{chan ch=tech}Almila Tech: I don't think fx would be in the music files though T3/r7/2016-12-17.txt.gz:{chan ch=tech}KoopaTroopa Tech: he only has 4 sounds archived... but he tells you how to rip the rest of the sounds T3/r7/2016-12-17.txt.gz:{chan ch=tech}Vanterron Tech: yeah, I see a sound.def and a soundlegacymul.uop file. perhaps that's what the readit user is refering to. I'll need to find something to extract the audio from those files if they are the ones that are necessary to do it from. T3/r7/2016-12-17.txt.gz:{chan ch=tech}KoopaTroopa Tech: i think he is saying he opened them up as raw audio files, and it came out as one continuous soundfile T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ontuct Tech: did you see this one? http://www.soundboard.com/sb/PtO_Punx T3/r7/2016-12-17.txt.gz:{chan ch=tech}Vanterron Tech: yeah, I was playing with that soundboard about an hour ago. T3/r7/2016-12-17.txt.gz:{chan ch=tech}Ontuct Tech: the page is dreadfully slow on loading lol T3/r7/2016-12-18.txt.gz:{chan ch=tech}Khannon Tech: anyone know quick fix to web browsers not connecting to internet? T3/r7/2016-12-18.txt.gz:{chan ch=tech}Liber Tech: check your connection (ping, nslookup, etc). if you're connected, check the browser's connection-proxy settings T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hm T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: string.match is a 153 times slower than string.find T3/r7/2016-12-18.txt.gz:{chan ch=tech}Tol Tech: really? T3/r7/2016-12-18.txt.gz:{chan ch=tech}Tol Tech: thats odd T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not _that_ odd T3/r7/2016-12-18.txt.gz:{chan ch=tech}Trachx Tech: regexp T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: string.find is at least partially optimized in luajit, string.match is NYI T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: combined with variable creation and assignment T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm just glad I checked because I don't like pointless waste of microseconds T3/r7/2016-12-18.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo giggles. T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: \\\start = utils.timer() T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: urg T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: \\\start = utils.timer(); for i=1,1000000 do string.match("","") end print(utils.timer()-start) still only takes 0.06 seconds T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but changing to .find is 0.00048s T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so for trivial existence checks without patterns it makes sense T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: though maybe you'll never actually notice the difference T3/r7/2016-12-18.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: luckily MUSHclient doesn't run on sundials T3/r7/2016-12-18.txt.gz:{chan ch=tech}Useful Hadar Tech: it was brought to my attention that the sharptracker im hosting was not working so made a quick fix, any other small problems let me know and ill fix, ill make my own tracker in the future :) T3/r7/2016-12-18.txt.gz:{chan ch=tech}Negader Tech: trying to get into IoT. want to make stuff with son. any suggestions? T3/r7/2016-12-18.txt.gz:{chan ch=tech}Amarufox Tech: no specific recs, but I like adafruit.com for poking around T3/r7/2016-12-18.txt.gz:{chan ch=tech}Negader Tech: i'll check. thanks. :) T3/r7/2016-12-18.txt.gz:{chan ch=tech}Cytan Tech: Looking for a microcontroller build? T3/r7/2016-12-18.txt.gz:{chan ch=tech}Negader Tech: anything. even something to make any switch. or something that can move an arm. or even smart socket. T3/r7/2016-12-18.txt.gz:{chan ch=tech}Negader Tech: leaning towards physical moving parts. been looking into raspberry before, but haven't looked deep T3/r7/2016-12-18.txt.gz:{chan ch=tech}Cytan Tech: I've used Arduino and Phidgets before. If you like very hands-on stuff including soldering and getting into electrical components, I really like Arduino (though they have a proprietary language, Processing - not difficult, but still). PHidgets are opposite - all languages pretty much and is PnP, but, is expensive. T3/r7/2016-12-18.txt.gz:{chan ch=tech}Cytan Tech: I've seen most people go to Rasperry Pi or whatever. T3/r7/2016-12-18.txt.gz:{chan ch=tech}Cytan Tech: yea T3/r7/2016-12-18.txt.gz:{chan ch=tech}Negader Tech: saw some arduino stuff on amazon. may try that. seems well packaged for beginners. T3/r7/2016-12-18.txt.gz:{chan ch=tech}KoopaTroopa Tech: darnit, i forget, where's that setting to not clear the command line when you hit enter T3/r7/2016-12-18.txt.gz:{chan ch=tech}Tech: game -> conmfigure -> commands, top checkox on the right T3/r7/2016-12-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: alt-0 and east repeat command T3/r7/2016-12-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: east-right T3/r7/2016-12-18.txt.gz:{chan ch=tech}KoopaTroopa Tech: thanks :) T3/r7/2016-12-18.txt.gz:{chan ch=tech}Siren Cera Tech: can anyone help me, I would like to make the S&D window bigger T3/r7/2016-12-18.txt.gz:{chan ch=tech}Amministra Amorat Tech: I have this vauge hope of making it smaller T3/r7/2016-12-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: open the Gui plugin for edit and change win geight and width in there T3/r7/2016-12-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: height T3/r7/2016-12-18.txt.gz:{chan ch=tech}Siren Cera Tech: umm.. ok T3/r7/2016-12-18.txt.gz:{chan ch=tech}Amministra Amorat Tech: Ah, righto, thanks :) T3/r7/2016-12-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it's right in beginning of script section win_height = 300 T3/r7/2016-12-18.txt.gz:{chan ch=tech}Grimvald Tech: need to restart after that? T3/r7/2016-12-18.txt.gz:{chan ch=tech}Odorless Nuanse Tech: reinstall gui T3/r7/2016-12-18.txt.gz:{chan ch=tech}Grimvald Tech: thanks T3/r7/2016-12-18.txt.gz:{chan ch=tech}Light Sage Myel Tech: doesn't the blowtorch test version have logging? I can't find it. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grimvald Tech: xcp gives me an error, Alias function "xrun_to" not found or had a previous error. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Aima Tech: have you tried reloading the plugin? T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grimvald Tech: i had it in a different directory, moved it, then deleted and reinstalled T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grimvald Tech: it still gives the same error T3/r7/2016-12-19.txt.gz:{chan ch=tech}Aima Tech: mapper extender? T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grimvald Tech: all three of winkle T3/r7/2016-12-19.txt.gz:{chan ch=tech}Aima Tech: the original plugin by winkle needs a patch T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grimvald Tech: aha T3/r7/2016-12-19.txt.gz:{chan ch=tech}Aima Tech: Nokfah used to be sharing one T3/r7/2016-12-19.txt.gz:{chan ch=tech}Aima Tech: finger nokfah for the url T3/r7/2016-12-19.txt.gz:{chan ch=tech}Aima Tech: no idea if anyone else has patches T3/r7/2016-12-19.txt.gz:{chan ch=tech}Aima Tech: I've been inactive for months T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grimvald Tech: i'll check his link, i dl'd from some other link, no patch there T3/r7/2016-12-19.txt.gz:{chan ch=tech}Hahaha Tech: About to tether my phone to my win 7 ultimate PC, before i do that what setting must i do to disable all other data usage besides Mush ? T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't think that's possible T3/r7/2016-12-19.txt.gz:{chan ch=tech}Hahaha Tech: ok, i disabled windows updates, what else are there? T3/r7/2016-12-19.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Didn't they push the telemetry stuff back to previous version of Windows? T3/r7/2016-12-19.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Anyways I don't think I can answer that question with enough confidence to advise someone who might face a HUGE bill from the cell phone company :) T3/r7/2016-12-19.txt.gz:{chan ch=tech}Hahaha Tech: heh ok T3/r7/2016-12-19.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Better option would probably be to try to figure out how to block all outgoing connections except Mush T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grushnak Tech: You could see if you can setup the windows firewall to whitelist instead of blacklist. I haven't played with it at all, so I don't know if that's doable T3/r7/2016-12-19.txt.gz:{chan ch=tech}Hahaha Tech: nods, will try windows firewall, if that doesnt work i could download one, ty T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: Hahaha gives Grushnak a nod, saying, "OK". T3/r7/2016-12-19.txt.gz:{chan ch=tech}Redryn Tech: you could also get a bandwidth sniffer and see what else is using the connection T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: Hahaha nods at Redryn. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grushnak Tech: Personally, if I were going to do it, I'd go somewhere with *some* kind of public connection, and make sure to update everything beforehand. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grushnak Tech: That way if you miss stuff, it isn't immediately a huge deal T3/r7/2016-12-19.txt.gz:{chan ch=tech}Grushnak Tech: And change the data usage warnings on the phone to be something like 200mb past where you're at now, when you do first set it up, so it'll yell at you if something's sucking data. 200mb should last you days if not weeks. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Hahaha Tech: nods will do, gonna quit blowtorch connection, and try Mush, briab T3/r7/2016-12-19.txt.gz:{chan ch=tech}Hahaha Tech: omg its working :) T3/r7/2016-12-19.txt.gz:{chan ch=tech}Hahaha Tech: how to remove player comunications from main window, and only allow it in com log T3/r7/2016-12-19.txt.gz:{chan ch=tech}Arcidayne Tech: Right-click comm log and untick echo into main window or something. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Odorless Nuanse Tech: right click on comm log and echo main window T3/r7/2016-12-19.txt.gz:{chan ch=tech}Hahaha Tech: ty T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mushclient questions answered T3/r7/2016-12-19.txt.gz:{chan ch=tech}HellSpawn Nasus Tech: possible to scroll lock half the window while other half scrolls? T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not without making a script to fake it T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: which will be a lot of work T3/r7/2016-12-19.txt.gz:{chan ch=tech}Agent Phillip Tech: I have a plugin that does that, but opens another scrolling window T3/r7/2016-12-19.txt.gz:{chan ch=tech}Agent Phillip Tech: so the main window is scoll locked but the other windo shows new output T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: question: my new desktop does not have a cdrom drive... any suggestions on a program to copy a CD onto a flash drive and have it work just like the CD (like install the program) T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://unetbootin.github.io/ T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no? T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: not sure.. my neice has the SIm4 dics and it will load the game for both windows and mac. I wanna borrow it for my computer, but i dont have a drive. wanna copy the disk to a flash drive so I can load the program. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: also for other sims expansions, the disks are cheaper than the downloads T3/r7/2016-12-19.txt.gz:{chan ch=tech}Rastlin Tech: in that case why not just make isos of the cds and run and emulator on your computer? T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: I want to istall the mac version, so dont need an emulator T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: my laptop has a cd drive T3/r7/2016-12-19.txt.gz:{chan ch=tech}HellSpawn Nasus Tech: Possible to have real time room data, without using look? T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the mac version of the sims is actually the windows version running in Wine, last I checked T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: at least it was for sims 3 T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: nasus try glance? T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so I think you will actually want to make isos of these discs T3/r7/2016-12-19.txt.gz:{chan ch=tech}Rastlin Tech: even in mac you can still simulate the ISO T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://www.howtogeek.com/228886/how-to-create-iso-files-from-discs-on-windows-mac-and-linux/ T3/r7/2016-12-19.txt.gz:{chan ch=tech}Rastlin Tech: https://daemon-tools-mac.en.softonic.com/mac T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: don't talk about simulating them. you mount it as a virtual drive. T3/r7/2016-12-19.txt.gz:{chan ch=tech}HellSpawn Nasus Tech: Looking for something to make a window for room contents (realtime) without using a command T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: the hottogeek link looks good T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: nasus: I have a plugin to miniwindow room objects and another to miniwindow room characters T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: looks like I can take my laptop to my neices and copy the disk using the disk utilities then transfer it to my desktop using dropbox of something. Thank you fiendish. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: where are your plugins Magna? T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: nasus it'll only update as the MUD updates you...there's no way to update without a command, although you can automate the command so that you're sending glance every n seconds T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: heh, guess I never updated magna's finger, just abelinc and biker T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: there now :-) T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: you're abe? T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish chuckles politely. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: heh T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: yup, biker and magna are both abe alts T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: good to know T3/r7/2016-12-19.txt.gz:{chan ch=tech}Pleiades Tech: and abelinc is my tech channel alt T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: tonight I'll update both of those plugins to have a command to set a timer to loop sending glance T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: I won't make them smart enough to know if you've got both enabled, though, so if you use both of them, only set the auto-glance time on one ;-) T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: rofl, thank goodness putty doesn't auto-paste when you drag a file over it...just meant to drag a plugin onto npp and dragged it here instead T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: good to knowdorc T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: oops T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: hey, don't call me a dorc! }:> T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: installed it, but the window is empt. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: glance or move T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: "dorc" is my alais to "cas doorway ceraspet" T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: it won't update to know when something's wounded T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: its not even show the mobs in the room T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: its not working for me. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: glance, look, move, still empty T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: hmm, try "typing "tags roomchars on" T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: that worked T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: heh, wonder why I didn't have it send that T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: ok, this is cool T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: needs a bigger font T3/r7/2016-12-19.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: needs a bigger boat T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: umm, try right-clicking, I think I left the fonty stuff in it T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: gimme a suggestion for a default and I'll go ahead and change that, though...not using my own stuff, I have no investment in settings ;-) T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: magna, there's a weird overlap that you might want to know about. showed up after I changed and enlarged the font. didnt go away when I restored defaults. https://www.dropbox.com/s/5ss8p7d4a0dwdot/Screen%20Shot%202016-12-19%20at%202.33.41%20PM.png?dl=0 T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: it does add the wounded flag if it shows up when you glance T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: nod, it just won't add it without a glance between unwounded and wounded, nor will it re-glance on a MOB death T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: i already do that anyway, so it's doing exacly what I want. to see whats in the room while I T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: cool :-) T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: while I'm fighting T3/r7/2016-12-19.txt.gz:{chan ch=tech}Siren Cera Tech: except for that weird overlap thing. its like crossing out the first mob in the room. :p T3/r7/2016-12-19.txt.gz:{chan ch=tech}Tech: Ahh, the overlap thing is that the text is slightly too high, the "cross out" line is really just the bottom edge of the window header T3/r7/2016-12-19.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Do most people use case fans? Mine went to crap - but it seems my CPU is no where near the max with just the CPU fan. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Robbo Tech: I do. I know some of the other chips in there appreciate it, but mine is more to keep the CPU and GPU cool. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Failurette Noegel Tech: honestly you don't need extra fans if you're not doing anything stressful. If the Temps are low without extra fans, then those fans are a waste of cash T3/r7/2016-12-19.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yeah suppose I should fire up a more stressful game - but just don't play many these days :) T3/r7/2016-12-19.txt.gz:{chan ch=tech}Robbo Tech: Having good airflow around your hard drives is generally good if they run a little hot. Easy enough to check that one. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Robbo Tech: Failure rate goes up a lot if they tend to run hot. T3/r7/2016-12-19.txt.gz:{chan ch=tech}Kadgar Tech: does anyone know a good Quest helper plugin or tracker? T3/r7/2016-12-19.txt.gz:{chan ch=tech}Legendary Gruagach Tech: lol yahoo has paid out 2million dollars in bounties and 3,000 reports lol T3/r7/2016-12-19.txt.gz:{chan ch=tech}Emeris Tech: How do I change what room number my xrt goes too? T3/r7/2016-12-19.txt.gz:{chan ch=tech}Almila Tech: go to the room and xset mark T3/r7/2016-12-19.txt.gz:{chan ch=tech}Emeris Tech: Ahhh, nice, thank you :) T3/r7/2016-12-19.txt.gz:{chan ch=tech}Almila Tech: np T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: some pc games are locked at 800 by 600, when i play it on my 1080p screen it shows black borders at sides, how to stretch to fit all these funny resolutions ? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Xyliz Tech: is the screen: crt or led/lcd T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: lcd tv T3/r7/2016-12-20.txt.gz:{chan ch=tech}Xyliz Tech: if the current image is exact, 1 pixel of data per 1 pixel of LCD/LED, widening the image is going to screw the image effect badly T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: playing from laptop to tv screen, it stetched perfectly, on my my now id doesnt T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: pc* T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: got it now, was in nvidia controll panel setting T3/r7/2016-12-20.txt.gz:{chan ch=tech}Zhalut Tech: has anyone modified the standard mushclient stats window to include the quest timer? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Arcidayne Tech: Anyone good with vector drawing or digital artwork and want to earn 20 tp? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: How can I make a triggers? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: I keep idling out :( T3/r7/2016-12-20.txt.gz:{chan ch=tech}Tech: Hahaha: go to game -> configure -> timers, click add, change the interval to every 10 minutes, in the big send box, put Send ("")...and change the drop-down to Script rather than World. Then you won't idle out. T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: Is 65 degrees good for a gpu while gaming? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Failurette Noegel Tech: yes that's fine T3/r7/2016-12-20.txt.gz:{chan ch=tech}Vost Tech: yes T3/r7/2016-12-20.txt.gz:{chan ch=tech}Quadrapus Tech: mine get a lot hotter than that :P T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: under 70 is good T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: ty all. heh Quad T3/r7/2016-12-20.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: I'd go for 90 degrees, make sure it's perfectly aligned T3/r7/2016-12-20.txt.gz:{chan ch=tech}Quadrapus Tech: yeah mine top out around 85ish T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: Haven't got mine above 50 during gaming yet T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: ideally it wouldn't go much beyond 80 at full load T3/r7/2016-12-20.txt.gz:{chan ch=tech}Quadrapus Tech: try playing witcher 3 at 4k with everything set to max :P T3/r7/2016-12-20.txt.gz:{chan ch=tech}Failurette Noegel Tech: yeah that would do the trick hehe T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: no! T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: yeah done that, that's when it peaked 50ish T3/r7/2016-12-20.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: You live in a freezer? :p T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: state of art pc T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: 50 is a good idle temp :p T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: My graphics fans are off during idle T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: watercooling cpu T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: my gpu idle at 47 and dont gett hotter then 45 T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: 65 T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: while 1080p gaming and fxx\aa T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: I'll have to invest to 144hz monitor, curious about difference in fps T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: 300fps in OW doesn't seem much different on 60hz T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: frame limiting to 60 fps is good, less heat T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: I'm over here happy to hit 60fps in OW T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: you'll probably notice a difference going from 60mhz to 144mhz T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: I was gonna push diamond in OW, s3 2881 highest, but this stupid meta after symmetra is just so much cancer T3/r7/2016-12-20.txt.gz:{chan ch=tech}Useful Hadar Tech: so anyone know anything decent on chrome to block the adblocker blocker messages? i had one but it is no longer working T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: I hit diamond! T3/r7/2016-12-20.txt.gz:{chan ch=tech}Tech: Failurette Noegel is agreeing with that Bishoujo Raded person again... T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: it doesn't matter if I play good, it's about not having stupid picks in team and you win by default T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: can some one please etll me how to capture text and use it in a trigger. i tried online notes, but i cant understand it T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: it's always going to be like that, just gotta do your thing and hope for the best. but this is beyond tech :p T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: wait, no torb/symmetra/ana T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: miss T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: i only want to use a few trigers in mush, i will be satisfied witha few extra T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: triggers T3/r7/2016-12-20.txt.gz:{chan ch=tech}Ayasinda Tech: what's so hard about it? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: i only go mush yesterday T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: at this point everything is new T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: i wanna capture text like (.=) in regex and paste it with $1 in a command T3/r7/2016-12-20.txt.gz:{chan ch=tech}Ayasinda Tech: copy what you want to trigger on and put it in the trigger line. Far basic triggers. Learn RegEx for more complicated triggers and learn Lua for making scripts T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: ty T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: Try killing Ana with 75shield+torb armor and all the tanks, you'll just poke until hog hooks you T3/r7/2016-12-20.txt.gz:{chan ch=tech}Khannon Tech: fck mis :P T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (with the color copy plugin loaded) T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mis T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: whats wrong? i add a new mush trigger, in triger line i put [QUEST], and send command is gt Q mob, it dont wanna rigger T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: sigh T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://github.com/fiendish/aardwolfclientpackage/wiki/Writing-Triggers#i-tried-making-a-trigger-but-it-isnt-firing-what-did-i-do-wrong T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: quest ty, will see if it works omce i quest T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: works now, ty T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: np T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: i can leave my pc on all through the night every day ? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: it is better (healthier) not to turn pc off T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: uh T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: trachx is wrong, but yes you can T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: if you have hdd they fail usually when powered on T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: cool. ty T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you'll just be wasting electricity and generating heat, though in the winter maybe that matters less T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: that's the point it'll fail but keeping it on all the time will wear it out more quickly, and using power saving options to shut down the HDD (which you should use) is effectively the same as having the computer off. T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: you can just suspend your PC - it uses some power then but can be woke up pretty fast T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: imo, every computer should only use SSDs except for cold storage T3/r7/2016-12-20.txt.gz:{chan ch=tech}Ayasinda Tech: me too, for the past 20 years T3/r7/2016-12-20.txt.gz:{chan ch=tech}Ayasinda Tech: miss T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: imo we should put Ayasinda into cold storage T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: electric equipment is wears out more quickly when there are changes to environment, like powering on/off components T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: if you have servers and want to detect early HDD failures - make sure your uptime is not too high T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: electric equipment wears out no matter what you do because of metal whiskering T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: leaving it on all the time just costs you more for electricity T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: so you think that servers should be powered down after work hours? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: my users get angry when I want to power down the server at 9PM on a Saturday for updates T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: well, I can power down some servers just once per year T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: on 24 or 25 Dec T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: B&H actually does that on shabbat T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: or rather I can power them anytime, but then some people may get angry :P T3/r7/2016-12-20.txt.gz:{chan ch=tech}Ayasinda Tech: people always get angry no matter what time you power down T3/r7/2016-12-20.txt.gz:{chan ch=tech}Shindo Tech: "trip" the router and blame it on telecoms company T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I once tried to buy something from bhphotovideo.com on a saturday. T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not realizing that they refuse to take orders during shabbat T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: that's some dedication T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: still their servers worked, so no consequence T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://www.bhphotovideo.com/find/SHcalendar.jsp T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: also I remember once we were replacing servers - so old one was powered down to make place for new one, well actually that was bad idea - we should first move data from old one to new one - as we were not able to power on old one anymore (because of HP G5 PSU failure) T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: luckily you had a sane backup system that made it not matter T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: kind of, we've restored a backup copy, altered counters so users could start working, then after we got another PSU we just restored remaing data T3/r7/2016-12-20.txt.gz:{chan ch=tech}Trachx Tech: unfortunately old one and new one used incompatible RAID controllers - so we could not just put disks into new one and restore data from them T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: if i put windoes to sleep, will it still have mush open and defrag hdrive ? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Ayasinda Tech: no T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: ok, ty T3/r7/2016-12-20.txt.gz:{chan ch=tech}Nocens Tech: why would you want to defrag your drive? didn't you get your computer a few days ago? T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: i laoded 200 gigs already T3/r7/2016-12-20.txt.gz:{chan ch=tech}Nocens Tech: that's not how you get a fragmented drive. it gets fragmented by writing/deleting/overwriting/etc. T3/r7/2016-12-20.txt.gz:{chan ch=tech}Nocens Tech: if you have a 1tb drive, and simply copy 900 mb of movies, the drive shouldn't be fragmented at all T3/r7/2016-12-20.txt.gz:{chan ch=tech}Pleiades Tech: what if you shake it real hard T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: its movies, games, and software T3/r7/2016-12-20.txt.gz:{chan ch=tech}Hahaha Tech: ok i stopped it, when must i defrag it then T3/r7/2016-12-20.txt.gz:{chan ch=tech}Bishoujo Raded Tech: if it's a SSD, never T3/r7/2016-12-20.txt.gz:{chan ch=tech}Tech: Nocens nods at Bishoujo Raded. T3/r7/2016-12-20.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish roars in victory over his fallen enemy. T3/r7/2016-12-20.txt.gz:{chan ch=tech}Misha Tech: hi fiendish T3/r7/2016-12-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hi there T3/r7/2016-12-20.txt.gz:{chan ch=tech}Turie Tech: Who has Aardfaqs now? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Zhalut Tech: anyone know if the MUSH mapper factors in the lower levels from tiers when factoring in the minimul level for portals? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: It does T3/r7/2016-12-21.txt.gz:{chan ch=tech}Shindo Tech: as long as you put the correct level in to the mapper portal command when you made it T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: How do i make certain Mush colorst more crisp, the red and dark magenta looks awefull T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: looks like a font problem T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: game -> configure -> ansi colors T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Hahaha thanks you heartily. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: you can use the "lighter/darker" buttons, or if you click on any of the regular colors, you can customize it T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: great :) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: so how're you liking using a PC now :-) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: oh yes :D T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: my bottoma hp moves bar went missing, how to get it back pls T3/r7/2016-12-21.txt.gz:{chan ch=tech}Emeris Tech: ouch... good question... does xset reset gui work? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: i type that and nothing T3/r7/2016-12-21.txt.gz:{chan ch=tech}Emeris Tech: did you try closing the program without saving and re-opening it? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Gorsk Tech: try resetaard T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: ty all T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Emeris :) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Emeris Tech: resetaard work? so I know for future reference... T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: yip :) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Emeris Tech: Nifty, good to know :) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Zhalut Tech: where in the mapper db file are the 'xset mark' locations stored? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Zetkax Tech: the "xset mark" command used to change the "date_added" column in the rooms table - but this has been changed in lastest mushclient and i dont know how its done nowadays T3/r7/2016-12-21.txt.gz:{chan ch=tech}Zetkax Tech: cuz i have an old copy of mushclient :) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Just update the plugin using Nokfah's update. :p T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: The marked spots were never stored in the DB, it just took the earliest created room, assuming that was the first room in the area. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hello T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Zhalut tells Bel, The Lord of Avernus 'Hi!' T3/r7/2016-12-21.txt.gz:{chan ch=tech}Blaqwhyt Tech: using mushclient - say, eg, i've alias 'bag' to be '2.sanc' for my client's output (so that i can easily direct actions to, eg, my second container), is there a way to send a 'bag' in-world when i want to deal with an actual bag in the room? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Blaqwhyt Tech: on an ad-hoc basis, rather than having to disable my client's alias and then re-enable T3/r7/2016-12-21.txt.gz:{chan ch=tech}Nycta Tech: maybe use the bag's id, instead? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Grushnak Tech: If I understand right, you've set it up so when you type 'bag' it will take out a potion and quaff it. Just rename the alias to be something you don't use all the time. 'qdr' (quaff-drink), or 'qpot' (quaff potion) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Blaqwhyt Tech: yah i guess that's the way... T3/r7/2016-12-21.txt.gz:{chan ch=tech}Blaqwhyt Tech: hmm.. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Grushnak Tech: Honestly, it's pretty abysmal that a MUD this old doesn't have built in functionality to quaff a potion out of a bag, but I'm not really surprised with the way people get jumped on for making quality of life suggestions on the Ideas board. 'I had to walk to school in the snow, uphill, both ways! You can do it too!' T3/r7/2016-12-21.txt.gz:{chan ch=tech}Amministra Amorat Tech: It's called an alias :P T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arch-Angel Castiel Tech: I'd rather development time be spent on more important things than saving me having to write a 2 line alias... T3/r7/2016-12-21.txt.gz:{chan ch=tech}Grushnak Tech: Well, yes it is. And it should be exactly that simple to add MUD-side to everyone. It's something every other MUD I've connected to since all the way back in '97 has had. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arch-Angel Castiel Tech: You can have 2+ line mud-side aliases... T3/r7/2016-12-21.txt.gz:{chan ch=tech}Yajan Tech: I'm guessing he means a built in command to do so with a wildcard or something T3/r7/2016-12-21.txt.gz:{chan ch=tech}Grushnak Tech: 'quaff ' is very common syntax. Like I said, I can't remember ever playing another MUD that doesn't have it built in. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Grushnak Tech: I guess it boils down to: there are a bunch of people who have been here forever and have their own scripts to make things easy. You're going to have a really hard time building the MUD when the answer to all the newcomers complaints is "I don't care if this would be crazy simple to implement and every other MUD out there has done so, I have *my* solution, everyone else is SOL". T3/r7/2016-12-21.txt.gz:{chan ch=tech}Amministra Amorat Tech: Now, what might be useful is having a light wildcard setup mud-side so we don't have to rely on our clients so much :P T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: grushnak: your statement that it's common for MUDs to have that command is pretty silly, as it was not built into a single MUD codebase that I'm familiar with T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: out of the many dozens of codebases T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: Can you make that blinking cursor displayes last entered command, without everytime have to press up arrow key T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: game -> configure -> commands, top-right checkbox T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Hahaha thanks you heartily. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: how to capture words in a line and use in a trigger command? for example in line, You do 46456 damage. say i wanna capture the 46456 and use what ever that value is in a command, how to do? T3/r7/2016-12-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: There is a FAQ linked to in help mushclient - start there. There is a page on that site that is "How to Write Triggers" as well. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: for non-regular expression, you'd use "*" in the trigger, for regular expression, you'd use a () expression...in both cases in the command you'd use %1 T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: ty all T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: if you're looking to make a damage tracker, I'd look at Bast's stuff first...Opochtli's sharptracker was also recently updated by someone to account for opk/hardcore bonuses T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Hahaha goes, "OK". T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: ahh, it was updated by Hadar, tech board note 7195 T3/r7/2016-12-21.txt.gz:{chan ch=tech}Mohan Tech: Magna the web page isnot working :( T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Hahaha bows deeply. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: sigh. A ShopKeepeR *follows* you suspiciously. i put in send field, say %1, just to see if it works, it just goes say what in aard T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: on blowtorch it was so easy to capture letters,numbers any where in sentences. Say i wanna capture any random level like > WARFARE: A Class war has been declared by Ivar for levels 1 to 16! I would do it like this > WARFARE: A Class war has been declared by Ivar for levels (.+) to (.+)! and use $1 and $2 in my command in trigger for both random values. sigh, only if i can do this on mush T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: not enough data to view online help :( T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: hmm, had to uncheck regular expression. works mow, whee T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: so if i save world details, it will store window layout? after i did a resetaard today, my windows got to default settings, and had to rearange them gain T3/r7/2016-12-21.txt.gz:{chan ch=tech}Ayasinda Tech: resetard will always go to default settings T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: OK.and if i open world, and load my saved worlds file, will it then restore window layout T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: sorry for all the questions T3/r7/2016-12-21.txt.gz:{chan ch=tech}Shindo Tech: that is correct T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: thanks T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: trigger line is also giving you a * quest points OPK send line is gt:%1 OPK regular expression is ticked off, yet this trigger dont fire T3/r7/2016-12-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: By ticked off, you mean NOT checked correct? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: trigger line is also giving you a * quest points OPK send line is gt:@G%1 OPK regular expression is ticked off, yet this trigger dont fire T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: yip T3/r7/2016-12-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: You need something at the start of that trigger besides space....non-regex defaults to anchored so it's looking for a line that begins "also giving" T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: ahh ty T3/r7/2016-12-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: When you fix that make sure to put a space between gt and : because that's not a valid command...gt:xxxx T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Hahaha nods. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: lol this triggers is fun T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: wierd when i put What be thy name, adventurer? in send line, it only fires my login name when i press enter T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tormat Tech: anyone know what i need to do to fix sharptracker: [string "Trigger: "]:3: attempt to perform arithmetic on a nil value T3/r7/2016-12-21.txt.gz:{chan ch=tech}Lord Azaghal Tech: for opk values? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tormat Tech: hmm.. that could be part of it T3/r7/2016-12-21.txt.gz:{chan ch=tech}Lord Azaghal Tech: i have a version i edited to include them in the calculations if u want me to email it to u T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tormat Tech: heh, that didnt quite do it.. looks like the data needs to be reset. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tormat Tech: st_reset fixed it T3/r7/2016-12-21.txt.gz:{chan ch=tech}Lord Azaghal Tech: ahhh nice T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tormat Tech: not that i didnt need what you sent me :P T3/r7/2016-12-21.txt.gz:{chan ch=tech}Lord Azaghal Tech: =) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: so if i dupcliate muse folder, i can use it for alt with all windows, fonst colors triggers stay intact? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: mush T3/r7/2016-12-21.txt.gz:{chan ch=tech}Ayasinda Tech: sure but why bother? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: some alts got differemt triggers and alioases T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arf Arf Arf Tech: It should. I do that to play on different computers T3/r7/2016-12-21.txt.gz:{chan ch=tech}Ayasinda Tech: might even be dangerous. You can log onto your alt while not realizing you are also logged on to this one T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: ty T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: yip, il be safe T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so, when you say "stay intact" it's unclear what your goal is T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you duplicate the folder then they will be the same up to the point of duplication, but then will diverge T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: changes made in one will not affect the other T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if that's ok, then go for it T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: awesome, ty T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you may also want to figure out a mechanism for sharing access to the same map database T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: kids, remember to backup often! Notepad++ just crashed when saving and saved 0kb file instead of what was supposed to go. now the xml file is only in mushclients memory until I quit :( T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish comforts Odorless Nuanse. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what were you working on? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Hahaha gives The Jerk Fiendish a nod, saying, "OK". T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: nothing special.. something for myself. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: don't quit mushclient. give me a minute T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: do you know the name or ID of the plugin? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: i did change my main windows text font larger, but my com log is still tiny, can i make that bigger also pls T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yep T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: Plugin is still loaded so I can access all that info :) T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: \\\print(GetPluginInfo("plugin_id_goes_here", 4)) will give everything in the script section T3/r7/2016-12-21.txt.gz:{chan ch=tech}Ayasinda Tech: rightclick the comnlog T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I actually don't know if that reads the file or not T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: we'll find out T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: wow so easy, ty T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish thanks Ayasinda heartily. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: working on finding triggers and aliases ... T3/r7/2016-12-21.txt.gz:{chan ch=tech}Hahaha Tech: much better, less eye strain T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: thanks Fiendish.. that got enough already! T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: did you just have the id on hand? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yep T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ok T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tormat Tech: anyone know how to fix this error when i type inv:Got a bad item, rerequesting inventory data for Inventory T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tormat Tech: its related to bast xeqdb plugin... T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if it happens again and you don't happen to have the ID you can do \\\for k,v in ipairs(GetPluginList()) do print(v,"=", GetPluginInfo(v,1)) end T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that will print the ID and associated name of all loaded plugins T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tormat Tech: or a way to doa hard reset of the db? T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it looks like there's a similar process for getting information about any triggers and aliases in a plugin, but I'll leave it at that T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's a bit more involved T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ended up just dumping every trigger and alias in memory into file. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: that's easy anyways :D T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I hope you got the ones you need! T3/r7/2016-12-21.txt.gz:{chan ch=tech}Ayasinda Tech: I always make a copy of a file before I edit it T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I keep everything aardwolf related in version control, but that's just a side effect of my project T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yeah, I didnt lose much.. 4 hours of work. it was just one file that I had just started :) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: and scripts found I lost pretty much only some aliases/trigger which can written fast T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: can be T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can combine GetPluginList, GetPluginTriggerList, and GetPluginTriggerInfo T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yeah T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: well, one thing is for sure.. I need to start naming my aliases... like wth is "alias941601" :) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: It's for running to shop and buying potions, duhh. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Odorless Nuanse Tech: lucky guess.. it actually is :D T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo crosses his arms and nods slowly and sagely. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Naming conventions DO work, see? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Arcidayne sighs. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: I always hate table.insert. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: why T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Trying to insert into TriggerStyleRuns. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: And throwing back errors. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: don't do that? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Need to. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what are you trying to put into it? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Still working on my shortened short flags script, so I'm trying to separate flags from item names when they both are the same color (Hum flag and Aarch satchel, for instance) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: So to separate, I have this: local text, extra = TriggerStyleRuns[i].text:match( '%((.)%)(.*)' ) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: That'll match the (H) and then anything extra. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't quite understand why you care about colors for this T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: can't you do it with a regex on the uncolored text? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: I want to retain the colored text. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Let me show you what I'm essentially doing... hold on. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: screenshot? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: I'll send an example to tech. Easy enough, I think. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: I'm taking this: (K)(M)(G)(H) Testament of the <(=Watchmen=)> (121) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Er... T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: (K)(M)(G)(H) Testament of the <(=Watchmen=)> (121) T3/r7/2016-12-21.txt.gz:{chan ch=tech}Quadrapus Tech: are you just making it say [KMGH] then the name? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Quadrapus Tech: Why not parse the flags without color, then find the index of the last ) with color and grab everything after that for the name? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: To turn to [KMGH] Testament of the <(=Watchmen=)> (121) , but it turns to [KMGH] of the <(=Watchmen=)> (121) T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I assume you're going to omit from output and then simulate the result? T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: next package release (whenever nick makes me a build of 5.05) will have a TruncateStyles function T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: but yeah, I'd just note the flags, and then match'n'paste the item name as a separate entity T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Well, the issue is the (H) Testament bleed into each other, so the TriggerStyleRuns.text reads as "(H) Testament" T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: though I'm not entirely sure what the problem is yet. you try to insert into the styles table and then what happens? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: he's got a style table that covers 12 characters more than the text he's pasting, I think T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: They bleed into each other because they are the same color, so I have to separate the two of them, and insert Testament into its own new index. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: he said he's getting errors T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yes yes yes, what error? T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: It's probably the way I wrote the table.insert. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: table.insert(TriggerStyleRuns, i+1, {"text" = extra, "backcolour" = TriggerStyleRuns[i].backcolour, "textcolour" = TriggerStyleRuns[i].textcolour, "style" = TriggerStyleRuns[i].style, "length" = TriggerStyleRuns[i].length}) T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you're doing this in a loop? T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can't insert in a loop T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Not in a loop. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so i isn't changing? T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: oh T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: local i = 0, while matchStarted == false do i = i + 1 ... end T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: your problem is how you created the table T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ["text"]=foo or text=foo, but not "text"=foo T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can't assign to a string T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Bah, I knew I forgot something. T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'd do it differently, but any way that works T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: i T3/r7/2016-12-21.txt.gz:{chan ch=tech}Arcidayne Tech: Ugh. Why can't things be more simple? :p T3/r7/2016-12-21.txt.gz:{chan ch=tech}Aveston Tech: "read this" T3/r7/2016-12-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: everything is simple until it isn't T3/r7/2016-12-21.txt.gz:{chan ch=tech}Tech: Arcidayne nods at The Jerk Fiendish. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: who got repop script and quest qp reward scripts again pls? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Shindo Tech: check fiendish or bast T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: Thanks. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: I went to Abelincs scripts page and selected auto tell reply, it opened allot of coding in notepad form, i highlighted all and copied it, how do i make it to work now in mush? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: well you don't T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: it was not written for mush T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: Hahaha gasps in astonishment. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Daria Tech: the autoreply at the bottom of his page is for mush T3/r7/2016-12-22.txt.gz:{chan ch=tech}Daria Tech: is that the one you selected? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: ty T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: Nice installed my 1st pllugin. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: (Group) Hahaha: '[Repop] loqui @ 09:43:26' T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: Which one must i use, Search and Destroy Triple Pack v2.8.1 (10-May-2012) or Search and Destroy v2.8 (02-Apr-2012) ? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: you don't need to use either :P T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: I want to need :) T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: Im using your auto reply script atm :p T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: finger nokfah for a version which works with current MUSHclient T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: Hahaha offers to tank for you! T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: Hahaha thanks you heartily. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: bloood made a version with nokfah's database fix plus the fix for low-but-not-1% hunt-prac, but he took his stuff offline again T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: Hahaha nods. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: has anyone modified the Mush stat window to include the quest timer? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: At bottom of mush it doesnt show tick count down timer anymore, i tried resetaard, how can i get it back? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Shindo Tech: click on the area with the mouse T3/r7/2016-12-22.txt.gz:{chan ch=tech}Shindo Tech: oh wait is mushclient the active window? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: yes down there where you type T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: Il wait for Fiendish. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: It just shows"Ready", no tick info. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Gorsk Tech: did you disable anything? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: Not that im aware of. I installed like 7 plugins to my likeing, only now i see this change. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: is there a gmcpval for everything shown in the score and how can i find those value codes? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Gorsk Tech: might be one of them. try removing em and re-installing one at a time T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Zhalut: no T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not _everything_ T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: My gpu gets 77 degrees now with a more graphic intensive game, is thisnot to hot? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: OH, my maper is zoomed in allot now, how to make it zoom out? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Pleiades Tech: scroll T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: Ty T3/r7/2016-12-22.txt.gz:{chan ch=tech}Sultan of XiQuan Tech: anyone has any introduction for me to insert words into PDF easily? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Torkin Tech: do you have adobe pro T3/r7/2016-12-22.txt.gz:{chan ch=tech}Sultan of XiQuan Tech: negative - i have to pay for it aye? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Torkin Tech: yeah i think so T3/r7/2016-12-22.txt.gz:{chan ch=tech}Torkin Tech: i'm sure there is another way without pro, but i don't now it. sorry T3/r7/2016-12-22.txt.gz:{chan ch=tech}Torkin Tech: yikes - *know T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: libre suite T3/r7/2016-12-22.txt.gz:{chan ch=tech}Sultan of XiQuan Tech: checking out libresuite now T3/r7/2016-12-22.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Anyone else having an issue with Firefox crashing anytime you print? Can't find anything recent on it, but is happening to a lot of coworkers... T3/r7/2016-12-22.txt.gz:{chan ch=tech}Hahaha Tech: port 23 bypasses windows firewall? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Ayasinda Tech: if it is a good firewall there are no ports that can bypass it T3/r7/2016-12-22.txt.gz:{chan ch=tech}Trachx Tech: nothing bypassess firewall unless you told it T3/r7/2016-12-22.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: hm. my brother got this new deus ex game. when its on 1080p, the framerate is ok but there is this horrible lag each input. 720p is playable.. but whats the issue called? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: this issue is called having a slow computer :P T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: seriously that game is brutal T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: very pretty and very taxing T3/r7/2016-12-22.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: which part is the culprit then, gpu or cpu? T3/r7/2016-12-22.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: he got i3 T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: whats recommended? id be shocked if the specs say a i3 will run it T3/r7/2016-12-22.txt.gz:{chan ch=tech}Bode Tech: how much ram? T3/r7/2016-12-22.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: the funny thing is that fps is fine. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: i3's pretty low-end nowadays T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: but i dunno, pull up a system monitor while playing and take a look T3/r7/2016-12-22.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: 720p is completely fine with medium settings T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: note also that there's different generations of the "i" processors. T3/r7/2016-12-22.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: ram i think 8gig T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: it could be a lot of things - it could be GPU limited because for some reason the CPU has to wait for the GPU to do stuff, or it could be CPU limited... we can give a ton of things it could be and why, but just looking is the best way to figure it out T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: but yeah like i said that game is taxing T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: is there a right-to-left flag for MUSH triggers? T3/r7/2016-12-22.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Never seen one - is the idea that it would start matching from the end of the line first? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Quadrapus Tech: right T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: wat T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: In Mushclient, I would like to add the quest timer from the group window to the stats window. Does anyone know what the gmcpval is or a way to do this? T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: comm.quest.timer T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the incoming message will be comm.quest T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: text=string.format("%s",gmcpval("comm.quest.timer ")), textcolour=data_colors["Qtime"] <-- is that an OK line? I just copied the insert.table for gold, modified it for quest time, then added the colors T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you have an extra space after timer T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't know. try it out and see what happens T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: the value shows up as empty, even with the space removed. T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so comm.quest.timer is a funny kind of unreliable value... T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hmm T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: maybe you want comm.quest.wait T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I think comm.quest.timer might only be for when you're on the quest T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: the wait didnt work, i switched the script to timer, started a quest, and still blank T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: do this test... T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: \\\require "gmcphelper" T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: oops T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: \\\require "gmcphelper"; print(gmcp("comm.quest.wait")) T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: just type that in T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: \\\ is the command line script prefix T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: when I type that I see "27" T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: do you see something? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: where are you typing it? T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: input bar T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: where you type to chat and stuff T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: i dont see a value. I do see a blank, black line appear T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: type gmcpdebug 1 T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: then sendgmcp request quest T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: Fiendish it actually just errors out for me when I do that.. lol T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: when you do what? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: type that T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that what T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: what you told Zhalut to type T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I told zhalut to type three things T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: i see a bunch of orange text but still nothing when I try the \\\require line T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: the \\\require "gmcphelper"...et T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: zhalut: with the orange text, type 'sendgmcp request quest' T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (to turn the orange text off type 'gmcpdebug 0' T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: comm.quest { "action": "status", "wait": 25 } <--- when I type the send line you gave T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hmm...but print(gmcp("comm.quest.wait")) gives you nothing? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: gmcphelper.lua:22: [string "ret = "]:1: unexpected symbol near '' T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: thats the error I get when you get 27 and he gets a blank line. lol for difference T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Tol: you are using an old version T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: I shouldn't be T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Tol: type 'checkversion' T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: err. i have 5.03 T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: r1887 T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: r1825 T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: ah, I must be using an older one, lol T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Zhalut: I wonder if maybe I haven't pushed the new gmcp function updates out yet... :\ T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Tol: see? T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Zhalut: I appologize for this T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: Fiendish, correct, I still don't get anything when I do: \\\require "gmcphelper"; print(gmcp("comm.quest.wait")) T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Zhalut: what if you try \\\require "tprint" T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ergggg T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Zhalut: what if you try \\\require "tprint"; tprint(gmcp("comm.quest")) T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: I get a run time error T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: really T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hmmmm T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: lua\tprint.lua:34: bad argument #1 to 'pairs' (table expected, got string) T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ooh T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well that's interesting T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it'll definitely be fixed in the next release. unfortunately the next release is waiting for Nick to publish a build of MUSHclient 5.05 T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: let's see if I can't get you something for now... T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you print(gmcp("comm.quest")) what happens? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: blank when I did \\\require "tprint" T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: blank when I did \\\require "tprint";print(gmcp("comm.quest")) T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you don't need the require tprint anymore T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: still blank. it inserts a blank, black line T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well that's super interesting and unfortunate T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: we have a few options... T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: it's OK . but it's a good suggestion, right? T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what, quest time? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: yep, just like you have in the group window T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish nods. T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: could do. does it go in stats? I figure that's more of a health bars kind of thing T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: maybe not T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: maybe putting it into health bars would be too much work T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: where in the stats window do you figure it would go? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: I was going to put it right below QP T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: doesn't seem right T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: but I look at my quest timer more than anything in the stats window T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so maybe you want a separate window for just the quest timer? T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I think bast has one T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: surely someone must T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: bast does have something T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: why not just put it in your promot? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: prompt* T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: prompt, near the tick timer? T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't even use prompt anymore T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but that's a fine idea if you do use it T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: well my prompt is basically empty, the only thing i use is quest time and double exp T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: so a window that has the results of "double" and questinfo? T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: my prompt is < %h/%Hhp %m/%Mmp %v/%Vmv %Xtnl %gg Quest=%q %d> %l%c T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: but it shows every time i enter a command so its a good reminder to quest T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but I don't show it T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: how do i display my prompt? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: i know theres a commnd.. T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: config all T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: at the bottom T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: also 'prompt data' T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: my regular ame prompt is %qtc%d>%c T3/r7/2016-12-22.txt.gz:{chan ch=tech}Zhalut Tech: putting it in the prompt isnt a bad idea T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: yea if you have prompts shown T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: its a quick reminder every time you enter something T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hehe. current battlecry appears as The Jerk Fiendish as he attacks ! T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: rofl T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tol Tech: lol T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: just like i put notes in in crecall if im planning to buy weapons or wish or something T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: i see it constantly so its a great reminder T3/r7/2016-12-22.txt.gz:{chan ch=tech}Kobus Tech: more like manor room atm but, either way.. if youre unclanned with no manor id use aylor recall T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I need to talk to a blind person T3/r7/2016-12-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: or at least someone who uses a screen reader T3/r7/2016-12-22.txt.gz:{chan ch=tech}Matanay Soulstealer Tech: is there a plugin to track levelup/pup times etc? T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Statmn T3/r7/2016-12-22.txt.gz:{chan ch=tech}Matanay Soulstealer Tech: thanks.. I wasn't hitting result with the options I tried on google.. T3/r7/2016-12-22.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: I think it's Bast's T3/r7/2016-12-22.txt.gz:{chan ch=tech}Matanay Soulstealer Tech: yeah.. found it.. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: Hmm, my win 7 ultimate firewall is kinda weak. All in coming connections are blocked... For outgoing all connections are also blocked for the background, but once i go into a program or game like CS 1.6 amd create a game it bypasses firewall and allow outgoing data.grrrr, this uses my capped data T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: Looking for a no nonsense firewall, will pay. T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: zone alarm? T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: I have that one, but downloaded the installer package and dont have data to download it, I hear people say its good, guess il have to wait till i get an internet starter poack T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: if i can get one under 10 megs lol T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: tech it's possible also that you can change the outbound rules for the windows firewall T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: Any PC game i go into currently uses data like windows live games. i dont want that T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://www.it.cornell.edu/services/firewall/howto/windows/tsp/outbound.cfm T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tech: Hahaha thanks The Jerk Fiendish heartily. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: I played abit with inbound outbound rules this morning, but didnt master all settings T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: Currently info shows up in main window and Com log, is it possible to erase it from main?> T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: right-click on comm log T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: I want info to be captured in Com log, not main though. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Amministra Amorat Tech: There is an "Echo channels in main window" entry on the list T3/r7/2016-12-23.txt.gz:{chan ch=tech}Amministra Amorat Tech: Why does my mapper use the portal to get to recall from my manor instead of just going west? T3/r7/2016-12-23.txt.gz:{chan ch=tech}Amministra Amorat Tech: Well, it uses the portal when it is taking me through a clan cexit, but not when just taking me to aylor T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tech: Hahaha puts his PC to sleep at night with all tabs, about 5 games minimized with progress. to boot up within 1.5 seconds during night to do quests after going to the bathroom T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tech: Hahaha stands and says, 'Hi, I'm Hahaha, and I'm a mud addict.' T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: Hmm, wierd, when viewing my 40 inch screen from the front, the wolf logo from main screen is faint, but when i move the east in my gaming room it shows clear. this is odd since i got 3000::1 contrast ratio T3/r7/2016-12-23.txt.gz:{chan ch=tech}Wire Tech: O_o mudding on 40 inch screen O_o T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: yip, hooked up to my gaming rig pc with a geforce OC gpu :) its a 40 inch Sony Bravia top tier lcd tv hooked to my wall T3/r7/2016-12-23.txt.gz:{chan ch=tech}Wire Tech: im looking forward to trying VR aardwolf T3/r7/2016-12-23.txt.gz:{chan ch=tech}Piffaron Tech: lol T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tol Tech: how would that even work... lol T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tol Tech: I can see AR aard but not VR aard T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: Dolby 5.1 speakers in the corners of my room just above my head and bar :D T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tol Tech: lol, aard scrolling on a google glass while your doing other things T3/r7/2016-12-23.txt.gz:{chan ch=tech}KoopaTroopa Tech: i should work on a blowtorch cardboard view T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: hEH, i wanna get anotther TV for playing watching music vids, gaming while aard is on my main desktop screen T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tol Tech: you could pipe the info from a server to the phone to give the mush view T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: Pours some liquer and marvels at the view T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: how many readable screen lines are displayed on a 40" screen while playing aard T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: sec T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: 78, but this tv is at 1080p and the main screen font is set to regular Curior size 12 T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: anything smaller then i need specticals T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tech: Hahaha . o O ( wants to paints his wall white and shine a projector onto it ) T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: the crt here displays 76 lines (size10 courier or size10 fixedis) T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: onnly one wall white though T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: what resolution? 720P T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tol Tech: are you guys counting how many lines are being displayed by hand? T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: heh, you also got ciyrier, way to go man T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: courier T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: by eye ::) T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: hmm, my tv can only handle 60 hertz refresh rate, so any frames per second above 60 might hacve screen tearing. wish he got enough money for a curved UhHD tv T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: 60 hertz at 1080p though T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tech: Hahaha plays all games at 1080p with aniti-anialaising, anything less and it will be not worthy T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: 1280 x 1024 crt 17" - 76 size10 courier lines T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: i see T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: close enough tp 720p T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: if a 40" tv screen were at the same pixel density as the 17" 1280x1024, there'd twice the number of screen lines at size10 courier T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: does anyone here know someone named nick stockton? T3/r7/2016-12-23.txt.gz:{chan ch=tech}Kardon Tech: can i toggle room number? im not using mush. T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: What do you mean. Room numbers aren't displayed on my client. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Kardon Tech: wondering if there is a way to toggle them so i can see the room id. T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I don't believe there is outside of accessing it via GMCP. What client are you using? I know someone really wanted the ability to add room numbers to their prompts - and it was suggested - but hasn't been added. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Kardon Tech: hm ok. im using mudlet at the moment. i was just reading some old goal notes a friend gave me and im wondering how they got room numbers listed here. T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Mudlet is't terribly popular. Might be tough to find help, but it does support GMCP I believe. I highly recommend Mushclient - it has a lot of plugins out of the box. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Nycta Tech: kardon in aard's mushclient you can enable debug mode for gmcp T3/r7/2016-12-23.txt.gz:{chan ch=tech}Nycta Tech: which allows you to see on screen the 'raw' gmcp packets as you get them T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Start here ther eis a link for Mudlet and GMCP. http://www.aardwolf.com/wiki/index.php/Clients/GMCP T3/r7/2016-12-23.txt.gz:{chan ch=tech}Nycta Tech: you can probably do something similar in mudlet, but I don't know how T3/r7/2016-12-23.txt.gz:{chan ch=tech}Kardon Tech: gotcha. unfortunately im at work on a mac, so im using a program that looks similar to my coding program. i think the aard client may look a bit too out of place. haha T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: In Mush - I'd just make a trigger when I walk into a room that displays the room UID - if I wanted that. T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Or type mapper thisroom if I just wanted to know what room I was in. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: did tags display room numbers before gmcp became available T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ids were only added to gmcp for the mushclient mapper T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I don't think the Room numbers existed before GMCP. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: is a nongmcp clint able to turn on incoming gmcp data and act as though a gmcp receiing client T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: receiving* T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that depends T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: technically mushclient isn't a gmcp client T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mushclient only does anything with gmcp because it lets you inspect subnegotiations T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the telnet protocol defines IAC SB...IAC SE blocks that can contain anything you want but get hidden from the main view T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: GMCP is just a semiformal specification of how to format the data (json) and a few other minor details T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so the question is really whether the client lets you see either raw packets as they come in or even specially captures telnet subnegotiation sections T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if the answer to either is yes then it can do gmcp T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but MUSHclient has a plugin that gets notified any time a new subnegotiation block comes through. MUSHclient says "I got an IAC SB...IAC SE. Here look at it." And then the plugin looks and sees if it starts with the right bytes and has the right formatting and then parcels the data out for other plugins to use T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what the plugin is doing could be done in any client, because it's just parsing text. the key is whether the other client lets you see that text to begin with T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: is old zmud v4.62 able (to be tweaked) to display raw packets to the client-user T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't know T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: my guess is no T3/r7/2016-12-23.txt.gz:{chan ch=tech}Siren Cera Tech: fiendish, you arent supposed to use phrases like "I don't know." Not you nor Abe. *nod self T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I haven't used zmud since long before gmcp T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: gmcp isn't what got me to switch, psub bugs did T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: alternatively, maybe were the skill "recon" updated to display the current room number T3/r7/2016-12-23.txt.gz:{chan ch=tech}Siren Cera Tech: will GMCP allow a plugin to get realtime accuate listing of the mobs in a roon without suing glance? T3/r7/2016-12-23.txt.gz:{chan ch=tech}Siren Cera Tech: without using* glance? T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there is no mob room gmcp data T3/r7/2016-12-23.txt.gz:{chan ch=tech}Siren Cera Tech: okay T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: lasher would have to make one T3/r7/2016-12-23.txt.gz:{chan ch=tech}Siren Cera Tech: not that important. :p T3/r7/2016-12-23.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Xyliz: what do you want the room number for? T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: to be able to write a simpler script to traverse the Partroxis Otherworld maze using zmud v4.62 - without room numbers, verifying whether a right or wrong direction was taken is a large database project using offline files T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: zmud v4.62 permits a large array of 7*34+ buttons - if aardmushclient provided that function readily, may be worth upgrading from win98se zmud v4.62 to winXP aardmushclient T3/r7/2016-12-23.txt.gz:{chan ch=tech}Redryn Tech: you can draw any number of buttons you want T3/r7/2016-12-23.txt.gz:{chan ch=tech}Redryn Tech: but why use a mouse in a text based game? T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: i like the simplicity of win98se, as i know win98se not doing anything extra -- but WinXp is accessing the internet consuming a megabytes of bandwidth even when updates are supposedly turned off, even downloading updates for win 7 8 0 10 which winXP cannot use T3/r7/2016-12-23.txt.gz:{chan ch=tech}Xyliz Tech: clicking buttons is are a lot faster than typing T3/r7/2016-12-23.txt.gz:{chan ch=tech}Gwa'ra'ri Atlanta Tech: the best part of QA is describing the errors... "Everything is an error" view page...yup, every element has indeed been replaced by an error message. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: wth pls help me T3/r7/2016-12-23.txt.gz:{chan ch=tech}Emeris Tech: What do you need? T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: my com log is out dated lierk for 30min T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: grab the scroll wheel and rag it to the bottom T3/r7/2016-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: drag... T3/r7/2016-12-23.txt.gz:{chan ch=tech}For x in Cirrus Tech: anyone knows the command that can reset my chat miniwindow position T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: resetaard T3/r7/2016-12-23.txt.gz:{chan ch=tech}Hahaha Tech: resetlife T3/r7/2016-12-23.txt.gz:{chan ch=tech}Yajan Tech: in mush, how would I create a macro for a new key combination (rather than change the action(s) for an existing one) T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tech: http://abelinc.me/macros T3/r7/2016-12-23.txt.gz:{chan ch=tech}Yajan Tech: dope. Thanks dawg. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Yajan Tech: accelerators - so cool T3/r7/2016-12-23.txt.gz:{chan ch=tech}Tech: You nod. T3/r7/2016-12-23.txt.gz:{chan ch=tech}Yajan Tech: saves my parents from having to listen to me slam the enter key on the USB keyboard every time I want to hit a mob T3/r7/2016-12-23.txt.gz:{chan ch=tech}Kobus Tech: so i need a script to grab a random item from a bag T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kramercosmo Tech: is there a way to copy and paste 10 lines of text in mudrammer? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: What happened to my hunt program? All I get is x_ht (mob) now. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kobus Tech: is that part of s&d? seems like it is T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Do I need to reinstall the plugin? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kobus Tech: wouldnt hurt to try, im not sure what plugin provides that alias T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: if it's failing to continue to hunt, you're probably using one that isn't corrected for the newer hunt messages and you have crappy hunt prac % T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kobus Tech: oh theres the abelinc T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: Kobus sits back and relaxes T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Where can I get the latest version? I think mine is from '72. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: with hunt at 50-75%, there are 2 different hunt messages that are randomly chosen T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: and winkle only had the original message, not the alternate T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: bloood had a fixed version, but the last time he went emo and stopped playing, he removed them from his github :P T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Since I know nothing about programming, I'm assuming my version is dead. Or is there a fix I can attempt? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Daria Tech: finger nokfah, I believe he has a working version posted T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: nokfah's version fixes the xset database, not the hunt message T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: just get your hunt all the way up and it'll work reliably again T3/r7/2016-12-24.txt.gz:{chan ch=tech}Daria Tech: I'm using one from https://code.google.com/archive/p/aardwolf-scriptalicious/ and it works fine T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: that one (1) won't work with current aardmush, and (2) isn't fixed for this hunt issue T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: so "fine" is a pretty relative term T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: now that prac %s (up to 85/95%) carryover, it's a very small window for not working wrt that issue T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: As a mag/cler I can see my next remort is thief. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: hmm, actually if you're mag/cle, you're not hitting that issue T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: the hunt stuff should work fine for you, as the 1% message didn't change T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: What issue am I hitting. Yesterday my S&D worked great. Now I get that x_ht (mob) message. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: if reinstalling doesn't work, I'd redownload from nokfah's site T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Sorry to be such a luddite, but do I uninstall what I've got, then reinstall nokfah? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo nods. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Or do import and overwrite existing files? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: replace the file, go to file -> plugins, highlight it and hit reinstall...I think nokfah kept the same name and UID T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: hmm, does the hunt trick actually work, but gives a new message, or do you get the message without it actually iterating through the hunt? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: try typing "sd debug" T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Where do I type "sd debug"? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kobus Tech: where you typed tech Where do I type "sd debug"? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: just on the command line T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: "There is no debug withing Aardwolf." T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: you have sd aliased to something else T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kobus Tech: its a social T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Add s&d, then do sd debug T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: I get "Swirls of darkness surround an amorous clam and you" when I type sd clam. That's not one of my aliases. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kobus Tech: yea thats the social T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kobus Tech: shelp sdarkness T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: did you try "s&d sd debug"? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Yep. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Do I need an operator at the start of sd? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: sorry I don't use S&D.. :/ T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: No T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: If "sd debug" is not working, the plugin is not installed correctly T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Did you try to re-install it? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: when you have S&D install and type "sd debug", it SHOULD respond with sd_debug:true or sd_debug:false T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: turning on or off the debug status of the plugin T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: S&D debug:1 or S&D debug:0 T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: ahh, wasn't sure if it'd give the binary or the text...Lua sometimes does one or the other T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Spank, please reinstall the plugin first, then tell us if you get errors upon reinstalling or not T3/r7/2016-12-24.txt.gz:{chan ch=tech}Spank Tech: Hell, the whole file was gone. It looks like I'm up and running again. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: Kobus buries her face in her hand and sighs, shaking her head. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: im about to overclock my MSI gpu. Whats the worst that can happen ? perhaps a system lock up ? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Trachx Tech: you may loss your data because of power off T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: Thats not to bad. ty T3/r7/2016-12-24.txt.gz:{chan ch=tech}Trachx Tech: I mean if you need to restart your PC T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: I will not kill gpu ? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Trachx Tech: unlikely T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: Hahaha thanks Trachx heartily. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: They hype on many forums that my MSI afterburner (overclock tool) is top tier, so i guess i just might give it a go. they wouldnt included it on my gpu driver cd if it will harm my gpu T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: Thought i ask on here first :) T3/r7/2016-12-24.txt.gz:{chan ch=tech}Trachx Tech: if your games run smoothly no point to OC just because you can T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: Nod, i wanna curious what it will do for uncapped benchmarking T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: currently my games are locked at 60 fps, but just wanna see if this OC reakky works for benchmarking sofrware, i might need the extra vooma later for more graphic intensive games T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: can you overclock a toaster? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: lol T3/r7/2016-12-24.txt.gz:{chan ch=tech}Harperon Tech: need that 144 monitor T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: like make the coils burn hotter than their current hz? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Zhalut Tech: anyone have a recommendation for a program to access encrypted iphone backup files (I have the password)? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: this is to much to handle, overclocked gpu by 300 mhz on tthe core clock. and games still run, no sys lock ups ?! T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: Not gonna push it anymore lol T3/r7/2016-12-24.txt.gz:{chan ch=tech}Zhalut Tech: my game prompt wraps around to the next line. it is shorter than my battle prompt, which is all on one line, any idea why the prompt wraps to the 2nd line? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Shindo Tech: check what p data says about your prompt. might be an out of place %c T3/r7/2016-12-24.txt.gz:{chan ch=tech}Zhalut Tech: how about this one. I have the addin for planes mob lookup and its alias picks up 'p data'. Is there syntax I can use to bypass aliases when I type a command? like *p data? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: you could use a different send command type T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: what is "p data" for? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: might be able to send to script/execute, etc. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Shindo Tech: p data shows your current prompt with all the codes and stuff T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: oh T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: that might be tricky since it's a command that has to be sent to world :/ T3/r7/2016-12-24.txt.gz:{chan ch=tech}Zhalut Tech: yep, I can use another alias (pdata) and make it send to world. I was hope this doesnt happen to other aliases T3/r7/2016-12-24.txt.gz:{chan ch=tech}Shindo Tech: so how in mushclient do you, when typing, bypass local command checking :D T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: that alias you have is a mush alias? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Zhalut Tech: yep, MUSH alias T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: the one that you want to bypass T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: yeah, I think it's possible then T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: you could make an alias like %.* and have it send $1 to world T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: then do %p data T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: yeah it works for me T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: obviously pick whatever leading character works best for you T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: all you really have to do it create a new alias %* and click convert to regular expression T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: and it should default to sending to world T3/r7/2016-12-24.txt.gz:{chan ch=tech}Yajan Tech: sorry it's %1 not $1, you'd have "%1" in the send T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: can i remove the wolf logo from mush main scrren ? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Redryn Tech: yes T3/r7/2016-12-24.txt.gz:{chan ch=tech}Redryn Tech: either edit the script or remove the jpg T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: how can i fix Abes tell reply plugin? it currently send to tells back, it looks like this T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: You tell Neox 'Sorry, Neox, I haven't typed anything in 1m 12s. It doesn't look like I'm here.' T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: You tell Neox 'Sorry, Hahaha, I haven't typed anything in 1m 13s. It doesn't look like I'm here.' T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: so funny T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: uhm, my screen just went blank, on and off like 3 times in a row while viewing mush. is this due to me overclocking gpu? seems unlikely since it hardly uses any core clock mhz atm T3/r7/2016-12-24.txt.gz:{chan ch=tech}Xyliz Tech: the overclocking even in idle is yet overclocking something -- and perhaps overheating something T3/r7/2016-12-24.txt.gz:{chan ch=tech}Xyliz Tech: i'd prefer a fast computer that did not require fans than a slightly faster computer that self-destructed if a fan slowed down or failed T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: Hahaha twitches nervously. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: was my screen saver lol, not system unstabilitty T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: gosh, my gpu is underused atm T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: under used T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: Hahaha demands his oney back T3/r7/2016-12-24.txt.gz:{chan ch=tech}Trachx Tech: I guess you could use some kind of bitcoin mining software to use your GPU T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: 02% cpu and 26% ram is currently in use in my system T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tech: Hahaha rapidly nods twice at Trachx, in complete agreement. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Shindo Tech: or you could hire it out to criminal syndicates T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: np. i got mafia III installed :P T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: I also got Tony Montana in Scarface game hehe T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: best criminal of them all is Tobias Rieper from Hitman pc game imho T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: Is satisfied with the 12 inch star sound competition sub in the corner T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: btw my trance is nostly submissive T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: hmm, might over clock ,y gpu ram in a bit T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: tweaking is fun T3/r7/2016-12-24.txt.gz:{chan ch=tech}Hahaha Tech: TechPowerUp GPU-Z and nvidiaInspectort and MSI Afterburner good tools for overclocing T3/r7/2016-12-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: in case you ever wanted to play with windows text to speech in Lua, https://github.com/fiendish/MS_Speech_API_Lua T3/r7/2016-12-24.txt.gz:{chan ch=tech}Chimeishio Tech: how do you re-enable dragging muschclient windows around? T3/r7/2016-12-24.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: aard layout unlock? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Chimeishio Tech: thanks :) T3/r7/2016-12-24.txt.gz:{chan ch=tech}Chimeishio Tech: thanks :) T3/r7/2016-12-24.txt.gz:{chan ch=tech}Chimeishio Tech: woops :) T3/r7/2016-12-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyone here at the moment using a screenreader? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Mencheres Tech: how do I make the mushclient beep when its quest timew? T3/r7/2016-12-24.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: You need to make a trigger, then play a sound file when it fires T3/r7/2016-12-24.txt.gz:{chan ch=tech}Kobus Tech: you would make a trigger for ^QUEST: You may now quest again.$ (regex on) and set the sound to be played neare the bottom of the dialog T3/r7/2016-12-24.txt.gz:{chan ch=tech}Negader Tech: wish there was a way to save mushclient's windows positions and font size and selections. if i do resetaard, everything goes bonkers, and have to re-adjust and the fonts :( and aardlayout lock doesn't work for me cus, i'm using two differnt computers to log on. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Birdbrain Metria Tech: ..... You want it to save your custom settings while you use resetaard? That's sort of backwards T3/r7/2016-12-24.txt.gz:{chan ch=tech}Grushnak Tech: Not really. Resetaard restores to a default setting. He just wants multiple 'defaults' and the ability to choose between them. T3/r7/2016-12-24.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: why is it that mushclient NEVER saves any aliases or how I setup my keypad and I normally save world about 15 times a day T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech Bloke Danj Tech: morning all and merry christmas! T3/r7/2016-12-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: merry danjmas T3/r7/2016-12-25.txt.gz:{chan ch=tech}Gorsk Tech: hmmm... my mapper is trying to use a portal that i deleted. it's not on mapper portals. and i checked to make sure it wasn't a cexit. any ideas? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Redryn Tech: is it aliased somewhere? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: type "mapper where " T3/r7/2016-12-25.txt.gz:{chan ch=tech}Gorsk Tech: ah maybe i made a client side alias... ok, i'll check that. thanks T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: you probably don't see it in mapper portals, but it's there disguised another way T3/r7/2016-12-25.txt.gz:{chan ch=tech}Gorsk Tech: i did ctl+f for a part of the text and the latest instance it found was me using it and all of mapper portals output was after it T3/r7/2016-12-25.txt.gz:{chan ch=tech}Gorsk Tech: i tried to make sure it worked on the output with a different string and it found it T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: yeah, but the better way to do mapper portals wouldn't have it show up in ctrl-f of mapper portal output T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: use the "mapper where" command, that tells you the steps that the mapper thinks you should take to reach a location... T3/r7/2016-12-25.txt.gz:{chan ch=tech}Gorsk Tech: when i do mapper where [my manor roomid], it tries to use it T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: does it try to do something after it? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: you've gotta look at the whole output, to figure out what it's trying to do...it's a logic exercise T3/r7/2016-12-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hello T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: Failurette Noegel tosses The Jerk Fiendish up in the air, he loves it! T3/r7/2016-12-25.txt.gz:{chan ch=tech}Ayon Tech: Hello, how may I direct your call? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: Hearing a strange sound you turn to see Ayon being taped up to the wall by Failurette Noegel. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Mencheres Tech: any good plugins besides Bast's available? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Turie Tech: In regards to collecting information? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Mencheres Tech: any, I want to experiment T3/r7/2016-12-25.txt.gz:{chan ch=tech}Turie Tech: Finger Mendaloth T3/r7/2016-12-25.txt.gz:{chan ch=tech}Turie Tech: Who does the Sharptracker one. I forget. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: svchost.exe keeps on popping up in my network recource monitor. ONly thing that use data is mush atm, and this thing, can i block it, or dows windows operate with it on T3/r7/2016-12-25.txt.gz:{chan ch=tech}Trachx Tech: do you use windows XP ? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: 7 ultimate T3/r7/2016-12-25.txt.gz:{chan ch=tech}Trachx Tech: it probably just fetches windows updates T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: Hahaha thanks Trachx heartily. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Nocens Tech: do not mess with svchost T3/r7/2016-12-25.txt.gz:{chan ch=tech}Nocens Tech: that's not a normal exe. it's not even a normal service. it's a service wrapper T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: So its unblockable, meh it leeches data T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: It goes away for a few min, then comes back with a different name after scvhost T3/r7/2016-12-25.txt.gz:{chan ch=tech}Nocens Tech: it doesn't leech data. the services that it wraps leech data T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: Ok T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: What services? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Nocens Tech: how the hell should I know what services do you have enabled. some of them depend on the hardware/network config/etc, others on the installed software, others are enabled by default T3/r7/2016-12-25.txt.gz:{chan ch=tech}Shindo Tech: firewall everything except the port you need to mud T3/r7/2016-12-25.txt.gz:{chan ch=tech}Nocens Tech: the idea is: do not mess with the services unless you really know what you're doing. even then, you don't begin with task manager, you go to the service manager and enable/disable them from there T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: wanted to block it in outcoming - incoming rules with windows firewall T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: outgoing T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: It doesnt use many data anyways, guess il leave them on. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Light Sage Myel Tech: Anyone familiar with blowtorch/regex? Trying to set up a notification for when I level up, but can't figure out how to get it to tell me what level I've reached, just that I've leveled up. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: use (.+) in the place of lvl number, and $1 to call it back via ack T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: (.+) works on anything. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Redryn Tech: except nothing! T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: Hahaha smirks at Redryn's saying. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: I got 150 megs now, but will buy a gig soonish. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: miss T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: Any idea why Abes auto reply plugin send two tells back to sender? it looks like this. You tell Trepid 'Sorry, Trepid, I haven't typed anything in 6m 37s. It doesn't look like I'm here. ' T3/r7/2016-12-25.txt.gz:{chan ch=tech}Hahaha Tech: You tell Trepid 'Sorry, Hahaha, I haven't typed anything in 6m 38s. It doesn't look like I'm here.' T3/r7/2016-12-25.txt.gz:{chan ch=tech}Pleiades Tech: they are trolling you T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: Hahaha smirks at Pleiades's saying. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Sayaruje Tech: merry christmas tech T3/r7/2016-12-25.txt.gz:{chan ch=tech}Legendary Gruagach Tech: happy holidays T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: Failurette Noegel twirls about Sayaruje. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Odorless Nuanse Tech: Buggy new year! T3/r7/2016-12-25.txt.gz:{chan ch=tech}Light Sage Myel Tech: I don't want to ack with the number, I want to send a notification. I think I tried $1 and the notification takes that as a literal. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: With a sickening crack, Amarufox shatters a black lotus potion over Light Sage Myel's head. Focus! T3/r7/2016-12-25.txt.gz:{chan ch=tech}Light Sage Myel Tech: nevermind, $1 works in notifications. thanks. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tech: Light Sage Myel really seems to like Amarufox's welcome. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Odorless Nuanse Tech: choco? no T3/r7/2016-12-25.txt.gz:{chan ch=tech}Legendary Gruagach Tech: why am i mudding and randomly reading this book Software Defined Mobile Networks (SDMN): Beyond LTE Network Architecture T3/r7/2016-12-25.txt.gz:{chan ch=tech}Legendary Gruagach Tech: i need a girlfriend T3/r7/2016-12-25.txt.gz:{chan ch=tech}Tol Tech: I have a wife and that sounds amazing.. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Pleiades Tech: dont talk about stuff like that T3/r7/2016-12-25.txt.gz:{chan ch=tech}Robbo Tech: This is unclear. T3/r7/2016-12-25.txt.gz:{chan ch=tech}Pleiades Tech: or abelinc is gonna make you right an essay T3/r7/2016-12-25.txt.gz:{chan ch=tech}Yajan Tech: 100010100101010101 T3/r7/2016-12-25.txt.gz:{chan ch=tech}Pleiades Tech: write T3/r7/2016-12-25.txt.gz:{chan ch=tech}Yajan Tech: anyone got a secret decoder pen? T3/r7/2016-12-25.txt.gz:{chan ch=tech}Yajan Tech: neat to decode this message T3/r7/2016-12-25.txt.gz:{chan ch=tech}Light Sage Myel Tech: imm why would you need to? they can't be stolen T3/r7/2016-12-25.txt.gz:{chan ch=tech}Light Sage Myel Tech: mis T3/r7/2016-12-25.txt.gz:{chan ch=tech}Pleiades Tech: did you buy the book? :P T3/r7/2016-12-25.txt.gz:{chan ch=tech}Yajan Tech: and possibly scurvy around my uh... T3/r7/2016-12-25.txt.gz:{chan ch=tech}Yajan Tech: mis haha T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: eh. this is kinda weird. i wrote a bit of code to detect if a key should use sharps or flats checking the pile of notes. its very tricky. it calculates wrong, there is a bug. but it works correctly with all 12 keys. T3/r7/2016-12-26.txt.gz:{chan ch=tech}Yajan Tech: there's more than 12 keys?! T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: the 1st time i see that a function is doing it completely wrong but works just fine T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: no, only 12 keys T3/r7/2016-12-26.txt.gz:{chan ch=tech}Yajan Tech: if it's doing everything right.. then how is it wrong? T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: its christmas miracle T3/r7/2016-12-26.txt.gz:{chan ch=tech}Spank Tech: Is A sharp the same as b flat? T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: yes. T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: that makes this tricky T3/r7/2016-12-26.txt.gz:{chan ch=tech}Ontuct Tech: go for a B# or an E# T3/r7/2016-12-26.txt.gz:{chan ch=tech}Spank Tech: Why is a trapeze artist so musical? T3/r7/2016-12-26.txt.gz:{chan ch=tech}Spank Tech: He must C sharp or he will B flat. T3/r7/2016-12-26.txt.gz:{chan ch=tech}Spank Tech: What do you get when you drop a baby grand piano down a mine shaft? T3/r7/2016-12-26.txt.gz:{chan ch=tech}Yajan Tech: funny funnies T3/r7/2016-12-26.txt.gz:{chan ch=tech}Spank Tech: A flat miner. T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: hm. you could drop a piano from the roof of a kindergarten, then youd get a grammatically correct answer T3/r7/2016-12-26.txt.gz:{chan ch=tech}Spank Tech: You could drop a piano on a military pareade ground and get A FLAT MAJOR. T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i mean.. i wouldn't do it. just saying. if you wanna speak right T3/r7/2016-12-26.txt.gz:{chan ch=tech}Tech: __m_OO_m__ Hwuaijijal )) T3/r7/2016-12-26.txt.gz:{chan ch=tech}Spank Tech: parade T3/r7/2016-12-26.txt.gz:{chan ch=tech}Odorless Nuanse Tech: well, that's a first. Chat capture miniwin had a run-time error :) T3/r7/2016-12-26.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: From what T3/r7/2016-12-26.txt.gz:{chan ch=tech}Odorless Nuanse Tech: couldnt access chatlog as it was just being backed up to external drive... T3/r7/2016-12-26.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo goes ooOOooOOoo. T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i wonder. the isps offer "speed" and "GBs". that speed part is rather dumb to sell. i mean,. there is very little reason to restrict bandwidth. T3/r7/2016-12-26.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: if anyone does that, they are just being cornholios T3/r7/2016-12-26.txt.gz:{chan ch=tech}Yajan Tech: cornholio. noted. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Exa Tech: I lost my map on musclient for the rooms, how do I get that back? what's the command? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Exa Tech: nm, got it :) T3/r7/2016-12-27.txt.gz:{chan ch=tech}Hahaha Tech: Can mapper open a door automaticaly while in mid run? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Almila Tech: if you made it as a cexit, it can.. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Hahaha Tech: Wheres the help file on this? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Almila Tech: mapper help exits T3/r7/2016-12-27.txt.gz:{chan ch=tech}Hahaha Tech: ty T3/r7/2016-12-27.txt.gz:{chan ch=tech}Almila Tech: don't forget to use double semi colons.. the very first open door cexits I made all sucked because of that.. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Odorless Nuanse Tech: if you start the command with semicolon, you dont need to use double -> ;mapper cexit blablabla T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Anyone good with Mushclient and troubleshooting? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tormat Tech: always better to put the question out there. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Shindo Tech: the boffs are always listening sometimes just takes them a while to reply T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Apparently my database corrupted. I've lost all my maps and cexits. Anyone know of a wya to retore it? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Nocens Tech: you should have backups T3/r7/2016-12-27.txt.gz:{chan ch=tech}Shindo Tech: did you have the backup automated? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Kobus Tech: copy over one of your backups T3/r7/2016-12-27.txt.gz:{chan ch=tech}Arf Arf Arf Tech: in the mushclinet director should be a db_backups that will have like 10 of the last backups. just copy one over and test T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: I have automatic backups enbled but what do I copy? Just the db file? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Nocens Tech: yes T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: OK. I'll try. TY! T3/r7/2016-12-27.txt.gz:{chan ch=tech}Shindo Tech: while mush is shut down T3/r7/2016-12-27.txt.gz:{chan ch=tech}Arf Arf Arf Tech: you will have to rename it from Aardwolf.db.Backup_Automatic to Aardwolf.db. That is about it T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: I feel like these db corruptions did not get actual fixes, so they just forced regular "backups" T3/r7/2016-12-27.txt.gz:{chan ch=tech}Shindo Tech: i've been running solidly for 3 months without corruptions even through pc crashes, so it can't be that unstable T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Nope. I copied over the backup db but still not showing my maps or cexits. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Ayasinda Tech: did you also rename it? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Kobus Tech: did you rename it? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Is there any other place the information is saved that may be overwriting? What is the mcl for? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tormat Tech: did you do it with mush closed? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: I did indeed. I also deleted the other file first. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: I did indeed close the program before I did it. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: How old is the backup you copied? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Arf Arf Arf Tech: it should save 5 backups. could grab the oldest and try that one T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Ok. Let me try the oldest. Did the one from yesterday. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Nope. Used the oldest version and it's still blank map files. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: ANyone know what the mcl file is used for? DOes that save the settings? If I delete it, will it completely screw things up? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Arf Arf Arf Tech: yeah it saves a few things. you can open it in notepad and see what is in it T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Try moving it first before deleting it T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: you can open the mcl file ot see what it contains, it's just another xml file...it's things like the aliases and triggers you've made which are not in plugins T3/r7/2016-12-27.txt.gz:{chan ch=tech}Ayasinda Tech: in mush did you rename the world? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Rename the world? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: YEah. The mcl doesn't save the world data. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: yes, as in call the world something other than aardwolf T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: No. I renamed it to Aardwolf.db T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Did you make sure that it's not Aardwolf.db.db? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: All I did was remove the additional parts of the extension... ie, Backup_Automatic_oldest T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo rapidly nods twice, in complete agreement. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Yep. I have extension shown so didn't do the double extension. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: And it didn't create another db file so it's reading the one in the file (at least I think it is) T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: If you still get a blank database, it must be using another file T3/r7/2016-12-27.txt.gz:{chan ch=tech}Ayasinda Tech: what did you do before the database got blank? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: My db file is 8 MB so it has something in it T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: I was chatting with a friend and when I tried to do a quest, it gave me an error about run_to couldn't execute. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Gallen Tech: i'm having an issue with mushclient where when I input a command it deletes a line of output farther up the screen. anyone else experienced this? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: So I closed the application and restarted it. When it restarted, it said something about changing the schema and reloaded. ONce it did, I had lost all my maps. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Ayasinda Tech: restarted your pc? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Is that really necessary? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Or are you just asking? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Ayasinda Tech: I dont know if it is needed. Just trying things T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: I didn't restart my PC. Gonna check something quick. I'm wondering if somehow I changed the World Name... T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Restarting. BRB T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Wow!! Yep. That was it. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo chuckles politely. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: What happened T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Somehow the name of the World in World Properties under File -> World Properties got changed to o. That was causing it to load a file o.db T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: Ayasinda nods. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo smiles happily. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: TY all. Sorry for the confusion. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Gonna restart and load the last good db from this morning :) T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: you probably hit alt-1, o, enter T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Probably. Sometimes I hit the laptops touchpad by accident and it results in strange things. T3/r7/2016-12-27.txt.gz:{chan ch=tech}KoopaTroopa Tech: what's the command for combattracker (bast) T3/r7/2016-12-27.txt.gz:{chan ch=tech}KoopaTroopa Tech: its obviously not CT or combattracker T3/r7/2016-12-27.txt.gz:{chan ch=tech}Evidently Visible Tech: check in the plugin, it should have commented info at the top T3/r7/2016-12-27.txt.gz:{chan ch=tech}KoopaTroopa Tech: you are right, but i iddnt want to open it right now :) T3/r7/2016-12-27.txt.gz:{chan ch=tech}Impuritan Tech: Going to upgrade the RAM in my laptop. What is the best brand to go with, if it matters? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Negader Tech: used to corsair..., not sure who's on top now. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Anyone know how to get the mini-map back in Mushclient? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Impuritan Tech: I think 'resetaard' can get it back, although it resets your windows T3/r7/2016-12-27.txt.gz:{chan ch=tech}Quantumn Tech: Cool. TY! T3/r7/2016-12-27.txt.gz:{chan ch=tech}Cytan Tech: I am creating an alias that will cat /dev/null > output.log, write what I'm capturing from the MUD to the log file. To "listen" to the file I'm using tail -f output.log" which works, but it of course isn't clearing when the file is cleared out because that's not it's purpose. Is there a command like tail -f that will clear itself when the file is purged? Almost like a live view, not just appendages. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Cytan Tech: dang, sorry. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Impuritan Tech: fun fact, the special color code will return channel text to the viewer's colorset ;) T3/r7/2016-12-27.txt.gz:{chan ch=tech}Impuritan Tech: T3/r7/2016-12-27.txt.gz:{chan ch=tech}Impuritan Tech: dollarsign C T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: Impuritan grumbles and growls. You wonder what's wrong... T3/r7/2016-12-27.txt.gz:{chan ch=tech}Arcidayne Tech: You mean $C T3/r7/2016-12-27.txt.gz:{chan ch=tech}Tech: Arcidayne's shifty eyes dart back and forth. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Impuritan Tech: bot T3/r7/2016-12-27.txt.gz:{chan ch=tech}Arcidayne Tech: Double the C, and double the $, and you'll always have success! T3/r7/2016-12-27.txt.gz:{chan ch=tech}Cytan Tech: take it there is no such command then? T3/r7/2016-12-27.txt.gz:{chan ch=tech}Arcidayne Tech: Don't know, don't use it. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Never Level Tech: im looking for someone to make a plugin for me. i will pay in tps. PST if you are interested. T3/r7/2016-12-27.txt.gz:{chan ch=tech}Nibir Tech: Anyone here own their own business? Looking for some information if anyone is willing to chat with me T3/r7/2016-12-27.txt.gz:{chan ch=tech}Pleiades Tech: Abelinc's mom is her own business T3/r7/2016-12-28.txt.gz:{chan ch=tech}SeanJac Tech: anybody else using the latest sharptracker? T3/r7/2016-12-28.txt.gz:{chan ch=tech}KoopaTroopa Tech: i wish there was a 'grep' in aard... i want to 'swho 12 |grep $player' so i dont have to parse stuff :) T3/r7/2016-12-28.txt.gz:{chan ch=tech}Tech: Fetard is agreeing with that KoopaTroopa person again... T3/r7/2016-12-28.txt.gz:{chan ch=tech}Lucron Tech: don't you just love it when you can't find over 60 gig of data on a harddrive. just...not there...awesome! T3/r7/2016-12-28.txt.gz:{chan ch=tech}Failurette Noegel Tech: how is this possible!? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kylia Tech: Make sure you have your detects on! lol T3/r7/2016-12-28.txt.gz:{chan ch=tech}Lucron Tech: detect hidden file! T3/r7/2016-12-28.txt.gz:{chan ch=tech}Ascun Tech: linux or windows? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Lucron Tech: winblows T3/r7/2016-12-28.txt.gz:{chan ch=tech}Ascun Tech: windirstat T3/r7/2016-12-28.txt.gz:{chan ch=tech}Lucron Tech: windirstat doesn't see it either...which...hurts my head T3/r7/2016-12-28.txt.gz:{chan ch=tech}Lucron Tech: drive is 150 gig, windirstat only sees 78 gig of files T3/r7/2016-12-28.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Tried C:/Users//Documents ? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Robbo Tech: You didn't need that space anyway. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Lucron Tech: exchange begs to differ robbo rofl T3/r7/2016-12-28.txt.gz:{chan ch=tech}Robbo Tech: That does sound odd unless the filesystem needs a check. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Robbo Tech: Could be the free space crap that NTFS tracks is off. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Robbo Tech: (my highly technical explanation) T3/r7/2016-12-28.txt.gz:{chan ch=tech}Tech: Turie starts to hear the faint sounds of a cricket chirping. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Robbo Tech: If all else looks weird, I've seen similar where something hadn't released a filehandle on an unlinked/deleted file or bunch of files and a reboot cleared it, also seen where a chkdsk cleaned up the issue. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Robbo Tech: Thankfully the resistance will now crumble at my hands. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Robbo Tech: Oops! T3/r7/2016-12-28.txt.gz:{chan ch=tech}Lucron Tech: yeah, I may need to do a chkdsk T3/r7/2016-12-28.txt.gz:{chan ch=tech}Bode Tech: anyone have a mush pluging that can be used to set pup goals (or train/stat) T3/r7/2016-12-28.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: not daily goals but yeah until you reach a stat goal - see my finger. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Bode Tech: thanks will give it a look T3/r7/2016-12-28.txt.gz:{chan ch=tech}Strykerius Tech: what up T3/r7/2016-12-28.txt.gz:{chan ch=tech}Milthian Tech: can I get a link for the current copy of S&D pls? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Milthian Tech: can I get a link for the current copy of S&D pls? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Zhalut Tech: does finger nokfah have it? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Piffaron Tech: finger winklewinkle T3/r7/2016-12-28.txt.gz:{chan ch=tech}Zhalut Tech: Winkle has not been online for 188days. Has someone made patches/updates since then? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Zhalut Tech: is there someone other than Nokfah who has updated it? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Milthian Tech: anyone got an updated version of the spellup plugin? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kramercosmo Tech: how do i reset mush client T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kramercosmo Tech: all the windows have gone small and the text box is bold T3/r7/2016-12-28.txt.gz:{chan ch=tech}Odorless Nuanse Tech: aardreset or resetaard T3/r7/2016-12-28.txt.gz:{chan ch=tech}Emeris Tech: How do you remove a mapper addnote? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Almila Tech: right click the room, edit note and delete it? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kobus Tech: anyone know what the best eq switcher plugin is? T3/r7/2016-12-28.txt.gz:{chan ch=tech}Arcidayne Tech: The one you write yourself. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kobus Tech: thats probably true T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kobus Tech: but i dislike lua and im pretty lazy T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kobus Tech: so second best? T3/r7/2016-12-28.txt.gz:{chan ch=tech}KoopaTroopa Tech: i havent found one i like, but blumalice's isnt awful T3/r7/2016-12-28.txt.gz:{chan ch=tech}Arcidayne Tech: That's hard to say. Masaki's EQ switcher is pretty nice, and Bast's takes a lot of work to setup. Those are the only two I know of. T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kobus Tech: bah thats the one i had before lol T3/r7/2016-12-28.txt.gz:{chan ch=tech}Kobus Tech: hmm, back to equalizer it is for now T3/r7/2016-12-28.txt.gz:{chan ch=tech}Tech: Arcidayne chuckles politely. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Milthian Tech: how do I see the room number of the room I am in if I don't use mushclient? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Tech: depends on what you use T3/r7/2016-12-29.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Only way to access that is through GMCP. Your client will need to support it. What client do you use? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Milthian Tech: Cmud T3/r7/2016-12-29.txt.gz:{chan ch=tech}Milthian Tech: any ideas? T3/r7/2016-12-29.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Don't use CMUD - maybe someone here who does can help, but I think if you search for GCMP on the wiki there is a little bit on how to access it in CMUD. T3/r7/2016-12-29.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Will be at the top of the GMCP wiki page. Lists mudlet, mush, and CMUD I believe. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Tech: #SHOW %gmcp.Room.Info.num T3/r7/2016-12-29.txt.gz:{chan ch=tech}Deathcall Tech: hmm T3/r7/2016-12-29.txt.gz:{chan ch=tech}Milthian Tech: How does the mapper work? I have been playing here quite awhile and I am having to revisit all the areas and open the rooms again T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: I just started playing around with the mapper -- it's awesome! I'm having some trouble setting bookmarks to rooms though. The wiki says that I should be able to right-click on a room to select "Edit bookmark" but I don't have that option. Where can I enable that? T3/r7/2016-12-29.txt.gz:{chan ch=tech}General Zoot Tech: is this for mushclient? I see edit note on the list, maybe that's the same thing? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Yes, on mushclient. I have "Edit note" too, but that doesn't look like the same option shown here: http://www.aardwolf.com/wiki/index.php/Clients/GMCPMapper T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: It's under the "Mapper Bookmarks" section under that link T3/r7/2016-12-29.txt.gz:{chan ch=tech}Grushnak Tech: If I had to guess, that's older functionality that's been rolled into every room. You can autorun to any room given the room number with the mapper T3/r7/2016-12-29.txt.gz:{chan ch=tech}Grushnak Tech: So I'm not sure what the benefit of the bookmarks would be, with what you can do now T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Ok, that makes sense. My jaw is still hitting my keyboard now that I know I can just use "mapper find [room name]" to get a clickable link to the room I want. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Now I understand how some of the professional gquestors can do some of their tricks :P T3/r7/2016-12-29.txt.gz:{chan ch=tech}Grushnak Tech: You should look at the plugins like Search and Destroy and the Mapper Extender T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Thanks for the suggestions. I'll consider that. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Grushnak Tech: https://code.google.com/archive/p/aardwolf-scriptalicious/ is where they're hosted (from help www) T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: I'm somewhat torn about all of this though. I'm afraid that automagically running everywhere will remove some of the fun mystique in the mud. I don't want to get bored and just let the mapper do everything for me ;) That won't stop me from trying it out though... T3/r7/2016-12-29.txt.gz:{chan ch=tech}Grushnak Tech: I've found it has it's own set of problems. Adding cexits to rooms to manage your movement in a way which will consistently allow you to get where you want to go is a whole different problem T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Makes sense. Thanks again for the link. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Trachx Tech: I guess without mapper it would be more like in RL - you just need to get to area on your own T3/r7/2016-12-29.txt.gz:{chan ch=tech}Trachx Tech: yet I think there is not too much joy just in walking everywhere by hand T3/r7/2016-12-29.txt.gz:{chan ch=tech}Grushnak Tech: I see it like being able to cut the driving out of a roadtrip :P Sure, it's fun the first few times, but then it just turns into a commute. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Ontuct Tech: and wrong turns get you killed T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Heh, maybe I'll let myself use the mapper tricks as a reward once I tier. If I spend a full tier learning where everything is on my own I would probably be ready to automate it at that point. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Trachx Tech: if you know lua - it may be a bit more interesting to create some scripts that will help you cp/gq/q or pup T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: LOL, I come to the mud to escape coding in RL :P I probably won't be able to stop myself from learning LUA though. It's too tempting. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Trachx Tech: for example - create a plugin that will load all mobs in room into separate window, then when you kill mob it removes killed mob from that window T3/r7/2016-12-29.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Anyone know how to use pods in xcode? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Razor Tech: no idea but if you're in xcode whip us up a custom client while you're at it. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: How can I get the room number for a location in Vidblain? In other areas, the mapper tells me the room number but the mapper acts completely differently in Vidblain. Thanks! T3/r7/2016-12-29.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: was this recent change in js that you could use some math in array pointer? like blah=bljad[a-1] T3/r7/2016-12-29.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: in browsers that is T3/r7/2016-12-29.txt.gz:{chan ch=tech}Tech: durel: vidblain is a continent, and the mapper has a special continent view which compresses multiple rooms into one spot, so you don't see the individual rooms linked together. You can turn that off by typing "bigmap off", or by right-clicking the mapper and selecting "Hide Continent Bigmap"...the mapper's "homepage" can be found at http://abelinc.me/mapper (it's a redirect to Fiendish's real page on github)...another good page on the mapper is at http://abelinc.me/hosch T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: any exchange masters on? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Bode Tech: whats the issue? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: I dun fucked up T3/r7/2016-12-29.txt.gz:{chan ch=tech}Bode Tech: more direct. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: exchange 2016 mailbox role server...I got...uh...overexcited...and tried to install the edge transport role...on the same server T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: yeah, exchange doesn't like that T3/r7/2016-12-29.txt.gz:{chan ch=tech}Hadron Tech: uh oh T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: now the install failed, is stuck, and none of the services that actually matter will start. WHEEE! T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: oops. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: searching online for well over 2 hours, found bubkus. I'm the only idiot ever to do this, apparently. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: oh, on a production server with no backups, cause that's how awesome my life is T3/r7/2016-12-29.txt.gz:{chan ch=tech}Bode Tech: nah, just the only one to tell anyone :P T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: oh shoot.. was just going to ask T3/r7/2016-12-29.txt.gz:{chan ch=tech}Hadron Tech: lucron can you kill the install using powershell? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: install itself technically already failed, and the command line setup.exe switches doesn't have an "oh, you fucked up and wanna roll back your fuck up?" switch T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: I'm open to trying anything though T3/r7/2016-12-29.txt.gz:{chan ch=tech}Bode Tech: my last exchange fuckup took me 96 hours straight to fix, so i hear you T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: cause my resolution is rapidly becoming, burn it all down and try and rebuild. I'm gonna back up the edb and logs right now T3/r7/2016-12-29.txt.gz:{chan ch=tech}Bode Tech: my suggestion is to see what of the boxes you can save, so sounds like you are on the right track T3/r7/2016-12-29.txt.gz:{chan ch=tech}Hadron Tech: hmm, just throwing out a thought here. Something in the registry was likely editted, power down the server (or vm), start it up, lkgf T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: I did a few reboots, but I can try a full shutdown T3/r7/2016-12-29.txt.gz:{chan ch=tech}Lucron Tech: after my backup T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: I know that native aliases can't reference other aliases, but is there a way for a mushclient alias to use a different mushclient alias? Would I need to use the scripting feature for that? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: umm just change the send to T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: not sure which it would be off the top of my head T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Sorry, I don't quite understand. I figured out how to send some pieces into variables and then use those variables in a second alias. Is that what you mean? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: so there's a Send To: dropdown menu in the alias window right? T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Yep, I can pick where to send the output of an alias T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: so if you want to call another alias, I'm guessing you would change that to something other than World T3/r7/2016-12-29.txt.gz:{chan ch=tech}Bode Tech: try execute T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Oh, I'd like to use the alias natively by itself and also as a component in another alias. Maybe I should just switch over to scripting and just use a function for the common components. T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: yeah, it's execute T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: I'm not going to discourage you from doing that, because it's probably better in the end to do it that way T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: but if you want to keep it simple just put the 2nd alias name in the Send box and toggle Send to to Execute T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: you can still use alias 2 by name as well T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Sweet. The execute target worked! Thanks :) I'll switch over to the scripting eventually, I just wanted a quick hack for the near future T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: Yup. That's what us nerds are here for T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: is probably just as fun for us to figure this stuff out T3/r7/2016-12-29.txt.gz:{chan ch=tech}Yajan Tech: like I didn't even know that off the top of my head until I tried T3/r7/2016-12-29.txt.gz:{chan ch=tech}Durel Tech: Nice :) I appreciate the help! T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: score T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: i have tried running musclient in wine on linux but i'm having problems with the font and resizing the main windows cause wine to freeze. T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: mushclient T3/r7/2016-12-30.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: How are you resizing T3/r7/2016-12-30.txt.gz:{chan ch=tech}Pleiades Tech: scissors T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: can someone point me in the direction of resolving those issues or recommend a different client? I am currently running tintin++ and I don't much care for the single shell T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: the resize in the bottom right corner T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: not of the application border, the main window inside the application T3/r7/2016-12-30.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Oh right you're on linux T3/r7/2016-12-30.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: I dunno haha T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: does anyone else run mushclient under wine? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Fiendish does. He's the guy who actually packages up the Aardwolf mushclient package. T3/r7/2016-12-30.txt.gz:{chan ch=tech}Bode Tech: there are a few, but seems they are not active atm T3/r7/2016-12-30.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What version of Mushclient, what version of WINE? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: i'm guessing he isn't around T3/r7/2016-12-30.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Did you check winecfg? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: wine 1.6, mush 4.98 T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: what specifically in the wine config? I have it configured pretty basic T3/r7/2016-12-30.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Current stable WINE is 1.8.6. T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: i just installed from repo on ubuntu 16.04 T3/r7/2016-12-30.txt.gz:{chan ch=tech}Birdbrain Metria Tech: https://wiki.winehq.org/Ubuntu T3/r7/2016-12-30.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Try compatibilities for xp or 98 T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: i have tried both Bamboo T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: I'll try removing wine 1.6 and all of it's dependencies and following the instrucions on the wiki Metria T3/r7/2016-12-30.txt.gz:{chan ch=tech}Birdbrain Metria Tech: OK good luck T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: Rinning the latest development version of wine and setting to xp seems to have resolved the issue of wine freezing when resizing windows. Thank you for the help. T3/r7/2016-12-30.txt.gz:{chan ch=tech}Sixfour Tech: running* T3/r7/2016-12-30.txt.gz:{chan ch=tech}Redryn Tech: should i use 70 isopropyl alcohol or 95 ethyl alcohol to clean thermal compound from cpu? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Emm Tech: I would think isopropyl but I haven't cleaned a cpu in a decade. T3/r7/2016-12-30.txt.gz:{chan ch=tech}Redryn Tech: typically Google recommends 90+ isopropyl, not sure what difference that is from ethyl T3/r7/2016-12-30.txt.gz:{chan ch=tech}Emm Tech: well it is more heat resistant T3/r7/2016-12-30.txt.gz:{chan ch=tech}Emm Tech: ethyl does funny stuff chemically if it gets too hot T3/r7/2016-12-30.txt.gz:{chan ch=tech}Bertilak Tech: any of those will work because they will all evaporate quickly which is the main thing T3/r7/2016-12-30.txt.gz:{chan ch=tech}Bertilak Tech: you obviously would be foolish to clean your cpu while it is hot T3/r7/2016-12-30.txt.gz:{chan ch=tech}Emm Tech: but presumably you aren't cleaning it hot, and you aren't leaving any behind in uncleaned thermal compouind or anything T3/r7/2016-12-30.txt.gz:{chan ch=tech}Redryn Tech: ok, thanks T3/r7/2016-12-30.txt.gz:{chan ch=tech}Lucron Tech: why is it better for you exchange server to be dead than to be up with services that won't start? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Anagantios Tech: how do I reset mush? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Hahaha Tech: resetaard T3/r7/2016-12-30.txt.gz:{chan ch=tech}Anagantios Tech: ty noob killer T3/r7/2016-12-30.txt.gz:{chan ch=tech}Hahaha Tech: h OK boob sucker T3/r7/2016-12-30.txt.gz:{chan ch=tech}Hahaha Tech: OK boob sucker T3/r7/2016-12-30.txt.gz:{chan ch=tech}Hekman Tech: Hi, anybody know if you can get tags around the quest info? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Zhalut Tech: anyone know of a plugin that will set noexp at a specific level T3/r7/2016-12-30.txt.gz:{chan ch=tech}Nibir Tech: thats a pretty easy trigger to make T3/r7/2016-12-30.txt.gz:{chan ch=tech}Zhalut Tech: maybe i just need the lvl message? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Nibir Tech: #trigger {You raise a level! You are now level 127.} {noexp} T3/r7/2016-12-30.txt.gz:{chan ch=tech}Zhalut Tech: got it, thanks T3/r7/2016-12-30.txt.gz:{chan ch=tech}Hekman Tech: Nibir, do you know if you can get tags around quests/goals/tasks/campaigns/etc? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Zhalut Tech: i can no longer seethe item levels of the equipment i wear/inentory. I must have toggled something by accident, any ideas? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Ayasinda Tech: Help inventory, related helps. Noobjlevel T3/r7/2016-12-30.txt.gz:{chan ch=tech}Zhalut Tech: wow thanks, i have no idea how that got toggled T3/r7/2016-12-30.txt.gz:{chan ch=tech}Ayasinda Tech: you probably typed noo somehwere T3/r7/2016-12-30.txt.gz:{chan ch=tech}Almila Tech: what do I type to access a variable directly from command line? T3/r7/2016-12-30.txt.gz:{chan ch=tech}Arcidayne Tech: In MUSH? GetVariable("variable_name") T3/r7/2016-12-30.txt.gz:{chan ch=tech}Arcidayne Tech: So if you want to view it, \\\print(GetVariable("varname")) T3/r7/2016-12-30.txt.gz:{chan ch=tech}Exa Tech: how do you change the color of a channel? T3/r7/2016-12-30.txt.gz:{chan ch=tech}KoopaTroopa Tech: help colorset T3/r7/2016-12-31.txt.gz:{chan ch=tech}Makoa Tech: how to setup a Mushclient alias for a plugin command, such as mapper next? I tried with 'send to world' but that didn't work. T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: send to execute should work T3/r7/2016-12-31.txt.gz:{chan ch=tech}Makoa Tech: thanks! that worked. T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: cool. :D T3/r7/2016-12-31.txt.gz:{chan ch=tech}Neox Tech: Anyone got any aideas(there) to enable to (the) backspace on telnet? Im on Mac OS Sierra Terminal.app When SSHing i never have this problem but for some reason the backspace key sends a ^? i tried to configure with stty to send a ^H, and it still didnt work ? any ideas? T3/r7/2016-12-31.txt.gz:{chan ch=tech}Tech: neox: I just used a snow leopard machine to connect directly to Aard from terminal.app, using the backspace fine when I went to terminal -> preferences, settings tab, advanced subtab, unchecked delete sends ctrl-h T3/r7/2016-12-31.txt.gz:{chan ch=tech}Tech: I don't have any newer Macs, though, so not sure if there's somewhere else to look in sierra T3/r7/2016-12-31.txt.gz:{chan ch=tech}Exa Tech: is there a sharptracker like a campaign tracker that fts campaign completion etc? T3/r7/2016-12-31.txt.gz:{chan ch=tech}Exa Tech: I meant grouptalk* gt* T3/r7/2016-12-31.txt.gz:{chan ch=tech}Hadron Tech: is there an inventory management addon to help with equipment sets? T3/r7/2016-12-31.txt.gz:{chan ch=tech}Trachx Tech: I think Bast has one T3/r7/2016-12-31.txt.gz:{chan ch=tech}Trachx Tech: I just defined aliases like level131, level150 - and when I hit proper level I just type level150 and it removes old eq and put into bags and get new eq and wear it T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: any tips for a first time plugin write? I've got 3 or 4 triggers and 2 lua functions I want to package up as a plugin T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: any easy way to export? T3/r7/2016-12-31.txt.gz:{chan ch=tech}Ayasinda Tech: I though mush had a function to convert them into a plugin? T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: I can do save in triggers for example and it saves off to a .mct but includes all my triggers T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: maybe there's some other place though? T3/r7/2016-12-31.txt.gz:{chan ch=tech}Ayasinda Tech: then what does File>Plugin Wizard do? T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: you think there's a plugin packaging feature in there? I'll check it out T3/r7/2016-12-31.txt.gz:{chan ch=tech}Tech: there's a plugin wizard, where you choose what aliases, triggers, etc. go into the plugin T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: oh that's great, perfect T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: so glad =) T3/r7/2016-12-31.txt.gz:{chan ch=tech}Tech: look in file menu T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: kk will do T3/r7/2016-12-31.txt.gz:{chan ch=tech}Tech: but also, if you highlight triggers, etc. in the list, you can just use ctrl-c, or click the copy button, and the xml for the triggers will be copied into clipboard T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: any equivalent tricks for lua scripts out of a file? T3/r7/2016-12-31.txt.gz:{chan ch=tech}Yajan Tech: err functions T3/r7/2016-12-31.txt.gz:{chan ch=tech}Tech: the lua functions just go in the bottom