T3/r7/2015-10-01.txt.gz:{chan ch=tech}Sotura Tech: any tf users around? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: i have an older map db that i pasted in my main mushclient directory however the mapper isnt seeing it what can i do T3/r7/2015-10-01.txt.gz:{chan ch=tech}Kippe Tech: does the mapper file have the same name as yoru world? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Turie Tech: Mapper file is Aardwolf.db. World file is Aardwolf.mcl T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: i tried delting it again and repaisting it but nothing is working T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: and i cant spell this morning T3/r7/2015-10-01.txt.gz:{chan ch=tech}Kippe Tech: does the mapper file have the same name as your world? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: yes T3/r7/2015-10-01.txt.gz:{chan ch=tech}Kippe Tech: hmm should work then I think. Don't know why not. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: i know but its not i have done this before and made it work too bad the guy who used to help me is now deceased T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: sighs T3/r7/2015-10-01.txt.gz:{chan ch=tech}Kippe Tech: your upgrading to a newer mush package? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Kippe Tech: tou're T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: no just my saved mushclient stuff but i have a newer mushclient T3/r7/2015-10-01.txt.gz:{chan ch=tech}Kippe Tech: try www.aardwolf.com/play/downloadmc.htm . The section "Upgrading the client" about halfway down the page T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: ok T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: ah, windows didn't coppy all the files i hate win 98.1 sometimes T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: er 8.1 T3/r7/2015-10-01.txt.gz:{chan ch=tech}Kippe Tech: sometimes? I hate it all the time :) T3/r7/2015-10-01.txt.gz:{chan ch=tech}Jenni Tech: ah, the mapper isnt functioning because of a bunch of lua files that are missing i can't even backup my database as is because of this and i coppied over my lua dir twice now T3/r7/2015-10-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: that feeling when you get an algorithm from O(m*n) to just O(n) T3/r7/2015-10-01.txt.gz:{chan ch=tech}Sirona Tech: anyone willing to teach me how to use the mapper thing with portals? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I could teach you, but I have to charge T3/r7/2015-10-01.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: dunno. i probably use it in a dumb way:) T3/r7/2015-10-01.txt.gz:{chan ch=tech}Sirona Tech: can i put it on my tab? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Vost Tech: your mapper brings all the boys to the yard? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: It does, Vost! T3/r7/2015-10-01.txt.gz:{chan ch=tech}Tech: Vost chuckles politely. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: technically, it brings them to the basement, but that's a different story T3/r7/2015-10-01.txt.gz:{chan ch=tech}Tech: Vost gasps as he realizes what Barbafappa Pleiades did. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: best way to utilize the mapper portals is to create an alias to do the actions you want - such as get portal bag, wear portal, enter, re-dual wield or re-hold item. then use that alias as the command for the mapper portal T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: so your alias could be do_portal Then you use the portal, and at the landing room, do 'mapper portal do_portal ' and the mapper will use that alias to get to that room T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: of course the alias has to be dynamic. personally i use a script function to do it. your alias would need to be something like 'do_portal *' to have it accept any portal ID T3/r7/2015-10-01.txt.gz:{chan ch=tech}Birdbrain Metria Tech: If you're not interested in learning scripting, just make an alias for each portal. That works too. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Sirona Tech: well that is what i do anyway... without the mapper. i create an alias that says -- get portal from bag, hold portal, enter, hold helditem, put portal in bag -- so there is nothing to simplify that process? then what is the portal thing for in the mapper? T3/r7/2015-10-01.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: "mapper portals" T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: the idea behind the general alias, is that if your portal bag changes or anything else in your alias, you don't have to re-do all your portals - only the alias that drives them T3/r7/2015-10-01.txt.gz:{chan ch=tech}Trachx Tech: just add keyword portalbag to your portalbag T3/r7/2015-10-01.txt.gz:{chan ch=tech}Sirona Tech: ohhhh so only create one alias and have the mapper feed the portal name into the alias? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Sirona, the idea is that the mapper then learns how to get to places using the portals, and can use them in calculating speedwalks. It's like teaching custom exits. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: exactly sirona T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: you dont need to learn scripting to do it, just a mush alias T3/r7/2015-10-01.txt.gz:{chan ch=tech}Birdbrain Metria Tech: However, if you're only using 'runto' to get around, you might as well not bother - that will never use the portals you're setting up. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: true - best utilization would be from winkle's mapper extender... but you could also set up aliases for areas using 'mapper goto ' which would utilize your portals T3/r7/2015-10-01.txt.gz:{chan ch=tech}Sirona Tech: in the winkle thing... the search and destroy... how do you get your campaign mobs to show up in the little box that shows up? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Dexter Tech: someone familiar with Mac / Numbers (Excel -alike) T3/r7/2015-10-01.txt.gz:{chan ch=tech}Wavering Tech: is there any way to set up GMCP Mapper to go to areas by name instead of room number besides using aliases? Like a way to set a keyword for a room or something? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Odorless Nuanse Tech: finger winklewinkle and check out xrt T3/r7/2015-10-01.txt.gz:{chan ch=tech}Turie Tech: So, Experian got hacked. The hackers made off with 15m T-Mobile customer information. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Isn't having t-mobile as your carrier punishment enough? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Turie Tech: Nah, it could be Verizon. T3/r7/2015-10-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: I just switched to them... the other day.. T3/r7/2015-10-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: and it is terrible.. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Turie Tech: It said people who applied for postpaid from 10-1-2013 to 10-16-2015 are possible exposed. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Stroke My Redwood Tech: great.. thats me.. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Tech: Stroke My Redwood rolls his eyes, disgusted. T3/r7/2015-10-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: 10-15 for me.. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Turie Tech: Hackers took customer names, addresses, SSN, birthdays, and DL/Military IDs/Passport numbers. T3/r7/2015-10-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: great T3/r7/2015-10-01.txt.gz:{chan ch=tech}Turie Tech: Amazon bans Chromecast and Apple TV. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Turie Tech: Interesting moves. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Bishoujo Raded Tech: still carry Roku. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Bishoujo Raded Tech: Google and Apple should have their products be able to use Amazon streaming services. it's silly that they don't. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Tofting Tech: i can only log in for a few seconds before blowtorch bins me off for some reason. other internet stuff seems ok. anyone know what to do? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Barely Driven Tech: I am using Winkles spellup script, anyone know how to make it so my clan skill auto casts? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: spellup help T3/r7/2015-10-01.txt.gz:{chan ch=tech}Barely Driven Tech: tried tha T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: im not sure my cskill autocasts though T3/r7/2015-10-01.txt.gz:{chan ch=tech}Barely Driven Tech: I can't seem to make it auto cast haha T3/r7/2015-10-01.txt.gz:{chan ch=tech}Endymion Tech: it seems to recast though, if i stay logged in T3/r7/2015-10-01.txt.gz:{chan ch=tech}Yoshi Tech: setclansn works for me T3/r7/2015-10-01.txt.gz:{chan ch=tech}Barely Driven Tech: Is there a way to refresh all mushclient plugins without closing down the client? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Define 'refresh'? T3/r7/2015-10-01.txt.gz:{chan ch=tech}Mannec Tech: heres a top tip for you - if you want to shop online with a prepaid visa card, make sure to leave an extra dollar or two right at the end of the card. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Sneak Tech: why. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Mannec Tech: if you try to spend that last dollar online, your address verification will fail, and the order will probably get cancelled. T3/r7/2015-10-01.txt.gz:{chan ch=tech}Mannec Tech: something similar _can_ happen with debit/credit cards, but many of those providers will quite happily allow small overdrafts, because charging you fees afterwards is profitable. T3/r7/2015-10-02.txt.gz:{chan ch=tech}SeanJac Tech: how do you assign what's in a macro thru trigger? T3/r7/2015-10-02.txt.gz:{chan ch=tech}SeanJac Tech: i mean if you want it to quaff a certain potion at certail levels T3/r7/2015-10-02.txt.gz:{chan ch=tech}StarsOscar Tech: which client? T3/r7/2015-10-02.txt.gz:{chan ch=tech}SeanJac Tech: mushclient T3/r7/2015-10-02.txt.gz:{chan ch=tech}StarsOscar Tech: create the trigger and use the macro in the trigger T3/r7/2015-10-02.txt.gz:{chan ch=tech}CMFP Limunious Tech: anyone have a script or something for cmud which will capture stats and the map? T3/r7/2015-10-02.txt.gz:{chan ch=tech}CMFP Limunious Tech: the in game map T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: i wonder how much data it would take to play aard on this ios ap Mudrammer for 8 hrs on cellular data T3/r7/2015-10-02.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: 8 times what it would take to play for 1 hour? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Crej Tech: nice answer T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: i think you're onto something here. what about 100 hours? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: on android its 4-9 megs for a full day pupping T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: hmm full day pupping as 24 hrs or 12 hrs 18 hrs etc ? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: 15 hours T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: dang thats a lot of data for just 15 hrs T3/r7/2015-10-02.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: 10 megs is a lot? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: if i just quest for 15 hours its like 2-3 megs T3/r7/2015-10-02.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: I have a basic plan and it includes 10 gigs of data. T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: yeah the average cell phone plan has 2MB per month. i have 15MB per month. but that wouldnt hold up to much playing time. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Are you sure its MB and not GB? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Creador Tech: 10gb would be an insane amount of data for 1 day muddding T3/r7/2015-10-02.txt.gz:{chan ch=tech}Creador Tech: this is just text, and most of the time it's compressed text T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cell phone plans in USA are typically measured in MB. I'n not talking DSL / cable modem internet at home. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: My plan is 10 Gigs of data... Thats what I'm saying. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: I thought most plans were in the GB's now? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dolt Tech: that doesn't sound right.. a single youtube video would put you over T3/r7/2015-10-02.txt.gz:{chan ch=tech}Creador Tech: no, I've got a 6GB/month plan and I can watch a couple youtube videos a week and not hit a cap T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: no data plans have 15MB anymore, you can get like 200MB plans though T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: oh wait nevermind im an idiot. it's GB. Avg cell phone plan is 2GB. mine is 15GB per month. maybe i should brew a pot of coffee. brb. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Creador Tech: not talking about full-length movies obv T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: 250meg a month is MORE then ENOUGH data for a above average daily active player T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tech: Creador ) T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: hehe thx kiki thats good to hear. can play aard fulltime easily on 15GBs monthly data plan. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: yes, with 15 gig you can play for 60 months straight :) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tech: Tiger of KiKiKaiKai drops to the floor and hails {Linkdead} Garamis! T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cool man good to know... coffee still brewing. was a long night. T3/r7/2015-10-02.txt.gz:{chan ch=tech}CMFP Limunious Tech: anyone remember who has cmud scripts on their website or in their finger descrption. need some for the minimap and stuff like that T3/r7/2015-10-02.txt.gz:{chan ch=tech}Useful Hadar Tech: there there are some in the cmud library T3/r7/2015-10-02.txt.gz:{chan ch=tech}Martini & Tyebald Tech: cmud library's a good place to start. T3/r7/2015-10-02.txt.gz:{chan ch=tech}CMFP Limunious Tech: thanks im assuming through the cmud website? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Useful Hadar Tech: no, in cmud T3/r7/2015-10-02.txt.gz:{chan ch=tech}Martini & Tyebald Tech: it's built into cmud, I believe. a menu option. it has been a while since I looked, though. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Useful Hadar Tech: it looks like an open book T3/r7/2015-10-02.txt.gz:{chan ch=tech}CMFP Limunious Tech: found it, thanks alot T3/r7/2015-10-02.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: what are those blank lines sent by the mud? T3/r7/2015-10-02.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: i know tick does one T3/r7/2015-10-02.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: and a recovery.. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Martini & Tyebald Tech: carriage return/line feeds. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: having trouble marking a room as the start of an area with xrt, just says "No matching area found". Tips? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Arcidayne Tech: It's because you use xset here T3/r7/2015-10-02.txt.gz:{chan ch=tech}Arcidayne Tech: Er, xset mark T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: ... so I did it before posting in tech, and it gave back No matching area found. 2 ticks later it worked. Wat. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Arcidayne Tech: You said you were using xrt. It's xset, not xrt. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: oohhhhhhh, herp derp. Much love, situation of pebkac. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Arcidayne Tech: Usually is the case. ;) No judgement here, though. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: in my experience, almost always the case XD T3/r7/2015-10-02.txt.gz:{chan ch=tech}Jedhi Tech: xrt can be evil T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: I'm using the GMCP mapper, and I'm setting up a cexit, however it's defaulting to just trying to go west instead of doing my custom exit. Tips on what I'm doing wrong? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: for reference, I'm at Unearthly Bonds and I've completed the area goal, so I have the badge and don't have to pay the donation to get in T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: setting up a cexit to get the badge from my bag, move west, then put the badge back in the bag T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: check "mapper cexits here" and make sure all the roomids are correct T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: 23412 to 23416, which matches the mouseover on the mapper T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: and "mapper goto 23416" still just tries to go west? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Martini & Tyebald Tech: use 'mapper thisroom' to see which exits exist. I believe cexits should take precedence, but even if they don't, you can set a level exit lock if necessary. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: try doing "mapper lockexit" and setting the west exit to 300 T3/r7/2015-10-02.txt.gz:{chan ch=tech}Martini & Tyebald Tech: I'm guessing you've got some other cexit though that is being used to try and get beyond the secretary. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: that's what I would think T3/r7/2015-10-02.txt.gz:{chan ch=tech}Martini & Tyebald Tech: for $400 an hour, plus travel expenses, I will come to your house and fix it. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: when I put the level lock in, all it does is get the badge out, then doesn't move. Maybe I set up the custom exit wrong? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: mapper cexit get 1544077044 1542250038;w;put 1544077044 1542250038 T3/r7/2015-10-02.txt.gz:{chan ch=tech}Martini & Tyebald Tech: you need two semi-colons, or mush will see that as separate commands. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: you're using two semicolons when you're putting it in, correct? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: wooo, second pebkac issue! Thanks gents, I should have known better T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tech: Bishoujo Raded enthusiastically high-fives Wavering! T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: mapper is a tricky thing to master but powerful once it's set up. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: you'll be flying around doing 2 minute GQs in no time :p T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: I wish it would do mazes too! T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: yea, and I'm using it more and more and I figure the more I set it up, the more I'll get out of it. XRT is the new goto instead of runto :D T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: every 2/3rd time I get lucky with set maze exits on some zones, dem dynamic mazes T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: I guess I need to bag some more portals for <100 and beyond 100, so many areas that start with mazes or have nopassdoor exits -_- T3/r7/2015-10-02.txt.gz:{chan ch=tech}Jedhi Tech: i think max total items will be the bigger issue T3/r7/2015-10-02.txt.gz:{chan ch=tech}Stroke My Redwood Tech: you need pockets :P T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: It's already issue T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tech: Jedhi nods at Stroke My Redwood. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: I haven't got around to buy aardbag yet T3/r7/2015-10-02.txt.gz:{chan ch=tech}Stroke My Redwood Tech: aardbag is for weight management T3/r7/2015-10-02.txt.gz:{chan ch=tech}Stroke My Redwood Tech: pockets for item count issues T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: yeah I'm having this atm T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: have 100 item slots left but weight limit T3/r7/2015-10-02.txt.gz:{chan ch=tech}Stroke My Redwood Tech: so buy a bag silly T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: But dem wishes :o T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: any recommendations on a good inventory manager/sell all plugin? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Stroke My Redwood Tech: sell all is a command now :P T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: turn autoloot off, problem solved T3/r7/2015-10-02.txt.gz:{chan ch=tech}CMFP Limunious Tech: i use 'keep item' and sell all T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: lol never Khannon :D and I didn't realize it was a command now T3/r7/2015-10-02.txt.gz:{chan ch=tech}Wavering Tech: I'm too new, I need to snag every penny I can T3/r7/2015-10-02.txt.gz:{chan ch=tech}Khannon Tech: Speed gives you more pennies T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: this is cool. using my new iphone as hotspot for my laptop to aard on the highway. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: that works for old iphones too T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: Ralyn jumping in with the #wellactually T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: curious to see how much data the laptop uses - turned off as many background processes to minimize cellular data usage T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: tell me you used force touch to get aard to quest for you, that would be a new iphone feature T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: hmm force touch not sure if Mudrammer uses that feature T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: im thinking the new iphone's faster processor will make it run faster than old iphone. T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: not getting any lag so far T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: using it as a hotspot wont affect latency like that T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: I mean the phone's CPU, anyway T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: unless you have terrible cell reception T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: turn off LTE, see if you get lag T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: k T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: running speedtest.net on my laptop for shits n giggles T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: 60 ms ping, 8.40mbps down, 0.59 up T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: blowtorch is so slick, im running in gsm (edge 2g) mode atm to save battery, and i NEVeR get lagggg T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: what do you have Sprint? T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: AT&T in raleigh NC area T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: on the highway not bad T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: didnt know u could do his, using the internet from iphone via USB, not bluetooth or wifi, T3/r7/2015-10-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: yeah speedtest will kill your data plan :p T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: hehe too late T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: googled it, speedtest.net typically uses around 20mb T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: is there a way to turn off long room name descriptions to save data T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: brief T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: brief 3 T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: brief 2 :P T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cool cool how about turning off mobs that say stuff when u enter room T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: 2 is still using data :P T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: brief 3 is invali T3/r7/2015-10-02.txt.gz:{chan ch=tech}Ralyn Tech: if you are this worried about your data, don't mud on your cell phone plan T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: ok i obviously need coffee T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: yeah its that time of day for more coffee isnt it T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: u must be on east coast T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: aard use max 250 meg a month to aard, thats dirt cheap T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: on a phone that is...... T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: kik but have u tried using the cell phone data to feed laptop to play off laptop, this begs all new questions T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cant wait to scope out of my data usage from 3 hrs campainging on the highway on laptop T3/r7/2015-10-02.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: why does chrome get full of viruses? T3/r7/2015-10-02.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: all the time T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: damage 5 for less data usage T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: no, but i guese it will use far more data then mobile T3/r7/2015-10-02.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: yeah. plus on top of normal laptop usage...work laptop has a bunch of security programs and monitoring services for updating software that i cant disable T3/r7/2015-10-02.txt.gz:{chan ch=tech}Citlalin Tech: can anyone suggest a good program that pops up a daily to-do list? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Jedhi Tech: huh, here in aardwolf? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Rexyl Tech: Not a popup but I use google keep T3/r7/2015-10-02.txt.gz:{chan ch=tech}Citlalin Tech: not here in aardwolf, I can script that myself ;) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Jedhi Tech: i still do not get it. pops up how? where? when? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Jedhi Tech: but no, i do not think i can recoemmend one T3/r7/2015-10-02.txt.gz:{chan ch=tech}Citlalin Tech: something for office work T3/r7/2015-10-02.txt.gz:{chan ch=tech}Jedhi Tech: but https://todoist.com/ rocks T3/r7/2015-10-02.txt.gz:{chan ch=tech}Citlalin Tech: cool, thanks :) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: anyone knows if Mushclient there is a workaround to use aardwolf mushclient on linux ? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: wine T3/r7/2015-10-02.txt.gz:{chan ch=tech}Zetkax Tech: use wine T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: thought so T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: hoped there was a linux version for mushclient xD T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: It runs fine under WINE T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i know its a silly question, but what you ppl (those with linux) what distro are you using / like most :o ? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Zetkax Tech: i use pclinuxos T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Ubuntu Server 14.04.2 LTS T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: is there something special about pclinuxos T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: newbie on linux, so i never heard of them :/ T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: That's not surprising, there's more distributions of linux out there than you'd think T3/r7/2015-10-02.txt.gz:{chan ch=tech}Zetkax Tech: uses rpm which i prefer and its easy to remaster T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: oh i know :D T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i mean i know there is a gazilion distros out there T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: not what rpm means xD T3/r7/2015-10-02.txt.gz:{chan ch=tech}Zetkax Tech: you probably want to try ubuntu or mint T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i tried a few distros the one i loved the most is the one i can never get installed right xD T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: tried them T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i have mint on my mother and gf laptop :) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: ubuntu never rly liked them xD T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: .deb beats .rpm any day of the week :D Holy war has been instigated. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i love Archlinux but i always mess up the installation somehow T_T T3/r7/2015-10-02.txt.gz:{chan ch=tech}Creador Tech: and vi is the only editor T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: ah, editor purists T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I prefer vim, but yeah T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i'm currently installing sparky linux to give them a spin, after failling a couple times to install SteamOs -.- T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Dexetith, you can practice with Linux really easily if you set it up in a virtual machine. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: been mainly a .net dev for a while now, you don't want to know what kind of disgusting tools i use T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: oh thanks Metria :) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: did that at first :) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Creador Tech: my scoffs towards MS have lost their flare since C# T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i use red hat 6 open client at work with virtual machine for windows -.- since everyone pretty much we support have windows -.- T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: yeah, it's a good language. typescript is pretty dope too T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: since you ppl talking for languages ! T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tech: Creador :) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i have another stupid question if i may! ? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Asking if you can ask a question is indeed a stupid question :D T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: indeed xD T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i wanted to learn some coding but honestly i dont know where to start :/ since i'm amazinly bad at math and i'm afraid lol T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: my question is linux usally witch kind of codes do they use ? like c++ ? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: The Linux kernel is almost entirely C T3/r7/2015-10-02.txt.gz:{chan ch=tech}Zetkax Tech: learn lua for mushclient T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: so C not C++ ? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: you could write in any language you want on a unix based system, the question is what do you want to build T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tech: Birdbrain Metria is agreeing with that Xei person again... T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: you might not have an answer to that, but building low level stuff is going to be a lot different than building a web app or a desktop app or a mobile app T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: honestly is that i want to first learn a language, that would help me later on learning other ones (exprienced basd) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: like when you learn diff languages the more you learn the easy it get to learn a new one T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Try to think about what "genre" of things you'd like to make. Desktop apps? Phone apps? Web stuff? System admin scripts? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: C isn't a bad one, or C++, but there are a lot of "gotchas" in those languages - newer "modern" languages are a little more newbie friendly T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i would like to be able to understand how linux runs, and eventually build programs for my linux T3/r7/2015-10-02.txt.gz:{chan ch=tech}Creador Tech: thing is there's different "forms" of languages, by that I mean like functional, object-oriented, etc T3/r7/2015-10-02.txt.gz:{chan ch=tech}Zetkax Tech: learn C if you want to understand whats under the hood of the linux OS T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tech: Creador is agreeing with that Zetkax person again... T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: ok ! thanks so much :) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: C as your "beginner programmer" language is pretty harsh though, and if you start out trying to figure out the linux kernel or system calls you're gonna give up. T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: can't really go wrong "knowing" C, practically everything is using that under the hood T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: but you might not want to become an expert in it, necessarily T3/r7/2015-10-02.txt.gz:{chan ch=tech}Slightfly Tech: can someone using mushclient tell me how to add macros like "alt 1" "alt 2" to quaff certain potions T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: oh no, its not like i'm gonna dive in the deep, just wanted to figure out witch coding language i should focus first :) and i will try C :) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Creador Tech: Slightlfy, Macros (Shift-Ctrl-2) T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: i'd recommend signing up for some kind of tutorial service - personally i've had good success with pluralsight.com, but there are others out there. there are free services, that one is like 30 bucks a month or something T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: but taking high quality tutorials is going to give you the context/background needed to be successful T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: and a heck of a lot cheaper than going to school T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: You can also set up "accelerator keys" with Mushclient, although there's no in-game interface for that T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: aw i lost that 2 tells on tech cause i was running :/ T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Dex, type tech -h 5 T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i'm to old for school xD T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: aw ! thanks :D T3/r7/2015-10-02.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: and turn on catchtells! T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: eh, school's overrated :P T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: tell me about it :P T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: did not finish it sadly T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: but hey i still got into IBM xD not that is hard nowdays >_> T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: oh, another good language that's super simple (but also really powerful) is Go (or "golang") T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: golang ? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: language developed at google, excels at high performance web services T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: i'll take a look on that T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: aha ! T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: thanks everyone for the info ! T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: but it's a very simple programming language, the environment is easy to get set up, and there aren't a lot of "traps" T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: np T3/r7/2015-10-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What, we're not going to suggest brainfuck or LOLCODE? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: rly need to go to sleep i'm working this weekend :/ T3/r7/2015-10-02.txt.gz:{chan ch=tech}Dexetith Tech: brainfuck lolcode ? T3/r7/2015-10-02.txt.gz:{chan ch=tech}Tech: Dexetith :O T3/r7/2015-10-02.txt.gz:{chan ch=tech}Xei Tech: they're silly novelty languages T3/r7/2015-10-02.txt.gz:{chan ch=tech}Slightfly Tech: still not totally understanding the alias helpfile T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: malbolge. bujah. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: anyone knows how i can enable MCCP on a normal telnet on a normal linux terminal :/ ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: there are a couple of proxy-server proggies, but thats about it. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Trachx Tech: are you going to stream telnet into some kind of compress tool ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Creador Tech: ... like you're going to manually compress it? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Trachx Tech: why don't you just use tintin (linux client) ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: well i cant do much, cause this is a work laptop xD T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: i'm not allowed to install anything >_> T3/r7/2015-10-03.txt.gz:{chan ch=tech}Creador Tech: https://xkcd.com/378/ T3/r7/2015-10-03.txt.gz:{chan ch=tech}Trachx Tech: are you allowed to mount usb devices ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: ofc not xD T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: does 'putting a file on the thing and running it' count as installing? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: otherwise i would run tails xD T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: sadly yes T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mr. Robbo Tech: copy con: autoexec.bat T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: that makes it a little more difficult. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: set up a linux vm on your home desktop/laptop, ssh into it from work, use tintin? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Creador Tech: can you create virtual machines, like with virtualbox? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: Creador is agreeing with that Algaru person again... T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: if you have access to another linux box, you could run the proxy on that one... T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: yeah i can create virtual machines but those are monitored too T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: can you explain me how i can connect to my work laptop with ssh ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: are you mudding from prison library ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Creador Tech: do you work for the CIA? :) T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: ahahaha T3/r7/2015-10-03.txt.gz:{chan ch=tech}GreenAcid Tech: Credit card company? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: no from IBM >_< T3/r7/2015-10-03.txt.gz:{chan ch=tech}Creador Tech: lol close enough T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mr. Robbo Tech: My company is just as restictive, sadly... so I work from home and use two PCs! T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mr. Robbo Tech: MUAHAHA! T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: teach me sensei ! T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: they dont allow me home office yet xd T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: after next week >_> T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: what i was suggesting was sshing *from* your work laptop to a different machine you have at home - are ssh/telnet connections monitored? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: though i guess if you can't install putty then it doesn't work anyways T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: we have putty xd T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: they can easily track where you are connecting to, but shouldnt be able to see the contents. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: ah, nice T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: then - what you would do is this: on your HOME desktop/laptop, install a linux vm. you can do whatever you want with it T3/r7/2015-10-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: SSH is encypted, can't see the contents, but telnet is plain text. Trivial to see. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: so install tintin or whatever T3/r7/2015-10-03.txt.gz:{chan ch=tech}Creador Tech: but there's almost always a good reason to get a ssh client... it's *secure* lol T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: leave it on all the time... and from your work laptop, ssh into your vm, and you can use tintin via command line T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: can i use wined aardwof mushclient ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: possibly, but i've never tried T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: thanks Algaru you gave me some food for thought ^_^ T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: no problem! T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: glad i was helpful to someone for once, haha T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: i do almost exactly the same thing - had to make a minor change in my proxy proggie to allow remote incoming connections, but otherwise it works great. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: is muchclient considered ssh ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Trachx Tech: I think you should use vnc for that T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: vnc :o ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: here's an option too. can you make an rdp connection to your home computer? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: then you can skip the vm part completely T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: remote desktop? eww. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: 1 sec gotta pick up food order T3/r7/2015-10-03.txt.gz:{chan ch=tech}Madcatz Tech: lots of people use MUSH in Wine T3/r7/2015-10-03.txt.gz:{chan ch=tech}Van Tech: I am :) T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: shrug... it actually works reasonably well T3/r7/2015-10-03.txt.gz:{chan ch=tech}Hisha Tech: no complaints here T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: but using MUSH in wine means that you're not just sshing into the box...you'd have to tunnel x11 on the ssh T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: and, you'd have the added benefit of benig able to use mushclient using a ui, without having to set up anything T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: the aard MUSHclient package is developed by a guy that exclusively uses it under wine ;-) T3/r7/2015-10-03.txt.gz:{chan ch=tech}Algaru Tech: something to consider at least T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: yeah, if your home computer is using Windows, then screw a linux VM and RDP to it T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: or throw teamviewer on it T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: I love the fact that the linux teamviewer client is actually just running it in wine T3/r7/2015-10-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Related question, is there any way to have putty turn display on if it's toggled off by power saving settings? T3/r7/2015-10-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Computer not sleeping or anything... T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: no T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: i use SparkyLinux on home :o T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: power settings are looking for input from mouse/keyboard, putty can send/receive text, but doesn't pretend to physically type it...but you wouldn't need putty to, putty is for where you're sitting, not for where you're connecting to...if you're sitting there, then touch something T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: if you're not sitting there, then the screen doesn't matter T3/r7/2015-10-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: More I want it to turn the screen on when a bell comes through. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: it has "visual bell" where it will flash the window...you could test to see if that might turn the screen on (I doubt it)...but the downside of that is that it's either/or, so you would no longer have an audible sound for bell T3/r7/2015-10-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Yeah I tried, it doesn't. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Zoela Tech: Is there a way to just list my next campaign monster instead of all the ones I have left? (Like the head or tail linux command) T3/r7/2015-10-03.txt.gz:{chan ch=tech}Qbano Tech: Where can I change the backround picture in mush? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: check out http://abelinc.me/aardclientfaq T3/r7/2015-10-03.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is there an abelinc faq too? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: where we can learn more about you? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: http://nsaard.me T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: all you need to know about me :-0 T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: Barbafappa Pleiades goes ooOOooOOoo. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: Remember, wherever you go on Aard, Abelinc is watching you! T3/r7/2015-10-03.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: NSAbe? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Turie Tech: Abelinc is MIA. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: anyone that using mushclient from linux ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Zetkax Tech: yes T3/r7/2015-10-03.txt.gz:{chan ch=tech}Zetkax Tech: i am from linux T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: can you tell me how to fix the plugins please ? when i run mushclient all the aardwolf plugins dont run :/ (i run it with wine) T3/r7/2015-10-03.txt.gz:{chan ch=tech}Zetkax Tech: not a linux question T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: does your muchclient works fine with all the plugin when run from linux ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Zetkax Tech: yes T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: Dexetith / T3/r7/2015-10-03.txt.gz:{chan ch=tech}Van Tech: Yes T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: any tips for me how i can get mine to work ? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: off T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: miss T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: ?_? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Creador Tech: did you install any extra plugins? maybe that broke the stock ones T3/r7/2015-10-03.txt.gz:{chan ch=tech}Zetkax Tech: not really sure what problems you are having T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: no i did not touched anything, just downloaded from aardwolf.org webpage run it with wine, and the plugins dont start :/ T3/r7/2015-10-03.txt.gz:{chan ch=tech}Yoshi Tech: maybe his plugins are located on a separate drive from his mush client T3/r7/2015-10-03.txt.gz:{chan ch=tech}Yoshi Tech: did u install plugins? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: no i did not , i'm just getting an error saying that the xml file have a wrong path T3/r7/2015-10-03.txt.gz:{chan ch=tech}Yoshi Tech: try reinstalling the plugins T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: i have no idea how xD T3/r7/2015-10-03.txt.gz:{chan ch=tech}Yoshi Tech: file -> plugins -> add/remove T3/r7/2015-10-03.txt.gz:{chan ch=tech}Creador Tech: hmm I wonder if this has to do with how you launched it.. did you cd to the mushclient directory before you ran it, or did you launch it with a full path T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: i think i made it work somehow xD T3/r7/2015-10-03.txt.gz:{chan ch=tech}Yoshi Tech: the file path was probably wrong T3/r7/2015-10-03.txt.gz:{chan ch=tech}Dexetith Tech: yeah reinstaling manualy the plugins worked T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: what's the command to make your guy wait X seconds in between actions on a cexit? T3/r7/2015-10-03.txt.gz:{chan ch=tech}GreenAcid Tech: mapper help exits T3/r7/2015-10-03.txt.gz:{chan ch=tech}Nokfah Tech: try action1;wait(#);action2 T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: do I also need to set up the cexit_wait in addition to that or is the 2 second wait after your actions are parsed T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: nvm, I'll just test it and stop being lazy T3/r7/2015-10-03.txt.gz:{chan ch=tech}GreenAcid Tech: cexit_wait gives the cexit more time to complete, Nokfah's solution puts wait in the middle of a speedwalk, you will probably want to use cexit_wait as well T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: mapper cexit adds the wait time in, so you don't have to, just tested it T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: Using this and it does the wait, but then doesn't move, what am I doing wrong? mapper cexit wait(4);;open w;;w T3/r7/2015-10-03.txt.gz:{chan ch=tech}Nokfah Tech: hmm, maybe remove the ;'s after the wait, might not need it T3/r7/2015-10-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: no, you need the double ; otherwise will send another command to the mud T3/r7/2015-10-03.txt.gz:{chan ch=tech}Nokfah Tech: different story with the wait() command I think though T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: gave this "CEXIT FAILED: Custom Exit wait(4)open w;w leads back here!" in response T3/r7/2015-10-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: oh never mind you said after wait command, please ignore me T3/r7/2015-10-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: where are you trying to put the cexit in? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: I'm at Annwn, trying to set it up so that if I'm going to the boat it will give the gold to the innkeeper, wait until he comes back and gives me the head gear, wear it, then go west to the dockmaster or whatever he's called T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: i would do it with a 2-stage setup. walk, activate trigger, let trigger finish. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Arcidayne Tech: And you'd be doing it stupidly. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Gener Tech: yes i did that with a trigger T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: it would be done by now :p T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: just plop a wait in there, I think 7 seconds worked for me T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: Arcidayne nods at Bishoujo Raded. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: deleted now because I did the goal, but you just put a wait in the middle. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Arcidayne Tech: Just make sure you double up the semicolons. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Arcidayne Tech: But do the goal, much easier. :D T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: lol is the reward a portal? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Arcidayne Tech: No, the reward is you don't have to pay to get to the docks. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: no, just lets you skip the weird mask step T3/r7/2015-10-03.txt.gz:{chan ch=tech}Arcidayne Tech: You just go to the first room, say 'docks' and you're transported there. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: shiny, aiight, I'll stop messing around with this and just do my quest then and come back for the goal later T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: there's a bunch of goals that just let you skip tedious parts - Annwn, Bazaar, Kingsholm, etc. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Ullin Tech: one of those goals that you are really forced to do if you cp... T3/r7/2015-10-03.txt.gz:{chan ch=tech}Wavering Tech: thanks for the help anyway T3/r7/2015-10-03.txt.gz:{chan ch=tech}Arcidayne Tech: None you're forced to do, even if you cp... T3/r7/2015-10-03.txt.gz:{chan ch=tech}Ullin Tech: either do it, or be annoyed for life T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: the time it saves adds up though T3/r7/2015-10-03.txt.gz:{chan ch=tech}Endymion Tech: naa my cexit works just fine T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: even if it would take several hundred CP mobs to make up for the time investment T3/r7/2015-10-03.txt.gz:{chan ch=tech}Endymion Tech: but yes the time sucks if on GQ T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: getting off topic, but there are lowbie campaign-easing goals worth doing in Bazaar, Giant's Pet Store, Kingsholm, and Citadel, among others. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Ullin Tech: surprising knossos doesn't have a similar thing to override the stupid pass thing T3/r7/2015-10-03.txt.gz:{chan ch=tech}Ullin Tech: masquerade...goal is horrible, but at least you have no problem in getting to ball / house T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: yup, Masq too. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Ullin Tech: what's the other area with 3 portals..where you need to get items if you haven't done the goal T3/r7/2015-10-03.txt.gz:{chan ch=tech}Arcidayne Tech: Talsa. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: Talsa has two portals but several item AQ things T3/r7/2015-10-03.txt.gz:{chan ch=tech}Turie Tech: Talsa has 3 portals. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Arcidayne Tech: Have to pay to get places anyway in Talsa. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: item retrieval before goal, pay after goal T3/r7/2015-10-03.txt.gz:{chan ch=tech}Ullin Tech: yes, I think these are all goals worth doing to remove annoyeance T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: have quick question, I've set variables for my portal item and portal bag, for some reason one of my portals simply refuses to work with alias which takes an item from set variable bag, usus, puts back etc, it tries to perform same action with old portal bag, and doesn't even really execute full alias correct, what can cause interfereance? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: sounds like theres an alias getting called in the middle somewhere? maybe you have a separate alias for that specific portal? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: duplicate names for portal/bag, or are you using item id numbers? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: I've used ID's T3/r7/2015-10-03.txt.gz:{chan ch=tech}Birdbrain Metria Tech: That's really hard to answer without seeing the alias in question T3/r7/2015-10-03.txt.gz:{chan ch=tech}Mannec Tech: and exactly the same command works with most things, but not that specific portal? check for an extra alias leftover from before the new method was put in. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Endymion Tech: there could be some mud response, like 'you cant do that' maybe? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: Yeah I did 2 portals, with 2 set alias, one to take it in bag, hold, enter, use pitem, put back in bag, then 2nd alias, which makes it mapper portal T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: / get %1 ortal_bag hold %1 enter hold portal_item put %1 ortal_bag T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: well that didn't go well T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: > get %1 portal_bag hold %1 enter hold mportal_item put %1 portal_bag T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: that's first alias T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: just imagine that actually looking correct :P T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: khannon: are you using bast's eqdb? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: possibly, not intentionally, I've only used couple of his plugins T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: I'll check it T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: eqsets would enable it T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: yeah it's enabled T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: OK, one of its features is that it tries to know what container things are in... T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: hah T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: I disbaled it, gonna check now T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: it'll take "get " and it'll turn that into "get " T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: oh wow your genius T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: Khannon claps at your performance. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: nou T3/r7/2015-10-03.txt.gz:{chan ch=tech}Endymion Tech: dont feed the animals! T3/r7/2015-10-03.txt.gz:{chan ch=tech}Khannon Tech: to figure out what could be wrong with that so, so given information :o T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: watch tech channel long enough, and you'll see patterns of symptoms T3/r7/2015-10-03.txt.gz:{chan ch=tech}Endymion Tech: Abe, it hurts when I do this.. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: then don't do that T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: You bow deeply. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Endymion Tech: Genius! T3/r7/2015-10-03.txt.gz:{chan ch=tech}TrEz Tech: this indexer process windows has T3/r7/2015-10-03.txt.gz:{chan ch=tech}TrEz Tech: is giving me cancer with the 15% cpu all the time T3/r7/2015-10-03.txt.gz:{chan ch=tech}Sneak Tech: thats why you go Mac. T3/r7/2015-10-03.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Disable it, Trez? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: Endymion pukes. T3/r7/2015-10-03.txt.gz:{chan ch=tech}TrEz Tech: but Mac is overpriced and for asians! T3/r7/2015-10-03.txt.gz:{chan ch=tech}TrEz Tech: I can remove the process but it comes back on T3/r7/2015-10-03.txt.gz:{chan ch=tech}Sotura Tech: that's why you go asian T3/r7/2015-10-03.txt.gz:{chan ch=tech}TrEz Tech: disabling search service does nothing, it's still there AND I cant search for stuff :P T3/r7/2015-10-03.txt.gz:{chan ch=tech}Birdbrain Metria Tech: http://superuser.com/questions/73204/correct-way-to-disable-indexing-in-windows-7 T3/r7/2015-10-03.txt.gz:{chan ch=tech}TrEz Tech: it's about disabling the indexing service T3/r7/2015-10-03.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Yes? T3/r7/2015-10-03.txt.gz:{chan ch=tech}TrEz Tech: [03 Oct 22:57:18] TrEz Tech: disabling search service does nothing, T3/r7/2015-10-03.txt.gz:{chan ch=tech}TrEz Tech: :) T3/r7/2015-10-03.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: ohai T3/r7/2015-10-03.txt.gz:{chan ch=tech}Birdbrain Metria Tech: The page I linked had more steps than simply disabling the service T3/r7/2015-10-03.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is there an aardwolf version for mudlet? T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: there's MAG T3/r7/2015-10-03.txt.gz:{chan ch=tech}Shaelynne Tech: i think there was some sort of package for it, but when I was trying to use that it never worked. i just witched to wine/mush T3/r7/2015-10-03.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: maybe I am wrong, but wine/mush seems to use a lot of resources/battery T3/r7/2015-10-03.txt.gz:{chan ch=tech}Endymion Tech: all your cycles are belong to mush T3/r7/2015-10-03.txt.gz:{chan ch=tech}Tech: aard player support for Mudlet is pretty nonexistent, so you'd be on your own with pretty much everything that you wanted to do T3/r7/2015-10-04.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: or maybe I should try tintin or tf again :P T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: that too, but really you should be good with MUSH under wine...lots of players use it that way as primary (including Fiendish) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: is there any way to set up custom xrt destinations? T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: ye T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: other than xset mark? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: xset mark will set the xrt destination T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: why "other than"?...that's the command T3/r7/2015-10-04.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: it's very resource intensive though T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: sounds hawt T3/r7/2015-10-04.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Are you asking for ways to set arbitrary runto landmarks? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: specifically, if I xrt aylor, say, I want it to go to recall, but I'd like an xrt quest T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: that's not xrt T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: but if that's not supported, I'll just set up an alias T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: make an alias for mapper goto (which is what xrt is) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: yea I know, just lazy and wanna use one command, but it's all good T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: xrt is not part of the mapper...it's an extension made by a player to specifically use mapper commands to shortcut going to an areaname T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: I know, was just hoping it'd allow you to set up a custome keyword for it, that's all T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: custom* even T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: it's not "for it"...it only lets you go to areas T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: you can set custom start locations T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: then xrt will bring you there T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: read the help file I dont remember the syntax T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: yea, I do that anyway T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: but you can do it if that's what you asking T3/r7/2015-10-04.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Set up a mushclient alias called "xrt whatever" and then have it do mapper goto xxxx T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: it's not, but we're good T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: thanks Metria T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: actually iunno what you're trying to do T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: Metria's got it T3/r7/2015-10-04.txt.gz:{chan ch=tech}Veritheia Tech: use xmapper move 32458 to get to the questor in aylor T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: xrt will run to 'start' of area, you can tell it where this 'start' is T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: for anything else just mapper goto aliases T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: aite T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: i just have a quest for 'rtq' which does 'mapper goto 23458' T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: he's looking to, for example, be able to xrt athens, sparta, etc. in greece T3/r7/2015-10-04.txt.gz:{chan ch=tech}Veritheia Tech: figure out what the roomid is and set up an alias T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: sub-area or specific oft-used rooms in an area T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: alias* T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: jesus guys, I said I got it :P T3/r7/2015-10-04.txt.gz:{chan ch=tech}Nokfah Tech: actually,'xrt questor' should take him to the questor in aylor since it defaults to 'rt ' if it cannot find the area supplied to xrt T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: nah, doesn't work like that Nokfah, just says no matching area found, but it's cool I'll just set up an alias and use the mapper goto T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: xrt questor works for me, jesus T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: maybe I'm using an outdated xrt script then? I forget who I fingered to get the link, but it was an updated one from the original T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: Hmm. You could swear Nokfah has been here just a second ago. You wonder where he went ... T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: winklewinkle, although nokfahs is what you should use now T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: as winkle's won't work with the current aardMUSH T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: yea, that's the one I'm using, no idea why it won't pick up the xrt questor then T3/r7/2015-10-04.txt.gz:{chan ch=tech}Nokfah Tech: heh, looks like I don't have that block of code in the version I have in my finger T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: Nokfah puts his finger in his mouth and says, "Oopsie! Did I do that?" T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: You smirk. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: XD T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: any chance you could pastebin it when you get a chance? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: 4.96 4life T3/r7/2015-10-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: 4.81! T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: or you don't have it in your version period Nokfah?> T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: <= 4.96 4ever T3/r7/2015-10-04.txt.gz:{chan ch=tech}Nokfah Tech: Adding it now. 3 mins. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: much love Nokfah <3 T3/r7/2015-10-04.txt.gz:{chan ch=tech}Birdbrain Metria Tech: If you have not done xset mark, does it still take you to a random-ass room? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: it was for me, so I've just gotten in the habit of every time I go to a new area, doing an xset mark at the first room T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: using old mush? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: it should be the most recent timestamp T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: least recent :P T3/r7/2015-10-04.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I'd much prefer it error out and tell me I haven't marked the first area rather than running me someplace bad T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: winkle's never should've gone to a random room T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: I've run into issues where I'll explore an area and hit a dead end T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: so I recall out, and xrt back, aaaaaand T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: end up right back in the dead end XD T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: least?? xset updates the record/timestamp and bumps it to top T3/r7/2015-10-04.txt.gz:{chan ch=tech}Nokfah Tech: updated the file if you want to give it a shot, Wavering T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: no, other way around endy T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: thanks Nokfah, on it now T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: it updates the record with an artificially-old date T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: it assumes the first room you visit is the first room in the area T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: same drive link? Isn't showing a new last modified date T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: but nokfah's doesn't use the date (since date was removed from the database) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: it doesn't exist anymore, Wavering T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: oh, nvm T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: misread what you said T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: np Madcatz T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: and ignore me, I'm blind T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: was looking at the folder going, hurr durr, date hasn't updated T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: thanks much Nokfah, updated code works just fine T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: Nokfah gives a thumbs-up to Wavering. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: oh wow i saw the update query and assumed it was setting it to current time - good to know thank you T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: think evil is left good is right, Corricon T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: mis T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: if it set to current time, and the lookup used latest time, then every explored room would always reset the mark T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: is there anyway to transfer your map file to someone else? Buddy of mine might play with me, and I can get him set up on the plugin's easy but I wouldn't mind getting him hooked up with some of the mapping I've done as well T3/r7/2015-10-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: just copy the db as mentioned in upgrade page in wiki T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: go to the aard website, click the screenshot, click download client...that page tells how to migrate everything T3/r7/2015-10-04.txt.gz:{chan ch=tech}Wavering Tech: is the db just the map? what else will he be getting from it? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: portals T3/r7/2015-10-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: but those need to be changed. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: depending on how you write them T3/r7/2015-10-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: dependless on how you write them, he will get them anyways. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Khannon Tech: so happy finally fixed my portals, any future chages will be very easy T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: he will get them...whether or not they need to be changed depends on how you wrote them T3/r7/2015-10-04.txt.gz:{chan ch=tech}Odorless Nuanse Tech: that I agree with :) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: good, cuz that's what I wrote :P T3/r7/2015-10-04.txt.gz:{chan ch=tech}Jedhi Tech: anyone using tintin++ mapper? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tofting Tech: anyone got a clue why i get disconnected straight away? I'm on blowtorch T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: how r u mudding now T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: anyone know how to copy bast eqset db to new version of mushclient T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: Does it use an actual database, or is it just in the state file? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: (never used it) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: the state file just has variables about the plugin T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: not sure which DB it uses or where the file is located T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: trying to figure that out :p T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: if it doesn't use an actual database, then the state file is in world\plugins\state T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: would just need to copy that T3/r7/2015-10-04.txt.gz:{chan ch=tech}Madcatz Tech: You can figure out which one it is by editing the plugin -- near the top will be the ID T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: yeah its not the state file T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: like i said state file contains variables, like position etc T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: none of the actual data about eqsets T3/r7/2015-10-04.txt.gz:{chan ch=tech}Trachx Tech: so either look for *.db file or check aardwolf.mcf file T3/r7/2015-10-04.txt.gz:{chan ch=tech}BluMalice Tech: Look inside the Logs folder. You will find eq.db. That's the database file you should copy to the new mush's Logs folder. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: mcl? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: thanks!! T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: thats it :) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Darling Defines Tech: i thought there was one just couldnt find it lol T3/r7/2015-10-04.txt.gz:{chan ch=tech}Avitus Tech: in mush client, when you add a cexit to a room, do you also need to add an opposite cexit for the room on the other side of the cexit, or is it added automatically? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Arcidayne Tech: You need to do it manually. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Arcidayne Tech: The mapper has no way of knowing what the opposite direction will be. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: most cexits aren't "two-way" T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: like there may be "enter cave" on one side, and "exit cave" on the other T3/r7/2015-10-04.txt.gz:{chan ch=tech}Avitus Tech: ahh. that makes sense. most of the time it will be the opposite geographic direction, but not always. makes sense T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: cexits aren't geographic directions T3/r7/2015-10-04.txt.gz:{chan ch=tech}Arcidayne Tech: When you open doors, they are, Magna. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Avitus Tech: true. they don't have to be T3/r7/2015-10-04.txt.gz:{chan ch=tech}Arcidayne Tech: You have to create cexits for doors, too, if they don't allow passdoor. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: opening doors aren't really cexits...MUSHclient doesn't consider that to be opening doors T3/r7/2015-10-04.txt.gz:{chan ch=tech}Arcidayne Tech: So you wind up doing open east;east and the like. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Avitus Tech: i have created cexits for al sorts of things (giving money to a mob, special exit commands, etc...) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: that's what humans consider it to be, not anything based in reality T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Avitus Tech: is there any way to get the mushclient mapper to navigate through a maze with random exits? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Arcidayne Tech: Nope. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Crej Tech: anyone know how to page the page command play a sound. if my manor bell is run I hear a bell but not page? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Crej Tech: anyone know how to get the page command play a sound. if my manor bell is run I hear a bell but not page? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Set up a trigger in your client? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Crej Tech: can some one send me a test page please T3/r7/2015-10-04.txt.gz:{chan ch=tech}Hankunaku Tech: anyone knows how to change font in mushclient ? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Of the main window? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Hankunaku Tech: yes for some reason my font is messed up :/ T3/r7/2015-10-04.txt.gz:{chan ch=tech}Birdbrain Metria Tech: alt-5 T3/r7/2015-10-04.txt.gz:{chan ch=tech}Crej Tech: right click the window change font T3/r7/2015-10-04.txt.gz:{chan ch=tech}Veritheia Tech: bsp (bast spellup) disables all spells on remort - anyone know a quick way to reenable them all, or prevent bsp from setting them to disabled? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Ignore Talia Tech: someone once gave me a trigger or some sort of short zmud code that kept me online without spamming, anyone have it? It seems to have vanished from my zmud T3/r7/2015-10-04.txt.gz:{chan ch=tech}Ignore Talia Tech: in other words I want to be able to idle without being kicked off :P T3/r7/2015-10-04.txt.gz:{chan ch=tech}Arcidayne Tech: Your eyes glaze over ->#CR T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: Ignore Talia snickers softly. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: everyone knows you're supposed to shake your head to counteract eyes glazing over T3/r7/2015-10-04.txt.gz:{chan ch=tech}Ignore Talia Tech: darnit there was a real code thingy, it didn't make me do anything :P T3/r7/2015-10-04.txt.gz:{chan ch=tech}Mr. Dash Tech: just make a timer that sends a blank line every 10 minutes. tada T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: no timers! T3/r7/2015-10-04.txt.gz:{chan ch=tech}Ignore Talia Tech: yes. I don't know how to do that. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: you need a trigger, based on the text that Arcidayne gave you T3/r7/2015-10-04.txt.gz:{chan ch=tech}Ignore Talia Tech: OK, have gotten help. Thanks everyone :P T3/r7/2015-10-04.txt.gz:{chan ch=tech}Mannec Tech: aww, an actual zmud question, and i missedit :( T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: I prefer #ALARM over a trigger...dunno why endymion said no timers, timer is the better answer to parsing every line that the MUD sends looking for matches T3/r7/2015-10-04.txt.gz:{chan ch=tech}Shelkin Tech: I was able to login from a windows machine earlier, I was using MUSHclient. Now that I am back on my linux box with mudlet I am getting extra stuff, like double exits, channel info in braces, etc ... any way to toggle that? T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: a 10 minute timer to send #CR is the more-efficient anti-idle T3/r7/2015-10-04.txt.gz:{chan ch=tech}Mannec Tech: i agree. of course, timers are a little wonky to get right the first time... T3/r7/2015-10-04.txt.gz:{chan ch=tech}Lasher Tech: try 'tags off' Shelkin T3/r7/2015-10-04.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Then you need a trigger to turn the timer off when you start writing a note T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: a trigger to send #cr on your eyes glaze over is more efficient T3/r7/2015-10-04.txt.gz:{chan ch=tech}Shelkin Tech: Awesome, thanks Lasher :) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: no it isn't, red T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: although tags off will break MAG if you're using it T3/r7/2015-10-04.txt.gz:{chan ch=tech}Mannec Tech: nah, the glaze trigger has to process every line the mud sends - way less efficient. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: but sending a carriage return when you're actively playing gives you a bit of command lag which is unnecessary! T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: and for using just #CR, rather than those looks, etc. means that it's not horrible if it's not disabled during note writing...a single extra line break in the note T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: actually it doesn't T3/r7/2015-10-04.txt.gz:{chan ch=tech}Mannec Tech: there isnt any significant lag on an empty command - i would be at most the same lag as get/put, which is to say - it isnt likely to matter. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: yea, it's command lag T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: the minimum amount T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: makes a world of difference if you're one pulse late in killing a gq mob ;) T3/r7/2015-10-04.txt.gz:{chan ch=tech}Mannec Tech: you can fit what, 6 or 8 minimum lag commands in a single combat round? its negligible. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: good luck with that...of course the trigger can make you one pulse late because of parsing lag T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: ok, we have different views T3/r7/2015-10-04.txt.gz:{chan ch=tech}Mannec Tech: /almost/ never happens. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: 23 min lag commands in a combat round T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: i've lost a number of gqs as a result of 1 pulse difference T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: no, you think you have T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: no, i know i have T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: so the other person had a pulse, and beat you T3/r7/2015-10-04.txt.gz:{chan ch=tech}Mannec Tech: on a guaranteed first-hit kill, you might possible see a 1-pulse lag matter... otherwise, the combat round time would be the relevant limit. T3/r7/2015-10-04.txt.gz:{chan ch=tech}Tech: well all of red's kills are 1-hit kills, but what he doesn't realize is that what he sees as a 1-pulse loss isn't necessarily a 1-pulse loss T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: gqs aren't about kill speed, it's about who gets to hit the mob first T3/r7/2015-10-04.txt.gz:{chan ch=tech}Redryn Tech: plenty of times i've seen a mob snatched from right in front of me T3/r7/2015-10-04.txt.gz:{chan ch=tech}CMFP Limunious Tech: did u just say plenty of times youve seen a mobs snatch? T3/r7/2015-10-04.txt.gz:{chan ch=tech}CMFP Limunious Tech: and right in front of you? T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: anybody there T3/r7/2015-10-04.txt.gz:{chan ch=tech}TrEz Tech: I have a wifi issue T3/r7/2015-10-04.txt.gz:{chan ch=tech}Useful Hadar Tech: use a beer can to boost signal, boom fixed! T3/r7/2015-10-04.txt.gz:{chan ch=tech}Endymion Tech: caution: drink beer first T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: in the mush client, how do you change the font? and the end of the line so the text goes further? i have a large screen and everything is all scrunched up T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: there isn't anyone on that can help me with the mushclient settings? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: One sec T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: ask about an old version of zmud - ill wax rhapsodic. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Cothien Tech: if i didn't lose all my zmud maps, i would be using it now =/ T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: no matter how hard a drive crashes, it wont corrupt paper :p T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Press alt + 5 to open Output settings window, check the bottom settings, the one with "wrap" T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Wrap output at column number. Mine's set to 85 T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: You can also change the font on that window T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: go for a nice italic serif, give this place a touch of class. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Cothien Tech: use wingdings for a real challange T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tech: Spongy Eadric laughs out loud at Cothien. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: i knew i guy in school who could read wingdings. wierd dude. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ashordin Tech: how do i get mushclient to use a trigger? i found the trigger menu but when i try to set it up it doesn't fire T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ashordin Tech: trying to get it to hold an item when it sees me put a portal into a bag T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: better to use an alias for that. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: have it issue both commands in order, no trigger needed. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Spongy Eadric Tech: an alias does sound better for that T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ashordin Tech: eh. wouldn't i need to do that then for every single portal i have? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: set the alias to use variables. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ashordin Tech: how does that work then, when my speedruns are using the portals rather than through my own alias? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: manual speedruns, or mapper speedruns? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: mapper can be told to use a kind of magic called 'cexits'. sadly, obsolescent zmud doesnt have that, so i cant help much there. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: basically, you tell mapper to call the alias that gets and enters the portal, and it does. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: ok... in the mushclient... how do i change the font, and the line wrap? i have a large screen, and everything is all scrunched up. and doesn't line up like when you type score its all messy and not looking good... T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Press alt + 5 to open Output settings window, check the bottom settings, the one with "wrap" T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Wrap output at column number. Mine's set to 85 T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: You can also change the font on that window T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo . o O ( wonder if they have me on ignore.. ) T3/r7/2015-10-05.txt.gz:{chan ch=tech}Spongy Eadric Tech: can I set mushclient to not assume 'enter' when i type en? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: Set an alias to 'en' T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: you could make an alias named en that does what you want it to... T3/r7/2015-10-05.txt.gz:{chan ch=tech}Spongy Eadric Tech: that's an idea! thanks! T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tech: Tricksy Bamboo goes to Spongy Eadric: "No Problem!" T3/r7/2015-10-05.txt.gz:{chan ch=tech}Spongy Eadric Tech: i don't even have to do it on mushclient..i can just do it in aard! you guys are genius! T3/r7/2015-10-05.txt.gz:{chan ch=tech}Spongy Eadric Tech: that...or i'm just.......*sigh* T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tricksy Bamboo Tech: No no, we're geniuses T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: im at least 3 of them. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Spongy Eadric Tech: lol~ thanks :D T3/r7/2015-10-05.txt.gz:{chan ch=tech}Mannec Tech: out of curiosity, what are you trying to do when 'en' gets entered? T3/r7/2015-10-05.txt.gz:{chan ch=tech}TrEz Tech: enrage prolly T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: is there anyway to stop the like gossip and things from showing in my main screen, i get them in the communication log... don't want them in my main screen as well... oh, i'm using mushclient... T3/r7/2015-10-05.txt.gz:{chan ch=tech}BobTheGreat Tech: right click the comm log, there should be an option there T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: wow... that worked wonderfully! thank you Bob! T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: what is the site or information site for the mapper? like wicklewickle or something like that? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: anyone know where to get more plugins for the mapper thing? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Bishoujo Raded Tech: finger winklewinkle T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: what sort of plugins are you looking for T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: i was told there was a plugin to help with campaigns and things T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: bah that thing T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: what other plugins are there? i am trying to learn how to use the mapper to its value T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: i have just learned about the "mapper find" command T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: adding plugins wont make you learn the mapper and its uses T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: type Mapper Help T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: mapper help is kinda confusing :-0 T3/r7/2015-10-05.txt.gz:{chan ch=tech}Bishoujo Raded Tech: it is, but it's very powerful once you figure it out T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: like how do you use portals in the mapper? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: maybe try this http://www.holgerschurig.de/games/aardmapper.html T3/r7/2015-10-05.txt.gz:{chan ch=tech}Bishoujo Raded Tech: create an alias that gets the portal from your bag, wears it, enters it, and puts it back into your bag (preferably with item ID#s), go to the portal exit room, and type "mapper portal PORTALALIASHERE", then put the level of the portal in the window that pops up. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Bishoujo Raded Tech: or, for something with better grammar, mapper help portals T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: that link also tells you how to add portals T3/r7/2015-10-05.txt.gz:{chan ch=tech}Wavering Tech: the one Ayasinda linked was very helpful for me starting out with the game, I highly recommend it T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: But it wont tell you to use an alias like Raded just did. Consult the site and use the alias as Raded explained and you are fine T3/r7/2015-10-05.txt.gz:{chan ch=tech}Bishoujo Raded Tech: I still look at "mapper help" from time to time though T3/r7/2015-10-05.txt.gz:{chan ch=tech}Odorless Nuanse Tech: as do we all.. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Hankunaku Tech: when i type mapper its an unknown command for me :( T3/r7/2015-10-05.txt.gz:{chan ch=tech}Bishoujo Raded Tech: you have to be using the Aard MUSH client and type exactly "mapper help" T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: coolies... thank you so much for all the help. i really do appreciate it T3/r7/2015-10-05.txt.gz:{chan ch=tech}Odorless Nuanse Tech: command mapper -> That is not a command. Type 'Commands' for a complete list. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Odorless Nuanse Tech: command "mapper help" shitload of information T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: i am using the mushclient from the aard-site but via WINE in ubuntu T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: that wont make a diference T3/r7/2015-10-05.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it's the same T3/r7/2015-10-05.txt.gz:{chan ch=tech}Hankunaku Tech: almost same :/ i'm using Mushclient from aardsite too via WINE but in SparkyLinux (Debian) T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: ok... just making sure :) T3/r7/2015-10-05.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it's not mush help. it's plugin help that shows up in main window. not the window help T3/r7/2015-10-05.txt.gz:{chan ch=tech}Sirona Tech: is there a way to recast spells that you "lost concentration" on when casting the first time? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Odorless Nuanse Tech: take the gmcp for spell failed and recast it T3/r7/2015-10-05.txt.gz:{chan ch=tech}Ayasinda Tech: there are plugins that can do that T3/r7/2015-10-05.txt.gz:{chan ch=tech}Odorless Nuanse Tech: winklewinkles plugin for spellup does that T3/r7/2015-10-05.txt.gz:{chan ch=tech}Odorless Nuanse Tech: finger winklewinkle for website from which you can download it. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Is there a way to set up a trigger to engage combat on a mob that a group member backstabs? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Bishoujo Raded Tech: like...before autoassist kicks in? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Yeah T3/r7/2015-10-05.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: I've tried doing something with Wildcards in MUSHClient, but it dosen't always works correctly T3/r7/2015-10-05.txt.gz:{chan ch=tech}Birdbrain Metria Tech: That might actually be considered botting. Why not just do it by hand? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: I'm not fast enough manually for it to matter. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Stroke My Redwood Tech: that is botting. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Ok then, nevermind. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Birdbrain Metria Tech: You could turn autoassist off, then do it by hand.. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: The problem is in target selection T3/r7/2015-10-05.txt.gz:{chan ch=tech}Tech: Stroke My Redwood nods at Birdbrain Metria. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Does anyone use any spellup plugins for MUSHClient? I was looking for one that has more features to it than the basic spellup command. T3/r7/2015-10-05.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What sort of features? T3/r7/2015-10-05.txt.gz:{chan ch=tech}Turie Tech: finger bast T3/r7/2015-10-05.txt.gz:{chan ch=tech}Spongy Eadric Tech: is it possible to search for rooms on the mapper that came with the mushclient that i dl-ed from the aardwolf website? T3/r7/2015-10-05.txt.gz:{chan ch=tech}TrEz Tech: ye T3/r7/2015-10-05.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Type in: mapper help searching T3/r7/2015-10-05.txt.gz:{chan ch=tech}Spongy Eadric Tech: oooo!!! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Ok I need some help here...But this is outside help T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: It is about my USB...It requires permission and yet I have used it previously on my laptop T3/r7/2015-10-06.txt.gz:{chan ch=tech}Dexter Tech: different OS's? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Dexter Tech: you use it at work? =P T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Well from time to time T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I do patch files from this laptop to my other PC T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: It doesn't allow me to open it let alone put anything in it T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Any suggestions? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Wire Tech: anyone's watching win10 devices event? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: no T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tech: Wire sniffs sadly. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: where does it take place? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: lil early here... unless it's east coast T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: anyone know how to make a ddr/stepmania pad be recognized by windows 8 usb? works in windows 7 but not 8 T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: what is ddr/stepmania? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: the dance pad thing dance dance revolution T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: oh T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: that thing abelinc uses T3/r7/2015-10-06.txt.gz:{chan ch=tech}Mowse Tech: It's not impressive unless he plays aard using the pad T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: i shldve got windows 7, doesnt work in 8 lol T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: usb doesnt recognize it T3/r7/2015-10-06.txt.gz:{chan ch=tech}Avitus Tech: i have mushclient and I just installed the plugins for WinkleWinkle Search and Destroy Triple Pack v2.8. T typed xcp to get an indexed list of my cp mobs, and that worked fine. Then I typed "xcp 1" to go to the area of the first mob and i got a run-time error "Plugin: WinkleWinkle_Mapper_Extender_2_8 (called from world: Aardwolf) T3/r7/2015-10-06.txt.gz:{chan ch=tech}Avitus Tech: Function/Sub: xrun_to called by alias Reason: processing alias ""no such column: r.date_added T3/r7/2015-10-06.txt.gz:{chan ch=tech}Avitus Tech: any ideas as to what went wrong? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Nokfah Tech: finger Nokfah, and check out the _readme file. There is a fix the mapper_extender file. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: visionaire fingered loqui too... and we all know what happened there! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tech: Nokfah looks at Barbafappa Pleiades and goes "Heh." T3/r7/2015-10-06.txt.gz:{chan ch=tech}Avitus Tech: i did a finger on Nokfah, went to the website https://goo.gl/pdcMnl, and read the _ReadMe file, but it talked about another plugin called nok3_gq_range. There is also a file in that directory called "Search and Destroy 2.8 Fix". What am I looking for and what am I supposed to do with these files? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Nokfah Tech: let's take it to tells so as to not spam everyone :) T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: is there a place where I can download a legit copy of Windows 7 for free? not looking to pirate anything, friend needs to do startup repair and has no disc. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: you can download every windows for free from microsoft site T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: gah, finally found it. thanks :p T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Anybody know how to remove the premission requirement from an USB T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: And no it is not someone else's USB it is my onw T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: what is a permission requirement from a USB? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: And no it is not someone else's USB it is my own T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: format it T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I can't T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I don't have permission T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: dont paste a whole line if 50 words to fix one random letter noone has issues reading anyways T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: format it on a linux pc T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: what aya said T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: A what?! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: ask ur parents for permission T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: or buy anotehr usb stick T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Kiki please T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: a pc running Linux as OS not Windows T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: they're cheap T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Ok how do I do that?! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: you go to a store and buy one? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: like... pick one... go to the cash register and then pay for it to complete the transaction T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: might need an adult T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Pleiades T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: Download some Linux distro and install that on the pc or in a VM or run it as a livedisk T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: change the permissions on it :p T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Ok and then I will remove the administrator thing my own USB put up? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: your USB didnt do that T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: most likely was your parents T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Well my laptop is apparently T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: who is trying to keep you out of the USB drive? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: porn T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Laptop T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: i would use a hammer :) T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is it an ironkey or a similar device? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: It won't allow me access to the USB T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: your laptop bought a USB drive and changed permissions on it for you? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: your lapotp doesn't make decisions T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: not if ur laptop has a virus T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is it an ironkey or something similar? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: UNless it is a super AI taht wants to rule a world T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: but viruses do T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Virus? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: did your laptop pass the turing test? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Will try it T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Via normal scanner or McAfee? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: anyways T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: mcafee is crap, use avast or pccillin T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: are you trying to gain access to the data on the USB drive T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: or T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: are you trying to format and repurpose the usb drive T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: mcaffee himself is crap. Strange dude he is T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I am trying to gain acess T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: he's gonna run for president T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: ok Irya repeat the following to your laptop: You're in a desert, in the sand. You see a tortoise crawling toward you... T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: what's on there that you need? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Nothing...I want to put something on it T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I even bought a new one T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: then format it who caers T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I can't! Have no permission T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: All I get is a security card which I have nothing to do T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tech: Curiosity killed the cat, but You're still snooping Bloodkiller. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: what's a security card? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: God Knows T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: get admin rights on the computer, give yourself permissions if you need them, then format the drive T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: you're the one that brought up the security card T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: what is it T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: but before we go any further T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: My tunneling adapter is damaged T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: did Trez Damage your tunneling adapter? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Does it have anything to do with the USB problems T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is the tunneling adapter used for docking? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Dunno T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: The point is...I can't put anything in my USB stick and there is an administrator sign there T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Or shield T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: so maybe you're not allowed to put anything on there? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: who is the administrator? T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: ask your parents to log in with the admin account T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: and it would not be the right choice for me or us to tell you how to bypass it T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: That is the point T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: but before we go any further... T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: What? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: are you somehow going to blame this on mush client? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bishoujo Raded Tech: are you doing an Abbott and Costello bit? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Yes! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Blame it on Donald Trump too! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: And on Brad Pitt! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: when did you first have problems with your tunneling adapter? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: because I think it's the key to it all T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I dunno I just realized it yesterday T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is there a Romantix in your area where you can get a new tunneling adapter? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Is the tunneling adaptor the problem T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: or a similar store T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I doubt T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I need a new adapter...Is that the problem? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: well T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: you said you had problems with your tunneling adapter T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: not an uncommon problem T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is the one you are currently using still under warranty? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Not anymore I think T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tech: Barbafappa Pleiades goes, "Hmmmm." T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: otherwise I'd say.. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: clean it off and bring it back to the store T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I need a new tunneling adapter is that why my own laptop or my own USB stick does not allow permission T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I guess you could look at it that way T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: if it doesnt fit, you could see that as not allowing permission T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: have you tried a different size? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Of what? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: USB Stick? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: tunneling adapter T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I dunno how the hell that looks like! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: but then how do you know it's broken T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I think it is the tunneling adapter T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: My laptop says so T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I just scanned it again and it says it is damaged T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: make sure you renew tunneling permit too T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: cant dig without one T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: so you got a fancy model T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Yeah T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: kind of like a fitbit... it gives extra data T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Yup T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: what did you do yesterday that broke it? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Nothing T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: it broke on its own? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I didn't turn my laptop on for 3 weeks though T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: or did you try to fit something in there that was too big? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Nope T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: 3 weeks? You said the same about 2 weeks ago when mush didn work T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: a month or so ago T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is the laptop on its period? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: I dunno T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Do they have periods? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: If they do then mine likes them a lot T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: of course they do T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: CPUs run on cycles T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: Ummm...Damn T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: What a funny little things T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: thing* T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: So the tunneling adapter is the thing of a jig where I shove my mouse and usb sticks? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: depending on how many instrcitions per second they can process T3/r7/2015-10-06.txt.gz:{chan ch=tech}Irya Tech: brb T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: how much did u guys spend on ur computers to play aardwolf T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: I bought a laptop to play aard T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: i spent $2000 T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: about T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I use my macbook for aard T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ice Ice Kilfer Tech: I found mine laying on a table at starbucks. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: or my desktop T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tech: Ice Ice Kilfer rapidly nods twice, in complete agreement. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: I bought it for only 500 T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: i built mine my comp and ended up playing just aard T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: I bought the laptop only to play aard T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: Irya, are you back? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I'm getting worried T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: he lives in africa, I think T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: maybe a lion ate him T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: and his laptop T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: lol T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: his mom called him for lunch T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: hij heeft zijn bekomst! T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: no cavetalk on public channels pls! T3/r7/2015-10-06.txt.gz:{chan ch=tech}Dexter Tech: Jari Litmaaaanen T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: poor irya, his parents caught him red handed T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: do you know his mom, TrEz? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Tech: Barbafappa Pleiades skips around going, "La la la..." T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: so does search and destroy work with the new cmud update? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ralfkayne Tech: hey guys... is there anything that can help me notice when it's time to quest? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I use an announcer with a gong T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: I have a bell T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ayasinda Tech: set a trigger and attach a sound to it T3/r7/2015-10-06.txt.gz:{chan ch=tech}Bloodkiller Tech: i use urusai urusai ursai from sns T3/r7/2015-10-06.txt.gz:{chan ch=tech}Ralfkayne Tech: okay thanks everyone T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: ok so who are the mush experts up in here? T3/r7/2015-10-06.txt.gz:{chan ch=tech}TrEz Tech: you should prolly post the question instead T3/r7/2015-10-06.txt.gz:{chan ch=tech}Xantik Tech: Is there a plugin for MUSHclient that shows spell affects? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Arcidayne Tech: Why use a plugin when aff will work? T3/r7/2015-10-06.txt.gz:{chan ch=tech}Xantik Tech: Instead of typing a command, to have a window on the screen with active spells and time left. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Arcidayne Tech: Sure, check out Bast's spellup plugin. T3/r7/2015-10-06.txt.gz:{chan ch=tech}Xantik Tech: Ok, thanks T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: hrm my stats and health bars and stuff dissapeared from mudlet:( T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: nevermind the old statmon T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: you're using mudlet? T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: i am now since im home T3/r7/2015-10-06.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: does the mapper work with that, or is the mapper for mushclient only T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: only thing i can find thats half decent for mac T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: mapper is for mush, no mapping ability in mudlet:( T3/r7/2015-10-06.txt.gz:{chan ch=tech}CMFP Limunious Tech: n T3/r7/2015-10-07.txt.gz:{chan ch=tech}Ralfkayne Tech: is there a way to put socials done onto you on a seperate screen? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Kippe Tech: there's always a way but I think you have to write your own plugin for that T3/r7/2015-10-07.txt.gz:{chan ch=tech}Ralfkayne Tech: i really don't know how to write one T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: who is the guy who has the plugins for mush! looks like im converting T3/r7/2015-10-07.txt.gz:{chan ch=tech}Kippe Tech: there are several of them T3/r7/2015-10-07.txt.gz:{chan ch=tech}Zetkax Tech: which plugin? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: winklewinkle, nokfah, bast T3/r7/2015-10-07.txt.gz:{chan ch=tech}Bloodkiller Tech: whats the best one T3/r7/2015-10-07.txt.gz:{chan ch=tech}Zetkax Tech: bast is different to winkle/nokfah T3/r7/2015-10-07.txt.gz:{chan ch=tech}Kippe Tech: they have different plugins. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: well duh :P T3/r7/2015-10-07.txt.gz:{chan ch=tech}Zetkax Tech: what do you expect the plugin to do for you? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Bloodkiller Tech: bot T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: oh, and other than those three...I use couple scripts from mendaloth T3/r7/2015-10-07.txt.gz:{chan ch=tech}Bloodkiller Tech: what do the ones from mendaloth do T3/r7/2015-10-07.txt.gz:{chan ch=tech}Zetkax Tech: nokfah is later version of winkle, you wouldnt use both nokfah/winkle at the same time .. right? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: mendaloth? fake tracker channel, instinct tracker and area repop reporter T3/r7/2015-10-07.txt.gz:{chan ch=tech}Bloodkiller Tech: whats fake tracker T3/r7/2015-10-07.txt.gz:{chan ch=tech}Kippe Tech: you expect the plugin to bot? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Tech: OMG! Bloodkiller got another gquest in his Aardwolf Bots of Speed. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it creates a new "channel" that communication log tracks too... so you dont spam your channels like gt etc. T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: so if i just downloaded the version of mush off the website, and i want to use search and destroy, should i just use the one listed on nokfahs page or use both? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Zetkax Tech: just nokfahs i believe T3/r7/2015-10-07.txt.gz:{chan ch=tech}Ullin Tech: I would really like a pup-tedium-management plugin, something like taking random monster name, and play the first search result on spotify... T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: i dont know, nokfahs isnt a file its more of like a code down T3/r7/2015-10-07.txt.gz:{chan ch=tech}Zetkax Tech: im on on older version of mush which still works with winkles original s&d - not sure about nokfah T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: oh i just downloaded the one on the aard page! T3/r7/2015-10-07.txt.gz:{chan ch=tech}Zetkax Tech: maybe download aard mushclient, download s&d and overwrite with nokfah's file ..? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I would use the triple pack, and just change the extender to nokfahs T3/r7/2015-10-07.txt.gz:{chan ch=tech}Zetkax Tech: ^^^ T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: ok if i have the newest version of mush, and have winkles triple pack installed, do i just do file ->plugins ->add and put nokfahs in there just like that? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Nokfah Tech: my extender file replaces winkle's. So you would remove winkle's mapper_extender before adding mine. T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: thanks man! T3/r7/2015-10-07.txt.gz:{chan ch=tech}Tech: Nokfah goes to CMFP Limunious: "No Problem!" T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: anyone else ave a program installing the quest tracker from winkle? I keep getting an error T3/r7/2015-10-07.txt.gz:{chan ch=tech}Arcidayne Tech: Quest tracker? From Winkle? Didn't know one existed. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Arcidayne Tech: Now if you really mean Search and Destroy, then you need to finger Nokfah and get the fixed version. T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: is there alot of errors alot of times when installing plugins with mush? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Bloodkiller Tech: i had no problems T3/r7/2015-10-07.txt.gz:{chan ch=tech}Arcidayne Tech: No. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Arcidayne Tech: Did you ever take my advice from before? T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: ok im having a hard time getting basts to load, keep gettings lots of errors T3/r7/2015-10-07.txt.gz:{chan ch=tech}Arcidayne Tech: You have to have all of Bast's in a single folder, and you install only the plugins. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Trachx Tech: you need probably need help for that plugin T3/r7/2015-10-07.txt.gz:{chan ch=tech}Trachx Tech: err need to read healp T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: anyone have the url for the mapper help files online? I would like to print them out T3/r7/2015-10-07.txt.gz:{chan ch=tech}Turie Tech: Finger Fiendish T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: What ever wrongdoings you do in your life. NEVER EVER NEVER EVER buy foscam security cam! T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: and if you do, change the default passwords T3/r7/2015-10-07.txt.gz:{chan ch=tech}Crej Tech: whats up with them T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: nothing, just some minor issues. like it's not keeping ir out. turning to watch a wall etc etc. minor issues T3/r7/2015-10-07.txt.gz:{chan ch=tech}Crej Tech: lol minor issues T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: and I agree with valyr. Always change the default password T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: if its an ip cam and you havn't changed the default passwords, check your logs - it may be someone connecting to it and messing around with it, cam-hijacking is a pretty popular thing to hack T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: but, after 1.5years of using these Totally *##"/ of uber cams. I would want to see one person that is happy with them :P T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: even if you have changed your passwords, check your access logs anyway, just to be safe heh T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I logged in and first thing was to change password. I dont let anything access my personal space without knowing what they do :P T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: funny thing is, only two of 4 does that. And dont let me start how the majority makes black to purple .. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: before you mock my review of foscam. Here is pic from right now. http://imgur.com/j5UcQ40 T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it inclides 2 person. 8 bicycles, 2 cars and alot of trees. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: looks like a cow in a snowstorm to me T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: holy cow! we have a picture of it T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ok, put it up in r/india as holy cow. referrer u/valyr of aardwolf. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: wait what T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: wait nothing, do as told :) T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: that's how it is done in army! T3/r7/2015-10-07.txt.gz:{chan ch=tech}Useful Hadar Tech: I have 2 different aux ports plugged in, one for my speakers, one for my headphone, is there a quick way (maybe bat file or something) to switch which playback device my audio is being sent to? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: what OS? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: oh, windows i assume if your talking bat file T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I once had a prog that did a difference between which aux you had a plug in. so yes. this was in win 95 system. so it would be in linux nowadays as normal. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Tech: Useful Hadar nods at Valyr. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: looks like you can do it with an AHK script - http://www.autohotkey.com/board/topic/68257-toggle-set-default-audio-device-in-windows-7/ T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: i'd be surprised if there's no powershell cmdlet to do something similar though T3/r7/2015-10-07.txt.gz:{chan ch=tech}Useful Hadar Tech: cool ill check it out a bit later, im about to record T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: hadar - http://www.daveamenta.com/2011-05/programmatically-or-command-line-change-the-default-sound-playback-device-in-windows-7/ works in windows 10, just tested it, looks like it worked in vista/7 as well, no gui required and its pre-compiled (trust at your own risk obviously) T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: the code is included if you want to compile it as an exe yourself, pretty slick T3/r7/2015-10-07.txt.gz:{chan ch=tech}Doc Holliday Tech: http://www.ademiller.com/blogs/tech/2008/12/switching-audio-input-and-output-with-powershell/ T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: looks like the keys referenecd there dont' work with 10, and from one of the comments, probably not 7 either T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: personally i'd go with the T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: oops EndPointController, at least until MS updates something to break it, if its survived this long with that undocumented api might keep going T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: is there a way to limit a mapper find search to just a single word? As in if you were searching for garden but didn't want to get A garden path T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: can rewrite the statement but I dont think the plugin has the option T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: which you probably already know T3/r7/2015-10-07.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Maybe that'd be a candidate for a new search command.. mapper findexact, or something like that. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: you can write a statement. but I think plugin does have an opinion! T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: I am looking in the help files for it, but I don't see it. I also don't remember anything that didn't use %word% in the mapper searches T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: maybe a newer version does T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: to be honest, all I know of is mapper find here T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: then dont say it does have an option T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: mapper list --> Find rooms without the known-path limits > of "area" and "find" T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: if you meant option by 'opinion' T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: it aborts after 100 entries T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: list lists rooms with more than just garden T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: Type mapper list garden, then see it abort at the bottom T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: Oh that I know of that it does have ability to show more. how. that I cannot rememer :P T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I've done it once or twice T3/r7/2015-10-07.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Am I misunderstanding? I thought the request was to search for an exact match (ie. "Garden") vs. fuzzy ("Garden", "Gardens", "In the Garden") T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: That was the question, it got a bit side tracked T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: so all you were asking was...mapper find "garden" T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ? T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: .. T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: have you even tried it T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: now actually type that T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: Found 201 targets matching '%Garden%'. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Yeah, that totally works. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: mapper find "garden" 3 T3/r7/2015-10-07.txt.gz:{chan ch=tech}Birdbrain Metria Tech: No, put in the quotes Sonet. T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: mapper find garden 233 T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: ah, so if its in quotes it does an exact! T3/r7/2015-10-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: thank you T3/r7/2015-10-07.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yes T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: is there a way to reset the sizes of all windows in mush T3/r7/2015-10-07.txt.gz:{chan ch=tech}TrEz Tech: ye there's a reset alias T3/r7/2015-10-07.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I think it's 'resetaard' or something like that T3/r7/2015-10-07.txt.gz:{chan ch=tech}CMFP Limunious Tech: awesome thanks T3/r7/2015-10-07.txt.gz:{chan ch=tech}Valyr Tech: anyone use the Aardwolf Inventory plugin? was playing around with some random ones that look interesting out there. It seemed to load ok, but didn't actually display a window like the other plugins do when you load them, wondered what I was missing T3/r7/2015-10-07.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: I've installed the Bast plugin's from his site, but I seem to keep getting the following error when working with items "Trigger function "invmon" not found or had a previous error." Did I not install a plugin correctly? T3/r7/2015-10-07.txt.gz:{chan ch=tech}Hankunaku Tech: is there a way to put a trigger on mushclient ? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: installing win7... you'll be able to format/delete partitions before that (with install) right? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: been YEARS since i installed my prev. win7 =) T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: lol T3/r7/2015-10-08.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: google windows for dummies T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: and nowadays its not quite "get to command prompt and format c: " :/ T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: aha i see old school :P T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: how come you still want win7 though ? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: worked decent enough. havent used win8... and win10 is too new, probably buggy(?) T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: well you could use win8.1 and win10 works just fine atleast did for me T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: plus i got license for win7 with just 1/3 of price. :P T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: (used student license on old one till corrupted bad enough) T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: i aint paying 119e for windows! :P T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: O.o T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: install linux :P T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: i would install ubuntu yeah T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: ewwwwww >_> T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: lel T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: but pokerclient works bad with WINE T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: basically need windows for poker/omaha tournaments. :P T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: well and figure MUSH works more stable too T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: lel xD T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: but yeah so i should be able to format old junk off right? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: yeah T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: deep format option there or just quick? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: well, i'll be seeing it in a while though :) T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: where's that mail guy carrying my Win7 media... T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: not sure about deep one, but there always options to do that T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: so how're user exp. on win10? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: stable enough and works fine as win7 ? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: everything worked fine for me T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: hmm... am i able to "jump" from win 7 to win 10 ? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: note sure, but i think so, if you have win7 official T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: you should have the option to upgrade for free to win10 yeah i thknk T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: yeah i (think) it should be official one. :) T3/r7/2015-10-08.txt.gz:{chan ch=tech}Spongy Eadric Tech: where do i find the option? O_o T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: meanwhile sure though, google probably should work on that :P T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: you have to search to microsoft website or atleast enable your update options n stuff, maybe you will get also a notification T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: yap ^^ T3/r7/2015-10-08.txt.gz:{chan ch=tech}Spongy Eadric Tech: wooo...anytime upgrade....sounds nice... T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: xd T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: come to think of it... windows costs basically like... 20-30% compared to new tablemachine / laptop. :P T3/r7/2015-10-08.txt.gz:{chan ch=tech}Spongy Eadric Tech: hmm..no option to upgrade to 10 .... :( *saddened* T3/r7/2015-10-08.txt.gz:{chan ch=tech}Dexter Tech: really? but should be able to upgrade to 8. just takes extra upgrade in between... T3/r7/2015-10-08.txt.gz:{chan ch=tech}Hankunaku Tech: true T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: how can i room an exit from a room? for example, in dread tower, that exit that goes up from the mage, can i remove that exit from my mapper? T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: remove an exit T3/r7/2015-10-08.txt.gz:{chan ch=tech}Valyr Tech: mudding and sysadmining do not go well together, if anyone ever looked at my history they'd wonder why I type who and 'l' all the time... although who works heh. T3/r7/2015-10-08.txt.gz:{chan ch=tech}Spongy Eadric Tech: qn, where is the 'map' saved in for the aardwolf mudclient? as in, the mapper maps T3/r7/2015-10-08.txt.gz:{chan ch=tech}Cothien Tech: main mushclient folder aardwolf.db T3/r7/2015-10-08.txt.gz:{chan ch=tech}Spongy Eadric Tech: ..what is saved there actually? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Cothien Tech: zone name, rooms, exits and notes T3/r7/2015-10-08.txt.gz:{chan ch=tech}Spongy Eadric Tech: cool! trhanks! T3/r7/2015-10-08.txt.gz:{chan ch=tech}Mr. Dash Tech: it is a dql database with room names, room numbers, area names, exits(to waht room numbers they link to), including any custom exits you add, notes you add, and portals you add T3/r7/2015-10-08.txt.gz:{chan ch=tech}Mr. Dash Tech: sql* T3/r7/2015-10-08.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Does anyone know why I keep getting an error with "invmon" while using basts plugins? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Oh! A wild WarBurger Tech: what's the command for channel tags again? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Quadrapus Tech: tags channels on/off T3/r7/2015-10-08.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: you dont need no stinkin channel tags T3/r7/2015-10-08.txt.gz:{chan ch=tech}Oh! A wild WarBurger Tech: ah thanks! T3/r7/2015-10-08.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: why are we turning off tags? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Oh! A wild WarBurger Tech: just wondering why tells aren't showing up in the blowtorch chat plugin T3/r7/2015-10-08.txt.gz:{chan ch=tech}Oh! A wild WarBurger Tech: anybody here familiar with the blowtorch chat window plugin? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: anyone got a good potion tracker plugin that will display how many you have left in your bags? Would rather have it as part of my hud instead of having to look in the bag after every few fights to make sure I'm still golden T3/r7/2015-10-08.txt.gz:{chan ch=tech}Bishoujo Raded Tech: BluMalice has a good one. go to the link in his finger and look for "Masaki Potmon" T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: ty T3/r7/2015-10-08.txt.gz:{chan ch=tech}Bishoujo Raded Tech: you need to have the potions in your inventory when you add them into the plugin, but then you can put them into a bag T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: rgr T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: anyone use Search and Destroy 2 and know why sometimes it doesn't do the scaling hunt? Sometimes it does and sometimes it doesn't T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: what is "scaling hunt" T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: with Search and Destroy it will automatically start a hunt check to figure out which where you need to do to find your quest/campaign mob T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: oh that T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: sometimes it moves on, sometimes it just sits there confused T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: hmm S&D 2 i dont even know which version of S&D im using T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: winkle winkle search & destroy 2_8 T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: i guess im using version 2 same as you 2_8? thats the plugin name T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: i guess im using version 2 same as you 2_8? thats the plugin name T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: mine just shows search and destroy_2 in the plugin window, but I might have shortened the name. No idea why I would have though T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: hmm maybe youre not using the most recent version all 3 of my winlke plugins say 2_8 T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: I lied, yea, looking at the sight now and there's a triple pack with a newer date. Off to update, we'll see if that cleans it up T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: wow... looking at the site*. Brain's retarded this morning. T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cool hpoefully that will do the trick T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: is there a way to delete an exit from room in mapper? not a custom exit, just a regular one. for example in dread tower the exit above the mage. T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: my mapper keeps trying to run me through there T3/r7/2015-10-08.txt.gz:{chan ch=tech}Bishoujo Raded Tech: mapper lockexit T3/r7/2015-10-08.txt.gz:{chan ch=tech}Maokai Tech: mapper lovkexit T3/r7/2015-10-08.txt.gz:{chan ch=tech}Bishoujo Raded Tech: set it to like 300 to never use it T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: awesome thx T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: i typed mapper lockexit, then it asks to choose the exit, then enter level, i entered lvl 300, thats how to do it i guess right? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Bishoujo Raded Tech: yup T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: aiight, so I tried updating to the other search and destroy, the one in the triple pack on winkle's google code page, and now it's losing it's shit when I do an xcp T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cool cool T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: Run-time error, xrun_to called by alias, no such column:r.date_added T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: wavering that is to be expected hang out there's a note T3/r7/2015-10-08.txt.gz:{chan ch=tech}Trachx Tech: downgrade your mush T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: board general, note read 6795 T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: u can do that to fix the error w/o downgrading mush T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: but downgrading mush is prob easier T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: telling me no such note T3/r7/2015-10-08.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: sorry board tech, note read 6795 T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: forgot that I had fixed that previously, Nokfah's got a fix up in his finger for the plugin T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: I know the portals command for the mapper will let you put in level requirements for the portals- does it pay attention to tier when figuring that, or would I have to manually change them when it comes time to tier? T3/r7/2015-10-08.txt.gz:{chan ch=tech}Bishoujo Raded Tech: it pays attention to tier T3/r7/2015-10-08.txt.gz:{chan ch=tech}Bishoujo Raded Tech: so if the portal is level 91, you always put in 91, and mapper will know that it can use it if you're T9 level 1. T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: awesome, thanks T3/r7/2015-10-08.txt.gz:{chan ch=tech}Wavering Tech: I'm a long way away from that, but I figure as long as people who seem to be in the know are on, I'd ask :D T3/r7/2015-10-09.txt.gz:{chan ch=tech}FairyTail Tech: have anyone ever used wsdl with c#? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: can anyone explain how to set an alias in mushclient? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Gorsk Tech: ctl+shift+9 T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: click add T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: in Alias type alias name T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: in send type commands T3/r7/2015-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: thank you very much. this is convenient. T3/r7/2015-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: can you create a set of variables to change what a single alias does? There's an option for it T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: a set of variables? what are you trying to do? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: say for a portal setup or spells/skills, can you add variables to alter what the alias does? Or do you have to create separate aliases for each one? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: you can add variables to an alias by placing * in the alias name and %1, %2 etc in the commands. T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: making a complete set of variables is a bit too much for me to explain right now. (I'm at work) T3/r7/2015-10-09.txt.gz:{chan ch=tech}Wardsmith Tech: Understandable. I'll give it a shot real quick and see if I can work it out from what you've said so far T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: ok so with mushclient. I have everything on a flash drive then i downloaded it to both my home, and office computer. When I play on one, and make updates to the mapper and such, do I eed to copy the entire folder again back to my flash drive to update my other copy or is there one specific file that i do? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bloodkiller Tech: just look in the folder and see what files updated recently by date and time T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bloodkiller Tech: after closing the mud T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: oh good thihnking, im not the best with computer stuff like this T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: one last thing, does anyone know if ther is a compatibility issue with th sharptracker and the newest version of mush T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: Hi there, i've done a very stupid thing. I've just deleted my mapper file on an active login. I don't really have a backup so wondering, given that the game is loaded, is there a way of backing up the currently loaded mapper filer? T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: not alot of techers on this morning. but had you tried adding it back in again with the file, plugins, add command? T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: it should be in htere T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: ive been on mush for 2 days so no where remotely close to knowledge! T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: Yeah problem is, there is no file atm. only the one that is loaded in mush T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: So i have the mapper file that was loaded when i opened mush, then i deleted it.... T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: oh u deleted the xml from the plugin folder? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bloodkiller Tech: it autoupdates once in a while i believe and shld update it if u just wait, but im not 100 % sure T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: wonder if there is a way to force an update T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: dont ever log out i guess T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: HAHAHA yeah T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: maybe the save world details T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: do you have to autobackup files that mapper makes? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: help policies and read 15th rule! T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: do you have the autoback I meant T3/r7/2015-10-09.txt.gz:{chan ch=tech}Zetkax Tech: make sure you dont play 20 hours a day! T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: I kinda deleted the whole mush folder (thought i was deleting a copy on my memory stick turns out that was the one on my computer!) T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: if you deleted the enter folder the only thing left is trying to undelete. T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: it should be in recycle bin right? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Kippe Tech: entire T3/r7/2015-10-09.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: there is a program that recovers delete files, even if its not in the recycle bin, givin u didnt over write it on the disc location with other data T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: well that's when i realised that there was a problem, when i emptied trash and some files didn't delete T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: okay mapper backup forces a new backup, phew T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: lets see if i can find it! T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: Okay, i have a backup and a mapper file. The old version before Mush updated and redid it was 15.5mb, this one is 9.4mb hopefully that's not lost data T3/r7/2015-10-09.txt.gz:{chan ch=tech}Tiger of KiKiKaiKai Tech: data does not really get 'deleted' from Hdrive, the operating system just ignores it T3/r7/2015-10-09.txt.gz:{chan ch=tech}Dillon Tech: whats Nokfah's T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: WHO T3/r7/2015-10-09.txt.gz:{chan ch=tech}Dillon Tech: lol i want to check my summary and i have his version of sharptracker, whats the thing i have to type? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: st_summary T3/r7/2015-10-09.txt.gz:{chan ch=tech}Dillon Tech: thats shaprtackers one, hes version is different T3/r7/2015-10-09.txt.gz:{chan ch=tech}Spongy Eadric Tech: i heard the mapper is in aardwolf.db T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: sorry )-8 i thought I had nokar's too! T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: Spongy, yes it is. T3/r7/2015-10-09.txt.gz:{chan ch=tech}Spongy Eadric Tech: It's Eadric...not spongy............. :( T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bupy Tech: sorry Eadric T3/r7/2015-10-09.txt.gz:{chan ch=tech}Tech: Spongy Eadric licks Bupy. T3/r7/2015-10-09.txt.gz:{chan ch=tech}A macabre Sonet Tech: anyone have a moment to help me figure out why two strings area not registering as equal? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: sure T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: which language? T3/r7/2015-10-09.txt.gz:{chan ch=tech}A macabre Sonet Tech: Lua T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: and what are the strings? T3/r7/2015-10-09.txt.gz:{chan ch=tech}A macabre Sonet Tech: a lizardman temple guard T3/r7/2015-10-09.txt.gz:{chan ch=tech}A macabre Sonet Tech: both of them are that string T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: are you sure? perhaps there are some whitespaces T3/r7/2015-10-09.txt.gz:{chan ch=tech}A macabre Sonet Tech: let me count them T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: print("|" .. string1 .. "|") T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: print("|" .. string2 .. "|") T3/r7/2015-10-09.txt.gz:{chan ch=tech}A macabre Sonet Tech: omg, one is a lizardman temple guard, the other is a lizardman temple guard T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: lol T3/r7/2015-10-09.txt.gz:{chan ch=tech}A macabre Sonet Tech: thank you for your time, I need to go figure out why the space got in there T3/r7/2015-10-09.txt.gz:{chan ch=tech}Arcidayne Tech: Jedhi: An easier way to determine if there's space is compare lengths. If one is longer, then there's whitespace somewhere. Sonet, as a side note, you could just trim the spaces around each string with a gsub. T3/r7/2015-10-09.txt.gz:{chan ch=tech}Deathlok Tech: how to reset windows in mush? I always forget T3/r7/2015-10-09.txt.gz:{chan ch=tech}Citlalin Tech: resetaard, I think T3/r7/2015-10-09.txt.gz:{chan ch=tech}Khalserin Tech: resetaard i think T3/r7/2015-10-09.txt.gz:{chan ch=tech}Deathlok Tech: worked thanks! T3/r7/2015-10-09.txt.gz:{chan ch=tech}Tech: Citlalin goes: "No Problem!" T3/r7/2015-10-09.txt.gz:{chan ch=tech}Deathlok Tech: I move from dock with 22 screen, to laptop direct and it always get messy:P T3/r7/2015-10-09.txt.gz:{chan ch=tech}Citlalin Tech: I can imagine ;) T3/r7/2015-10-09.txt.gz:{chan ch=tech}Khalserin Tech: could you make a copy of your aard folder and have two saved layouts instead of having to rearrange them? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Deathlok Tech: good question, not sure T3/r7/2015-10-09.txt.gz:{chan ch=tech}Ullin Tech: you need to identify the state file of each of the windows plugin...a bit messy T3/r7/2015-10-09.txt.gz:{chan ch=tech}Khalserin Tech: i mean... make 2 copys of the full mushclient folder. open one, set it up, close it, open other, set it up, close it, and launch the appropriate one when in that setup T3/r7/2015-10-09.txt.gz:{chan ch=tech}Khalserin Tech: unless those staet files are saved somewhere outside the client folder T3/r7/2015-10-09.txt.gz:{chan ch=tech}Ullin Tech: true, but then how do you sync eerything else? the mapper db etc T3/r7/2015-10-09.txt.gz:{chan ch=tech}Khalserin Tech: if it was worth the hassle, you could actually set up something like synctoy to do it for you. I personally hate rearranging my windows so I probably would heh T3/r7/2015-10-09.txt.gz:{chan ch=tech}Ullin Tech: in the \worlds\plugins\state folder, the xml files contain the state of each plugin. The only files that are relevant are the ones related to the various miniwin. these file names are the plugin ids...so tedious but not impossible T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: isnt there an online userguide for mapper? that is printable? T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: and it had a link in it that went to someone with some alias commands and stuff T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: man why is this not working? mapper cexit_wait 6 s say Umari T3/r7/2015-10-09.txt.gz:{chan ch=tech}Cothien Tech: not sure, i do have one linked that has some good info on it T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: whats the site cothien? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Cothien Tech: looking it up now T3/r7/2015-10-09.txt.gz:{chan ch=tech}Cothien Tech: http://www.holgerschurig.de/games/aardmapper.html T3/r7/2015-10-09.txt.gz:{chan ch=tech}Cothien Tech: me and my few hundred non-sorted bookmarks hehe T3/r7/2015-10-09.txt.gz:{chan ch=tech}Cothien Tech: there is also this one from the mushclient forums, http://www.gammon.com.au/forum/?id=12926 T3/r7/2015-10-09.txt.gz:{chan ch=tech}FairyTail Tech: any idea why do I get this error in chrome from time to time? DNS_PROBE_FINISHED_BAD_CONFIG T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: wierd in mush when i go to configure, game, macros. there is nothing there to add a new one T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: is there a way to add a new macro T3/r7/2015-10-09.txt.gz:{chan ch=tech}Ayasinda Tech: all available keys for macros are already listed there T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: so im following the instuctions in mapper and it said I made a macro - myhold to be dual blahblahblah T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: is that supposed ot be an alias then? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Ayasinda Tech: I think so T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: ok thanks! T3/r7/2015-10-09.txt.gz:{chan ch=tech}Wavering Tech: are you trying to set it up for a portal? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Wanpo Tech: http://youtu.be/WAWVWj44jb8 T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: anyone know if sharptracker 205 sends pup times to gt. mine is only sending if i hit the sendtotal T3/r7/2015-10-09.txt.gz:{chan ch=tech}Jedhi Tech: Good, you do not spam your gt channel T3/r7/2015-10-09.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: whats that command to reset S&D windows? xcp reset something? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Mommas Boy Devol Tech: xset reset gui T3/r7/2015-10-09.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: thx T3/r7/2015-10-09.txt.gz:{chan ch=tech}Mommas Boy Devol Tech: np T3/r7/2015-10-09.txt.gz:{chan ch=tech}Venom Tech: hello im playing on my tablet but i cant tap my on screen directional buttons... when i do it scrolls upwards violently any suggestions? T3/r7/2015-10-09.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: if u are playing on tablet i suggest using Mudrammer app T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bishoujo Raded Tech: depends on the client you're using. I would guess that those are scroll buttons, not NESW buttons. T3/r7/2015-10-09.txt.gz:{chan ch=tech}Venom Tech: zo i uninstall this app and get mudrammer? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bishoujo Raded Tech: the ideal way to play Aard on a tablet or phone is with RDP and a PC that has MUSH on it T3/r7/2015-10-09.txt.gz:{chan ch=tech}Venom Tech: i dont own pc :( T3/r7/2015-10-09.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: Mudrammer is good app T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bishoujo Raded Tech: yeah, it's not a good solution for everybody :p T3/r7/2015-10-09.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: what is mudrammer? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Venom Tech: hmmm so this mudrammer can be found on play store? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bishoujo Raded Tech: when two consenting adults...consent each other very much... T3/r7/2015-10-09.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: mudrammer i found this app on iOS app store T3/r7/2015-10-09.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: what if one consents very much and has a gun? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Venom Tech: my tablet is android T3/r7/2015-10-09.txt.gz:{chan ch=tech}Mique Tech: my tablet is still in the store T3/r7/2015-10-09.txt.gz:{chan ch=tech}Bishoujo Raded Tech: not sure about tablets but Blowtorch seems to be the app of choice for Android phone users T3/r7/2015-10-09.txt.gz:{chan ch=tech}Venom Tech: i'll let you know if this works for me thank you for help :) T3/r7/2015-10-09.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ok, I just got something weird in my screen that I wish you can solve. I try to do ingame alias: alias offer barter Tao offers you a free envenom for the evening. lasting all 5 hours and +22 avg (that's avg). join us in phoenix square (2s of recall) and wait for your turn...this is not automated so we do it manually give me a tell if you wish to do it..Sadly I must reject all weapons that are above 270. I cannot enhance them more. and this gives me this message: Mismatched quotes in alias. Cannot process. .... I dont even use quote in that.. T3/r7/2015-10-09.txt.gz:{chan ch=tech}Citlalin Tech: apostrophe in that's is causing it, maybe T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: if the s & d plugin is installed is there any reason the window may not be showing up? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Birdbrain Metria Tech: It's not enabled? T3/r7/2015-10-09.txt.gz:{chan ch=tech}Odorless Nuanse Tech: ww help T3/r7/2015-10-09.txt.gz:{chan ch=tech}Endymion Tech: did you install the triple pack? s&d by itself is not a window T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: its enabled, it was on my work pc but now on this one it isnt! T3/r7/2015-10-09.txt.gz:{chan ch=tech}Maokai Tech: try reseting it, xset reset gui I think T3/r7/2015-10-09.txt.gz:{chan ch=tech}Endymion Tech: mapper extender gui is prolly what you are thinking T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: had to reet it T3/r7/2015-10-09.txt.gz:{chan ch=tech}Tech: Odorless Nuanse nods at Maokai. T3/r7/2015-10-09.txt.gz:{chan ch=tech}CMFP Limunious Tech: thanks T3/r7/2015-10-10.txt.gz:{chan ch=tech}Cothien Tech: anyone use Premiere Pro that might be able to help with a audio issue? T3/r7/2015-10-10.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: how do u toggle full screen mode in aardmush? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: hi .. I think my server side setting for "run" command is screwed. I cannot run nsns. It says "Sorry Boyboy, I don't understand you." or "Unknown command. Please check the helpfiles. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: anyone encountered this before? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Starburn Tech: which client are you using? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: mushclient T3/r7/2015-10-10.txt.gz:{chan ch=tech}Starburn Tech: what happens when you try run n T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: Unknown command. Please check the helpfiles. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Zetkax Tech: i dont think its clientside, run is serverside T3/r7/2015-10-10.txt.gz:{chan ch=tech}Starburn Tech: do you have an alias for run? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: it is server side T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Do you have an alias also named run that would be intercepting it? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Zetkax Tech: maybe your client is changing the run command T3/r7/2015-10-10.txt.gz:{chan ch=tech}Zetkax Tech: try typing alias T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: sigh .. thanks all .. you guys jot my mind ... T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: I accidentally keyed in an alias for "run" !!! Stupid me T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: it was a serverside alias T3/r7/2015-10-10.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: unalias run T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: done that .. working now .. thanks much :) T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: love you guys T3/r7/2015-10-10.txt.gz:{chan ch=tech}Tech: Starburn tells Boyboy he's very welcome. T3/r7/2015-10-10.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: if we arent around can always check help alias T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: muaks T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: it wouldnt have occured to me to check alias .. I tot was some tags problem or gmcp problem or something. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Creador Tech: I have a handy mnemonic for troubleshooting. The full text is "Always Something Simple". I'll let you derive the key :) it's helpful 99% of the time T3/r7/2015-10-10.txt.gz:{chan ch=tech}Boyboy Tech: lol T3/r7/2015-10-10.txt.gz:{chan ch=tech}GreenAcid Tech: is there a reason the tick timer in mush goes by 2 second inrcements, I changed it to 1 and it still counts down perfectly T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Because ticks aren't always 30 seconds. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Bishoujo Raded Tech: theyre not? T3/r7/2015-10-10.txt.gz:{chan ch=tech}GreenAcid Tech: They aren't? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Tech: Arcidayne shrugs helplessly. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: They average around 30 seconds, not exactly 30 seconds. T3/r7/2015-10-10.txt.gz:{chan ch=tech}GreenAcid Tech: The point of ticks is to have a metric to measure everything buy, they kind of have to be same length T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: No they don't. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Read help tick. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Holy crap, someone should tell Lasher that T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: so its confirmed, my tick is longer than your tick T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: There is a metric to measure everything by. It's called pulses. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: If I remember correctly, there's 8 pulses per second. T3/r7/2015-10-10.txt.gz:{chan ch=tech}GreenAcid Tech: hmm, I guess so. help Detail-Timeshifting T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: But yeah, point is, ticks aren't exactly 30 seconds. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: prolly close enough that your 1 second wont matter - mine works fine that way too T3/r7/2015-10-10.txt.gz:{chan ch=tech}Dillon Tech: erm T3/r7/2015-10-10.txt.gz:{chan ch=tech}Dillon Tech: every time theres an app self installing everytime its called Picexa anyone know how to block it? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Dillon Tech: using windows T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: http://malwaretips.com/blogs/remove-picexa-ads/ T3/r7/2015-10-10.txt.gz:{chan ch=tech}Dillon Tech: thanks :) T3/r7/2015-10-10.txt.gz:{chan ch=tech}FairyTail Tech: any idea why do I get this error in chrome from time to time? DNS_PROBE_FINISHED_BAD_CONFIG T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Is it on one specific page, or any random page? T3/r7/2015-10-10.txt.gz:{chan ch=tech}FairyTail Tech: so the internet kind of drops...i cant open any new page and also ping any address but aard is still working for e.g. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Mique Tech: well you dont need anything else T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: It's not a problem with Chrome, it's your internet connection. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Citlalin Tech: http://appuals.com/best-fix-steps-fix-dns_probe_finished_bad_config/ T3/r7/2015-10-10.txt.gz:{chan ch=tech}Creador Tech: sounds like your isp T3/r7/2015-10-10.txt.gz:{chan ch=tech}Citlalin Tech: not sure if that will help T3/r7/2015-10-10.txt.gz:{chan ch=tech}Tech: FairyTail snickers with Mique about their shared secret. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Citlalin Tech: but is what I found on google T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Creador: Probably is. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Changing the DNS might fix it. T3/r7/2015-10-10.txt.gz:{chan ch=tech}FairyTail Tech: tried that already...but changing the DNS wont have an impact on internet speed? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: It can, FairyTail. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Change it to Google's DNS, or OpenDNS. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: There are some fast DNS lookup servers out there. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Google used to be leading DNS option, but there are a couple out there now. You can download a program (DNS Jumper, I think) that will help you find the best DNS to use. T3/r7/2015-10-10.txt.gz:{chan ch=tech}FairyTail Tech: can i assign the dns on the router side?or it needs to be done on each machine T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: You can do it on the router, most likely. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Citlalin Tech: have you rebooted your computer and network equipment? maybe that will fix it. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: But I still do it on each machine anyway. T3/r7/2015-10-10.txt.gz:{chan ch=tech}FairyTail Tech: Citlalin, the error its random...like from time to time..and after 2-5 min its passing by without me doing anything T3/r7/2015-10-10.txt.gz:{chan ch=tech}FairyTail Tech: i will assign the DNS first on the router then if i still have the issue i will apply it to each machine as well, thanks for the tip!hopefully the internet speed wont be affected T3/r7/2015-10-10.txt.gz:{chan ch=tech}Citlalin Tech: worth a try if you haven't tried it though *shrug* Maybe call your isp and see if they're aware of the issue. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: If you assign it on the router, you should reboot each machine so that it will update DHCP settings. T3/r7/2015-10-10.txt.gz:{chan ch=tech}FairyTail Tech: reboot wifi network wont do it? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Creador Tech: is there a command history search hotkey for the aardwolf client? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Creador Tech: like on linux boxes, would do T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: No, but you can right-click and choose Command History. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Or rather, No (not that I can find). T3/r7/2015-10-10.txt.gz:{chan ch=tech}CMFP Limunious Tech: with the mapper is it possible to add an exit that doesnt actually exists? like if there is enter seaweed in oceanpark, but i want to make it where i just type d, and it enters the seaweed is that possible? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Uhm.. No T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: If I am understanding you right, no, that doesn't exist T3/r7/2015-10-10.txt.gz:{chan ch=tech}CMFP Limunious Tech: bummer, i just like to type in a keypad movement for those custom exits there T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: that would be a cool feature though - mapper aliases T3/r7/2015-10-10.txt.gz:{chan ch=tech}Zengo Tech: i think you should be able to make an alias for "mapper goto if its for a specific location, as long as it's not "down", then the system would get confused everytime you typed "d" T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Yeah, but then it'd be enabled everywhere, not just in that one particular place. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Zengo Tech: true T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: you could make an alias of 'd' in Mush, and have it evaluate the room # you are in T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: z/CMUD allowed for named directional exits. If I wanted "west" to be "sit altar", then I could name the exit "sit altar" and in that room specifically, if I typed 'w' or 'go w' or anything that would move me west normally, it would execute the command. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: wouldnt be very dynamic for reuse but you could code it and be done T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: It'd be nice for named exits on MUSH mapper, though. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: chop chop Arci, make that plugin! T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Ha, no. Ideally, you'd want to tie it to the database with a "named" column, but only Fiendish should do that. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: naw, can modify your own. as long as you take responsibility for it and dont expect support or help fixing it :) T3/r7/2015-10-10.txt.gz:{chan ch=tech}Hankunaku Tech: anyone was able to use Aardwolf.com web page telnet client :/ ? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Arcidayne Tech: Endymion: Yes, you can modify your own, but that would mean you could never really update MUSH again. Just look at Winkle's S&D script, and how an update broke it because Fiendish changed the database schema. No, it's better to not mess with it at all. :p T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: so if i wanted to make an alias that casted teleport behind "target" how would i do that? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: mush? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: yes T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: open aliases (top bar "a" with a curly arrow) T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: cast 'teleport' behind * T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: sorry, put your alias text like "ct *" T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: whateer you want the alias to be T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: in the Send window, put: cast 'teleport behind' %1 T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: %1 represents the * from the input T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: sooo like "ctb *" T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: yeah T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: in the Send window, put: cast 'teleport behind' %1 T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: so i just have to type ctb seagull now for example? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: yeah T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: awesome that worked perfectly! T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: very nice, thank you very much T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: welcome T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: are there any aliases that everyone uses? like something im completely missing? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: i use tons of aliases, it's really up to you on what you want to do T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: i have macros for potions.. like "alt p" for heals and "alt o" for mana pots T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: and then some macros for combat spells..i have one thing i set up that automatically drinks when im thirsty T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: you could do multiple commands too. i have 'qh' for quaff heal, it does 'get 'jade elixir' bag;quaff 'jade elixir' T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: yes triggers are nice too T3/r7/2015-10-10.txt.gz:{chan ch=tech}Xzal Tech: hey can someone help with mushclient? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: ask :) T3/r7/2015-10-10.txt.gz:{chan ch=tech}Xzal Tech: is there a way to create a new window which only every lists my inventory? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Turie Tech: finger bast T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: is there a way to set a trigger for when any of your spellups wear off they recast? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Just bind "spellup" to a key and hit it before combat. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Jedhi Tech: finger winklewinkle T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: good idea T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: is there any way to change the color of my debuffs when i cast them during combat. like instead of dull grey "you blind a rat" it would be like bright red "YOU BLIND A RAT"? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Creador Tech: you could do that with a trigger, but I think you'd have to have one per debuff T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: you can trigger on the message, and use script to put your own text T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: so it would just have to notice the words "you blind" or "you fail to blind" T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: does that work? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: i use: ( You|You) fail to blind (.+)\. (regex) T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: (regex) is not part of the trigger line T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: and ( You|You) blind (.+)\. T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: i dont understand. can i just copy and paste that? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: both you can use variable 2 for the mob name T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: yeah but you will need to check the Regex box T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: "Regular expression" T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: oh okay T3/r7/2015-10-10.txt.gz:{chan ch=tech}Slightfly Tech: oh okay so You|You) fail to blind (.+)\. would go into the trigger line? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: yeah T3/r7/2015-10-10.txt.gz:{chan ch=tech}GreenAcid Tech: http://www.regexr.com/ T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: test T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: then for the Send box: Put whatever you want to see, such as: ColourNote("red", "", " You blinded %1!") or ColourNote("red", "", " You failed to blind %1!") T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: and change the Combobox to "Script" instead of "World" T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: also, Check "Omit from output" if you want to just see your message and not the mud output line also T3/r7/2015-10-10.txt.gz:{chan ch=tech}Lokathor Tech: is there a plugin full of triggers that will suppress the spam of the aardhotel but *not* suppress the same sort of messages in other rooms? T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: i doubt it T3/r7/2015-10-10.txt.gz:{chan ch=tech}Lokathor Tech: figured it was a long shot T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: i will make it for 2 TPs T3/r7/2015-10-10.txt.gz:{chan ch=tech}Lokathor Tech: I could write my own plugin for free :P T3/r7/2015-10-10.txt.gz:{chan ch=tech}Birdbrain Metria Tech: You COULD, but you came here and asked for it instead T3/r7/2015-10-10.txt.gz:{chan ch=tech}Lokathor Tech: well you gotta know what's out there already before you just go building T3/r7/2015-10-10.txt.gz:{chan ch=tech}Endymion Tech: naa T3/r7/2015-10-11.txt.gz:{chan ch=tech}Ullin Tech: is there any pllugin available to track pups/levels speed etc? I am so bored to pup at least I can estimate how long it takes to max stats... T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: bast? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: how many pups it will take to get to max stats? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Ullin Tech: no just how long it took to pup..how many mobs killed, how much gold.. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Ullin Tech: bast has it? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Remember November Tech: Depends on where you start at trains. I did some math a long time ago, I think it was 11k trains for me. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: mendaloth has such a plugin, check in his finger T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: oops my bad :p T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: yes bast has it T3/r7/2015-10-11.txt.gz:{chan ch=tech}Ullin Tech: dillon you know which one? I am staring at bast files...can't figure it out :) T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: 1 sec T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: 1 sec T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: bast mush T3/r7/2015-10-11.txt.gz:{chan ch=tech}Ullin Tech: found statmonitor T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: thats it yes T3/r7/2015-10-11.txt.gz:{chan ch=tech}Dillon Tech: only thing is, it includes quest cp time T3/r7/2015-10-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: anyone have link to d/l planesmob plugin? T3/r7/2015-10-11.txt.gz:{chan ch=tech}A macabre Sonet Tech: not off the top of my head, but google basts plugins and you should be able to find it T3/r7/2015-10-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: thx T3/r7/2015-10-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: i installed planesmob plugin how do i interface with it T3/r7/2015-10-11.txt.gz:{chan ch=tech}Algaru Tech: plookup help T3/r7/2015-10-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: thx T3/r7/2015-10-11.txt.gz:{chan ch=tech}Jedhi Tech: what does this plugin do? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: tells you what pool to go to for a MOB T3/r7/2015-10-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: you type "plookup " and it tells u which pool the planes mobs are in T3/r7/2015-10-11.txt.gz:{chan ch=tech}Jedhi Tech: oh nice T3/r7/2015-10-11.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: yeah very nice T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: it's like the old webdebris website or the light map of the planes T3/r7/2015-10-11.txt.gz:{chan ch=tech}FairyTail Tech: is there any advantage on using a physical server instead of a cloud one? T3/r7/2015-10-11.txt.gz:{chan ch=tech}BobTheGreat Tech: more control T3/r7/2015-10-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Assuming you mean located in-house, you can keep on truckin' if your net connection craps out T3/r7/2015-10-11.txt.gz:{chan ch=tech}Veritheia Tech: more bandwidth, e.g. video T3/r7/2015-10-11.txt.gz:{chan ch=tech}FairyTail Tech: on which one you have more bandiwdth? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: thats local vs. cloud. remote physical vs. cloud, you probably wont ever see a difference. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Negader Tech: at least you'll know exactly where your server is, for cloud, you don't know if the cloud server in some obsecure place in india. unless it's written out in the contract. T3/r7/2015-10-11.txt.gz:{chan ch=tech}FairyTail Tech: lets say the server host an application which have about 3000 users...and the server is in the local network...but i acn go with a physical machine or vm... T3/r7/2015-10-11.txt.gz:{chan ch=tech}Trachx Tech: in cloud you do not really own your data T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: if you have budget for a physical machine, then it would provide at least marginally superior performance over a virtual one. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Trachx Tech: that depends on app T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: the primary use of vm's is to consolidate several low-demand servers onto a single high-performance physical machine. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Trachx Tech: VM is nice even if you have local server - hardware upgrade is really easy - just move vm to new hardware T3/r7/2015-10-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Depends on how you measure performance, too. Some failover scenarios require a virtual machine. T3/r7/2015-10-11.txt.gz:{chan ch=tech}FairyTail Tech: but with virtualization shouldnt be the performance similar? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: reliability is not performance - two separate metrics. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Again, depends on how you measure performance. Some tasks, speed doesn't matter, as long as the job keeps running. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: assuming the underlying hardware is similar, a virtual machine will tend to a slightly reduced performance, simply because the hardware is assumed to be doing other things part of the time. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: unless you are dealing with the degenerate case of a single vm running by itself on the machine, in which case it may pretty closely approach what that physical machine could do as dedicated. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Khalserin Tech: otoh, vm systems are just FUN to play with T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: that they are. :) T3/r7/2015-10-11.txt.gz:{chan ch=tech}Khalserin Tech: you can get meta too, run a group of hypervisors in a hypervisor to play around with HA solutions T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: i really enjoy the easy reset button that vm can provide. one click, and all the things you just fouled up are back the way they should be :) T3/r7/2015-10-11.txt.gz:{chan ch=tech}Khalserin Tech: yeah, lots of benefits T3/r7/2015-10-11.txt.gz:{chan ch=tech}Khalserin Tech: was running esxi on my home esrver for a while with a virtualized nas T3/r7/2015-10-11.txt.gz:{chan ch=tech}Khalserin Tech: ended up just going with freenas on the bare metal eventually with jails for custom stuff and a virtualbox/phpvirtualbox install for the few VM's i REALLY want running all the time T3/r7/2015-10-11.txt.gz:{chan ch=tech}Khalserin Tech: granted, i have 1 user, not 3000 :) T3/r7/2015-10-11.txt.gz:{chan ch=tech}Mannec Tech: meh, users generally just mess things up. better off without them. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Veritheia Tech: can the mush client parse variables in normal commands? T3/r7/2015-10-11.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: what do you mean by regular commands? aliases? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Veritheia Tech: no, commands that i type T3/r7/2015-10-11.txt.gz:{chan ch=tech}Arcidayne Tech: So you want to type eat @food and it eats what you have in the food variable? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Veritheia Tech: yes T3/r7/2015-10-11.txt.gz:{chan ch=tech}A macabre Sonet Tech: I am not sure that is built in, but you could do something with a creative trigger for that T3/r7/2015-10-11.txt.gz:{chan ch=tech}Arcidayne Tech: Yes, and no. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Arcidayne Tech: The problem you'd have is that Aardwolf uses @ for colour codes. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Arcidayne Tech: So you're better off typing \\\Send("eat " .. GetVariable("food")) T3/r7/2015-10-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Nah, if it was being parsed by Mushclient, the @ would never hit the mud anyway T3/r7/2015-10-11.txt.gz:{chan ch=tech}Arcidayne Tech: Metria: My point was not that it couldn't be done. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Arcidayne Tech: My point was that it's one or the other, really. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Easiest way is to make a setfood alias to set the variable (if it isn't already set) and then a nomnom alias (or whatever you want to call it) that performs the eating T3/r7/2015-10-11.txt.gz:{chan ch=tech}Veritheia Tech: okay, thanks T3/r7/2015-10-11.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is wine the best wrapper for using mush on a mac? T3/r7/2015-10-11.txt.gz:{chan ch=tech}BobTheGreat Tech: wine works perfectly for me (on linux, though) T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: if youre not using something with full windows virtualization, yes T3/r7/2015-10-11.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: it crashed again today and I Cant access it T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: there are a few different orgs making wine options for Mac T3/r7/2015-10-11.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is one better? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: (crossover is actually a form of wine) T3/r7/2015-10-11.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I'm just tired of this crashing or being slow :P T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: iirc fiendish had a link to a version of wine that he used T3/r7/2015-10-11.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: does anyone know where I can get the aardwolf scripts for mudlet? T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: aard wiki T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: http://www.aardwolf.com/wiki/index.php/Clients/MudletAardwolfGUI T3/r7/2015-10-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Abe, what world type do you use for aardwolf & tinyfugue? I'm finding the prompting is all messed up if I use the default. T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: i use diku.mud T3/r7/2015-10-11.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Thank you T3/r7/2015-10-11.txt.gz:{chan ch=tech}Tech: /addworld -Tdiku.mud aard2 magna pword aardmud.org 4000 aard.tf T3/r7/2015-10-12.txt.gz:{chan ch=tech}Slightfly Tech: question T3/r7/2015-10-12.txt.gz:{chan ch=tech}Alexsiev Tech: anyone here use mush? the map isn't working all of a sudden and the screen keeps showing regular/rawcolor game prompt info T3/r7/2015-10-12.txt.gz:{chan ch=tech}Odorless Nuanse Tech: hell no. mush is banned from this game T3/r7/2015-10-12.txt.gz:{chan ch=tech}Alexsiev Tech: also it says chan ch= whatever channel name now and other random info T3/r7/2015-10-12.txt.gz:{chan ch=tech}Odorless Nuanse Tech: try rawcolor command? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Zetkax Tech: sounds like some plugins are turned off T3/r7/2015-10-12.txt.gz:{chan ch=tech}Dillon Tech: your tags is off? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Alexsiev Tech: that just made it owrse... T3/r7/2015-10-12.txt.gz:{chan ch=tech}Alexsiev Tech: some plugin is off? letsee T3/r7/2015-10-12.txt.gz:{chan ch=tech}Alexsiev Tech: ohhh ok I see T3/r7/2015-10-12.txt.gz:{chan ch=tech}Odorless Nuanse Tech: it truly sounds that some of your plugins are actin weird T3/r7/2015-10-12.txt.gz:{chan ch=tech}Gorsk Tech: have you tried closing and opening mush? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Alexsiev Tech: I turned off triggeres last night before bed before I afked to sleep since I didn't want to be woken up, diddn't think that'd affect my plugins T3/r7/2015-10-12.txt.gz:{chan ch=tech}Alexsiev Tech: figured it out,thanks T3/r7/2015-10-12.txt.gz:{chan ch=tech}Zetkax Tech: you turned off all your triggers? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Tech: Odorless Nuanse goes: "No Problem!" T3/r7/2015-10-12.txt.gz:{chan ch=tech}Alexsiev Tech: yeah I was lazy so I unchecked enable triggers, didn't think that'd affect plugins directly like that T3/r7/2015-10-12.txt.gz:{chan ch=tech}Odorless Nuanse Tech: when stupidity meets the eye :D T3/r7/2015-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: test T3/r7/2015-10-12.txt.gz:{chan ch=tech}Zetkax Tech: echo T3/r7/2015-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: Yeah. I still have the chan ch= deal with every thing. T3/r7/2015-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: Didn't start until after I logged in through Mush. T3/r7/2015-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: anyone know how to remove the chan ch= prefix from channel messages? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Ayasinda Tech: tags channels off T3/r7/2015-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: evho T3/r7/2015-10-12.txt.gz:{chan ch=tech}Wardsmith Tech: that did it! Thanks! T3/r7/2015-10-12.txt.gz:{chan ch=tech}Citlalin Tech: what programs are used to create the maps that you see on emerald and whatnot? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Hisha Tech: visio is one option T3/r7/2015-10-12.txt.gz:{chan ch=tech}Citlalin Tech: hmm, thanks T3/r7/2015-10-12.txt.gz:{chan ch=tech}Citlalin Tech: any others? looking up some things now, but hard to tell what is good T3/r7/2015-10-12.txt.gz:{chan ch=tech}Wanpo Tech: found out i keep getting disconnected because other apps are using all my bandwidth. T3/r7/2015-10-12.txt.gz:{chan ch=tech}Wanpo Tech: never had that problem outside of Android os lol T3/r7/2015-10-12.txt.gz:{chan ch=tech}Khalserin Tech: today... dell buying EMC for 67 billion.. holy damn. Tomorrow.. esxi no longer certified for anything other than poweredge servers, sorry HP T3/r7/2015-10-12.txt.gz:{chan ch=tech}Gugurumbe Tech: Hello tech people ! I'm having some sort of a bug : the 'bigmap' command closes the telnet connection at some point. M T3/r7/2015-10-12.txt.gz:{chan ch=tech}Citlalin Tech: too much bandwidth usage? type compress to see if you have compression on. T3/r7/2015-10-12.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: u on mobile? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Gugurumbe Tech: I do not have compression on. And I'm not on a mobile. T3/r7/2015-10-12.txt.gz:{chan ch=tech}Gugurumbe Tech: Well, I will give it a try. Thank you :) T3/r7/2015-10-12.txt.gz:{chan ch=tech}Gugurumbe Tech: off T3/r7/2015-10-12.txt.gz:{chan ch=tech}Gugurumbe Tech: woops. T3/r7/2015-10-12.txt.gz:{chan ch=tech}Barely Driven Tech: Anyone know how to resize the S&D GUI? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Maokai Tech: gotta open the xml file in an editor and manually change it T3/r7/2015-10-12.txt.gz:{chan ch=tech}Barely Driven Tech: Ah, lame T3/r7/2015-10-12.txt.gz:{chan ch=tech}Barely Driven Tech: too much effort! T3/r7/2015-10-12.txt.gz:{chan ch=tech}Shaelynne Tech: it's not that bad T3/r7/2015-10-12.txt.gz:{chan ch=tech}Maokai Tech: worth it tho T3/r7/2015-10-12.txt.gz:{chan ch=tech}GreenAcid Tech: Where can I find more details on the SendTo types in mushclient, world,command window, output window, status line, etc? T3/r7/2015-10-12.txt.gz:{chan ch=tech}Birdbrain Metria Tech: http://www.gammon.com.au/scripts/doc.php?dialog=IDD_EDIT_TRIGGER T3/r7/2015-10-12.txt.gz:{chan ch=tech}GreenAcid Tech: exactly what I couldn't find, thanks T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: I'm trying to set a trigger that acts on 'You recieve from ', to send 'gtalk gave you '. T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: in the trigger phrase field i put 'You recieve * from *' T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: the command field I put 'gt $2 gave you $1' T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: %1 %2 T3/r7/2015-10-13.txt.gz:{chan ch=tech}Alexsiev Tech: isn't it %? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: doesn't even fire T3/r7/2015-10-13.txt.gz:{chan ch=tech}Alexsiev Tech: not in the trigger, but the command field? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: erm T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: when making a trigger T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: there's a trigger phrase field and a Send field right? T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: ^You recieve (.*?) from (.*?)$ and check regex T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: you don't want someone saying, "You recieve from " and having your trigger match T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: not working T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: how do i check regex T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: using aardmush T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: right hand side of trigger window T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: darn, got distracted T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: another 5 min till dou over T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: i get this: http://i.imgur.com/O2Wdzmj.png T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: oh, i did tick regular expression T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: still not working T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: http://i.imgur.com/IYfIN67.png T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: nope, still not working T3/r7/2015-10-13.txt.gz:{chan ch=tech}Dillon Tech: watcha need help with? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: trying to make a trigger that acts on You recieve item from person, and sends gtalk person gave you item T3/r7/2015-10-13.txt.gz:{chan ch=tech}Spawt Tech: this is the real channel right here. T3/r7/2015-10-13.txt.gz:{chan ch=tech}Spawt Tech: regex... T3/r7/2015-10-13.txt.gz:{chan ch=tech}Tech: Spawt tingles T3/r7/2015-10-13.txt.gz:{chan ch=tech}Dillon Tech: oh that should be easy T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: it is, his mush is being stupid, look at his screenshot T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: oh. I turned off regex, used 'You recieve * from *' T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: weird. I used the echo command and it works. I get a plyer to give me an item and it doesn't fire T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: copy output of real player giving you item, there is probably a mistake somewhere T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: put it here T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: You receive Gavel of Justice from Dillon. T3/r7/2015-10-13.txt.gz:{chan ch=tech}Dillon Tech: how do i post stuff on impur? :p T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: i spelled recieve wrongly T3/r7/2015-10-13.txt.gz:{chan ch=tech}GreenAcid Tech: indeed you did, lol T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: I DID IT T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: should've copied and pasted lol T3/r7/2015-10-13.txt.gz:{chan ch=tech}Tech: GreenAcid pats Bobolai on her head. T3/r7/2015-10-13.txt.gz:{chan ch=tech}Dillon Tech: nope :p T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: i have a trigger that acts on 'You recieve * from *'. It fires on You receive 88 bonus experience points from your daily blessing, which is not what I wanted. Any way to get exceptions or something? T3/r7/2015-10-13.txt.gz:{chan ch=tech}A macabre Sonet Tech: regex T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: How would mapper cexit look like if I wanted to set delay, after opening door and between entering that exit? mapper cexit open west wait(1);west - Not sure why it's not working, T3/r7/2015-10-13.txt.gz:{chan ch=tech}Dillon Tech: include a semi colon between west and wait(1) T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: ;mapper cexit open west;wait(1);west T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: Hmm yeah, though some other commands work different again >_> T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: for wait timers T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: ie. the one I use for kobaloi atm, where it would buy permits/poles etc., I add wait (x) to end not between double semi colons T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: how is that different? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: open west(1)wait doenst really work. does it? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Ralyn Tech: need double semicolons T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: exactly T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: I use something like this for kobaloi 1st door mapper cexit west;buy 1;run eu wait(1) T3/r7/2015-10-13.txt.gz:{chan ch=tech}Bobolai Tech: What I do: finish Kobaloi goal =P T3/r7/2015-10-13.txt.gz:{chan ch=tech}Ralyn Tech: need semi after run eu, before wait T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: No? It works without, pauses for 1sec T3/r7/2015-10-13.txt.gz:{chan ch=tech}Ralyn Tech: ok T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: Which is brought me to question before, with semi colons etc. T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ehmm, what does it mean to "pause for 1 second" before not doing anything after that? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: It pauses 1sec after completing the run execute allows it to go through door as there's small delay, then creates/continoues speedwalk to room/route T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I see T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: smart T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: let me look at the code and see why that might work. I have a hunch T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: Well, yeah I was wondering based on that cexit, why ie. open west wait(1) then didn't work, and it needed to be separated between semi colons instead T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well the intent is to always use semicolons between distinct commands T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: kind of in the same way you also have to write "run" again T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so it looks like I made it so you don't actually need semicolons around the wait T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't see a reason why your original "open west wait(1); run w" wouldn't work T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: hmm, not work, might made some typo or detail mistake T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: - first part T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ah, I know why it wouldn't work. T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: ah yeah, got You did not find a west . when I tried T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's becaus the MUD never trims spaces from the end of input like I keep saying it should T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's kind of easy to fix in the plugin, but I think I'll just say "put semicolon instead of space in your cexit" :) T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you know, one day someone will make a door with spaces in the name. it will be extra nasty T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: open " the door " T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: or something T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so yeah the reason it doesn't work is because of how the open command is parsed by the mud T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: I can't remember cexit back some weeks I tried to do, with semi colons it refused to work, so I made it without and it worked T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: with wait() T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: Then again high probability of typos, I've corrected a lot of my cexits past days T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: I also had issue making cexits in Living Mines of Dak'Tai, from entrance to central zone, I think these first couple rooms didn't have num when I tried to make simple cexit, as run n etc. I got, the room leads back same room, think all those entry room have exact same name without num T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that will happen in nomap rooms T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: yeah, you cannot map no map rooms. T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there is a kind of bug with nomap rooms where exits into them still get sent with gmcp info for adjacent rooms, I think T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: nomap rooms have exits with destinadion vnum -1 T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: this I must exploit. Havent seen it before T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: jedhi: adjacent rooms T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khannon Tech: It was also annoying as the area linked to gathering horde -_- T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: adjacent as rooms next to current? T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: next to the nomap rooms T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: can't really exploit without rewriting parts of the mapper. it doesn't use exit info from other rooms T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: nomap rooms also have a vnum -1 T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I havent been able to do that. it must be random T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: jedhi: I think that's not always true T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I haven't seen any other than -1 nomaps T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: see https://github.com/fiendish/aardwolfclientpackage/issues/206 T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: even if a nomap room reports uid -1 it still actually has a uid that gets shown in the exit field from adjacent rooms T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: nomap_The Glimmerdim Torrent_glimmerdim is not what you get from gmcp, i think it is from aardmapper T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: look at gmcp north exit in room 26322 T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: brb T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (you can use "gmcpdebug 1|2|0") T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: in mushclient T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway, I think it's a bug and I think I reported it at some point after that issue was filed T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: nod. I havent encountered those bugs in those rooms when I checked. and just did it :) T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: this is what i get 26322 room.info { "num": -1, "name": "The Glimmerdim Torrent", "zone": "glimmerdim", "terrain": "", "details": "", "exits":{}, "coord":{ "id": -1, "x": -1, "y": -1 } } T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: num is -1 T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I get that in 14073. -1 T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: so far all nomap rooms are with num -1 T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: including clan area T3/r7/2015-10-13.txt.gz:{chan ch=tech}Tech: Odorless Nuanse rapidly nods twice at Jedhi, in complete agreement. T3/r7/2015-10-13.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish shakes his head. T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: room.info { "num": 26322, "name": "Dark Laneway", "zone": "glimmerdim", "terrain": "city_underground", "details": "", "exits": { "n": 26323, "s": 26313 }, "coord": { "id": 0, "x": 58, "y": 37, "cont": 0 } } T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: and so? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: this room is mappable T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but the room north of it is not T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: nod, it has a num -1 T3/r7/2015-10-13.txt.gz:{chan ch=tech}Odorless Nuanse Tech: I get -1 T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: look at what I posted. ""exits": { "n": 26323" T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: oh, right T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: one sec T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: indeed, there is a bug T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: btw there one more confirmed bug in gmcp. if room name has ansi colouring, then it ansi code is in the gmcp info as well. that should not be there T3/r7/2015-10-13.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish sits down and thinks deeply. T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: example room? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: but this should not be in gmcp data T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mushclient sets rawcolor gmcp T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so it's not a problem for me T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: but mudlet cannot map this room and tintin also will go nuts T3/r7/2015-10-13.txt.gz:{chan ch=tech}CMFP Limunious Tech: are yall trying to make a mudlet mapper! T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: fix broken mudlet and tintin to also use rawcolor gmcp? :( T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no, I only have the energy to deal with one mapper T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: i am not working on mudlet, fixed it on tintin. i am building a new client for linux T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Jedhi: did you read my answer on the mushclient forum about speed? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: not yet, was it the mapper question? T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yes T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: about why your BFS is slow compared to others T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: i got BFS algorithm working... php in_array is stupid slow. i can walk the entire with 0.3 seconds and with little more optimation it should be less than 0.1 seconds T3/r7/2015-10-13.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: nice T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: i have a slow computer T3/r7/2015-10-13.txt.gz:{chan ch=tech}Redryn Tech: is anyone good with microsoft word VBA macros? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: no, microsoft is evil T3/r7/2015-10-13.txt.gz:{chan ch=tech}Khalserin Tech: chicken wings are evil too, but I'm damn good at eating them T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: have you tried to eat microsoft? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Jedhi Tech: but anyways, i am off for now. will be back bit later when i get home T3/r7/2015-10-13.txt.gz:{chan ch=tech}FairyTail Tech: is there any eassier way to add a number of days to a date in YYYYMMDD format? mathaa T3/r7/2015-10-13.txt.gz:{chan ch=tech}FairyTail Tech: math algorithm :) without any dateadd function or whatever else T3/r7/2015-10-13.txt.gz:{chan ch=tech}Arcidayne Tech: Depends on what you've already tried. T3/r7/2015-10-13.txt.gz:{chan ch=tech}Arcidayne Tech: Not that I know the answer, but we wouldn't know what is considered easier if you don't show what you've already tried. T3/r7/2015-10-13.txt.gz:{chan ch=tech}FairyTail Tech: the only way i manage to do it is by calculating the JD of the current date and add the number of days, then reverse the algorithm... T3/r7/2015-10-13.txt.gz:{chan ch=tech}BobTheGreat Tech: that's how I'd do it T3/r7/2015-10-13.txt.gz:{chan ch=tech}FairyTail Tech: julian date - JD T3/r7/2015-10-13.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Does anyone who uses the Bast spellup plugin know how to use it to spell up someone else? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Darling Defines Tech: bsp other T3/r7/2015-10-13.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Hmm, I've tried that and nothing happens T3/r7/2015-10-13.txt.gz:{chan ch=tech}Darling Defines Tech: idk. thats how mine works... T3/r7/2015-10-13.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: do I have to set anything up ahead of time? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Darling Defines Tech: did you actually add spells to be cast on others? T3/r7/2015-10-13.txt.gz:{chan ch=tech}Darling Defines Tech: yeah you need to setup spells to cast on others with bsp oa T3/r7/2015-10-13.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Is there an add all? T3/r7/2015-10-13.txt.gz:{chan ch=tech}BobTheGreat Tech: not all spells can be cast on others T3/r7/2015-10-13.txt.gz:{chan ch=tech}Darling Defines Tech: nope T3/r7/2015-10-13.txt.gz:{chan ch=tech}Darling Defines Tech: 0h T3/r7/2015-10-13.txt.gz:{chan ch=tech}Mannec Tech: you can try the standard spellup command, and capture the list of stuff that gets queued - that should speed up the process of adding a bit. T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: does anyone have that aardpirates plugin T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: their website seems to be down T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Arcidayne grumbles about the lack of being able to automatically generate a filter based on the "From" name in emails. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: All I want to do is create a folder for each "From" name in emails, and sort emails automatically! Is that so bad?! :( T3/r7/2015-10-14.txt.gz:{chan ch=tech}SeanJac Tech: you can sell that idea to google T3/r7/2015-10-14.txt.gz:{chan ch=tech}SeanJac Tech: i think that is a very nice idea indeed. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Would be very useful so that I can see that I got new emails from Joe Schmoe without having to sift through my inbox. :p T3/r7/2015-10-14.txt.gz:{chan ch=tech}Kippe Tech: make rules. \it's easy T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Kippe: Sure, do you want to make the rules for the 241 folders I have to create? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Kippe Tech: sure, I have plenty of time T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Arcidayne snickers softly. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: /run_filter_algorithm --> Query From name, create folder if none exists, move to folder. Simple! *sigh* T3/r7/2015-10-14.txt.gz:{chan ch=tech}Kippe Tech: wouldnt do that. That would also created a folder for each spammer address that isnt added to spam already T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Well, ideally, it would only be for people in my contact list. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Kippe Tech: I'll see if I can come up with something later today T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Hmm, if you do, post a note to me. :p T3/r7/2015-10-14.txt.gz:{chan ch=tech}Kippe Tech: maybe I'll think of something. ok, \i'll do thatg T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: anyone know how to get rid of {affoff}72 crap from some plugins i got to help with consider lines T3/r7/2015-10-14.txt.gz:{chan ch=tech}SeanJac Tech: i think those are tags T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: I get those sometimes with spellup script, try reloading script to index spells again T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: reload all scripts? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: I answered but mischanned to q/a T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: I don't know which plugin/script is casuing this to you, for me this happens sometimes with spellup plugin T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: zhelp spelltags T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: credit: cit T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: is there a test port for client development? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: sure T3/r7/2015-10-14.txt.gz:{chan ch=tech}Mique Tech: in which case I can turn the boring stuff off, thanks T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i am not doing that... just using it as a scripting language T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: i understand, it is stll very handy to have php as a scripting lang, but still im thinking about something more platform independent T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: flash is ugly, is there anything else that could be used? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: php is as platform independent something can be T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: true, but it is not something that average user installs, especially on windows T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: one soloution to this would be to extend mud protocol to support websockets T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: lua? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: python? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: yeah, but i do not care about windows... i am building a linux client and it will not support windows anyway T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: imho lua is horrible T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: java will be probably best choice as platform independ T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: i care somehow about windows, i think mud community is and was for more console oriented beings, but this is sad as the mud gaming itself could be more popular if it would be easier accesible T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: windows mud community has aardmush T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: no need for another client T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: unix mud community has tt++ T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: no need for another client T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: sure there are windows clients, but humans today use browsers T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Spawt <3's tt++ T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: I'm working on an HTML5 client T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: yes trachx , but the scripting language sucks. do . -h T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: Bob - and how you handle tcp sockets there? T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: aard has a websocket layer T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: it would be really nice if tt++ had lua support T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: I get a free scripting language in JS but miniwindows is a pain because dom T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: it has T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: you can use everything with tt++, #help script T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: Bob wow! didnt know about this, is it only for aard or mud protocol has been extended with websockets? T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: I don't think the mud protocol has been updated, so only for aard T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: thats great anyway, maybe others will follow :) Do you plan to share this project? T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: of course, when it's usable. My goal is a full mushclient replacement with cloud-based settings T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: Bob thats great :) And how is the progress? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: lol, soon there will be more mud clients than javascript frameworks .... wait no, by 2025 there will be one js framework for every person T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: slow. I started around a year ago and got the base working, but stopped. For whatever reason this morning I dug it up again and the n Isee this chat on tech T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: well Jedhi, I haven't seen a mushclient-tier mud client for the web so I decided to start one T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: Bob this is really great idea and a way to go, imagine what possiblites it could give for mapping, gethering statistics and other community stuff T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i am not sure, that the evil imms like this community mapping of yours ... T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: Bob - you can collect some data through second socket T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: it can be easily done with mushclient as well T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: Jedhi - new features that could cloud based mud client provide would render all other clients obsolete i think T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: perhaps, people still use email clients ... T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: sure, there are some who play muds with basic telnet :) T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: people still use telnet T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: exactly T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: cloud is still somewhat scary ... like computer were 30 years ago T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: hehe yeah, mud world was somehow resistant to advancement T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: im not even sure its like that. its still used because it works. like a fax machine or a pager. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: lol, we have a fax in the office... noone remember when was the last time we received a fax. not in the past few years. and there is no pager service in estonia. at least not that i know T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: sure. pagers are used around the world still T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: they are? what is the purpose? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: they work were cell doesnt T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: hospitals T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: also equipment alarms still use pager services. pumps/generators/security/etc T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: its not going away anytime soon T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: people are lazy by nature, even if someone would like the idea of mud, it will naver came across as he needs to always install client T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: just asked a smart person... no pagers in estonia T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: ha...id bet a million dollars there are pagers in estonia T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i do not have a million... but we have 3g like 99% and most places have 4g T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: wait, i will call to the largest phone operator T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: do it T3/r7/2015-10-14.txt.gz:{chan ch=tech}Bode Tech: there are pagers in use in the US... T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: and europe and asia and africa T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: allllll over the world T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: pagers are no way dead T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: as well as telnet T3/r7/2015-10-14.txt.gz:{chan ch=tech}Bode Tech: should be is not the same as are. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Jedhi D someone owes me million. there have not been pager service for about 10 years in estonia T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: the only reasons I can think of for using telnet for aard is client unavailability or masochism T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: and i got this info from the oldest telecom companies in estinai T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: estonia T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: i dont believe it T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: sorry T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: it doesnt work like that T3/r7/2015-10-14.txt.gz:{chan ch=tech}Bode Tech: you can get digital pagers now though :P T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: you cant just call and ask about pager service T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: it does here... only gsm T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: its way over your head man T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: you gonna stop people from using fax machines? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: it is estonia, total population 1.3 million T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: its the sam ething T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i can writi to our ministers and usually get a reply T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i have been in conversation with our defence minister using facebook ... lol T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: anyway good luck with your client destroying html5 client T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: Spawt read this with google translator or something: http://arileht.delfi.ee/news/uudised/baltcom-eesti-lopetab-peilersideteenuste-osutamise?id=825019 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Quadrapus Tech: Does anyone here use LaTeX? I want to make a change to one of the plugins and I'm a n00b. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: this is the link you want: http://www.tja.ee/public/documents/Elektrooniline_side/Oigusaktid/ENG/Alloc_plan_297_3600mhz.xls only the first couple of pages work for me (shity spread sheet program) but even on the first page there is mention of hospitals. but what ever. just because its digital doesnt make it better. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: that sheet will tell you call kinds of stuff flying through the air you didnt know about T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: it is a frequency datasheet T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: yes it is T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: what about it? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: what ever man T3/r7/2015-10-14.txt.gz:{chan ch=tech}Spawt Tech: im done with this conversation T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: lol , ok T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: Bob, i've found your post regarding websocket access, they've responded it was firewalled, is it stil the case? T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: not for test port T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: what port is it? T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: ws://aardwolf.com:11333 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: thanks T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: ssl port? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: for aard? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: You're going to use either 23, 4000, or 4010. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: 4010 is the recommended port, though. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i might sound silly, but does telned have ssl? T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: no T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: pretty much what you see over telnet is what is being transmitted (with the exception of telopts) T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: if you are on a monitored connection you could ssl into a box that you own and telnet from there T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: difference between 4000 and 4010 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: ? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: wouldn't zlib (mccp) throw off the network monitors a bit? and generate less traffic to show up on a monitor/screen? T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: help ports T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: GreenAcid well there is ssh T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: why do i get mccp bonus when my world properties is connecting to port 23, isn't mccp 4010 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: mccp works on all of them T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: there is no difference in the port numbers T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i use 23, no clue why T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i use 23, no clue why T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: 23 is just the usual telnet port T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: But recommended, again, is 4010 (per help file). T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: help ports helps T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Even though there isn't any differences between them. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: the mud accepts connections on 4000 and 4010 for historical reasons, plus maybe 4000 and 4010 aren't blocked/firewalled. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: help file is out of date at the time of writing 4010 was mccp port, now its any port T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: IIRC there was some difference with handling new lines when you connected to different ports T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Wardsmith uses port 7777 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: if 4010 is recommended there must be some technical difference T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: Wardsmith is evil! T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: from help ports, There is no difference in the port numbers. T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: there is no difference T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: I take it back, it's suggested, not recommended. T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: maybe port 4010 is encouraged for mccp for tracking stats T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: why is it suggested? surely there is a reason. T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: Historical maybe? Tracking? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: most muds were 4000 in old days, telnet was used for login T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: either way mccp works on all T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i guess only one is real, others are aliases T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: also for security reasons 23 should not be open as well known port T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: I connect on 23, but don't mind changing to 4010 if it's faster for the mud or whatever. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: oh god if one is faster tell me which one T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: doubt any is faster T3/r7/2015-10-14.txt.gz:{chan ch=tech}Skythe Tech: security through obscurity is the weakest argument an IT guy ever make T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: you need to turn mccp if you want more speed T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: not faster for the user, I mean faster internally T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: port 6666 comes with a CP bot T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: if your 23 is closed you have one port less to disconnect scanners T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: it probably wouldn't be faster internally either- it's the same server running under all of them T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: i wrote that cpbot T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: is it any good? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: no, all it does is complain that the cp is too hard T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: please redo that T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: Anyone knows how to tell WW spellup plugin to ignore chameleon power, it as no num :( T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: but cham power has num: 104 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: couldn't find it :o T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: showskill cham T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: oh yeah, I was wondering if there's better way of looking up spell ID... T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: Chameleon power is evil T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: I been lazy and had it on autocast forever, only recently it crossed my mind how utterly much it slows down on GQ :P T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: btw autocaster is illegal! T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: auto spellup rather T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: No it's not. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: it's "illegal" but apparently tolerated if certain guidelines are followed T3/r7/2015-10-14.txt.gz:{chan ch=tech}Trachx Tech: go sprite race, instant hide, invis, fly T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: do we have helpfile on that? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: can't say I think the "technically illegal but nobody cares if..." wording is the best though. T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: I guess is could technically be illegal if you just afked and gain % in skill...but that ins't really major gains T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: help isthisbotting T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Autocasting is not illegal. Autospellups have not been illegal in ages. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Bishoujo Raded nods at Arcidayne. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: autocasting attack spells in combat T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Autocasting CAN become illegal if you suddenly go AFK and continue hitting mobs. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Maokai Tech: autocasting is illegal in pvp, not versus mobs T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: This was debated on General. Lasher said that it's legal, and he'll allow it, but if you get nuked for using it incorrectly, that's on you. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Bishoujo Raded Tech: you can't spam a bunch of 1% skills/spells while afk trying to get XP, but you can autocast stuff as they wear off while AFK and it's not illegal. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: according to 'help isthisbotting', autocasting is "technically illegal" because that "has to be the rule." It sounds like that translates to "you can do it if you meet these conditions" and the technically-illegal part is just there to head off mud lawyers. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i think there was a note by lasher where he stated, that autocasters are illegal indeed T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: And you're mistaken. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: maybe T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: the helpfile is mistaken? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: No, Jedhi is mistaken. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: o T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: if it was important it would be in the helpfile, not your bad memory T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: well, let's kick him in the shins, then. T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: I recall lasher saying he didn't think people afking to get xp from skill level increases wasn't a big dea T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: was a big deal* T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: so can one use autocaster in combat with a mob or not. autocasting an attack spell.... T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Jedhi: You can. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: But there's a line you cannot cross. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: and what is that? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: "nobody cares" if you use an autocaster provided you follow the very specific guidelines set forth in 'help isthisbotting' T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: ah oh ok T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: As long as you're actively at the keyboard and can stop the autocasting manually, you are okay. If you wander away from the keyboard and the Imms botcheck you at that moment, and you wind up continually attacking a 1,000,000 hp mob without realizing something's wrong, you're gonna get a talking to, maybe even a freeze. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: i.e. be at the computer while using it. you will need to equip your autocaster with some sort of anti-aggro feature so that it doesn't engage if you get aggro'd while afk. you can't use it while grouped or in PK. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Citlalin: The anti-aggro feature is you having to start it manually. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: Dam, this escalated! T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Ideally, and I know not everyone does this, your autocaster should have to be manually started each battle. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: So you kill a mob, then type 'autocast on' or something like that, and when the mob dies, it turns off. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: well, some sort of anti-aggro. I didn't specify what kind, that's the script developer's decision :p T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: That way, if you find yourself suddenly AFK, and an aggro mob starts hitting you, you won't start autocasting. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: It's the same with autohealers, too. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: someone i know got in trouble for 2 weeks for idling in agro room without the caster... so in agro room afk will get you in trouble anyways T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: It will, if you don't die from it and wind up always killing the mob. :p T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: the someone is gravy :P i think he got like 2 weeks penalty or something T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Usually, the only reason you don't die while idling in an aggro room is autocasters or autohealers. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: I'd be all fine removing aggro mobs entirely, they just slow down the inevitable T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: I'm in favor of adding more. :D T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: also remove mazes while you're at it T3/r7/2015-10-14.txt.gz:{chan ch=tech}Vost Tech: 1k tnl for all T3/r7/2015-10-14.txt.gz:{chan ch=tech}Khannon Tech: Maybe if I have some tiers on my back, I can not care so much for them, but right now certain areas just get painful with aggro every room entry. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tigernuts Tech: is this tech or "i can't play" chat? T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: well now it's the i cant tolerate banter chat T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tigernuts Tech: i'm intolerant, but don't stop on my account, just throwing my 2c in T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Arcidayne snickers softly. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: No one ever really plays anymore. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: autohealers though, it actually would make sense to have an autoheal that kicks in when aggro'd... some aggro rooms, you walk into it and you can be dead before you react. an autoheal can react to that faster and might keep you alive. but it would need to have some sort of delayed lockout and/or force you to disconnect within a short time. I'm not sure where the balance there would be. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Vost Tech: we know you're intolerant T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tigernuts Tech: consider it... commentary T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Citlalin: Most people have an alias they can quickly type to start healing. Easy solution is tie the autohealer to that alias. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: If you can't survive an aggro room long enough to type a two letter alias, most likely autohealer wouldn't have helped anyway. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: meh, I've walked into rooms and been dead faster than that. earth plane 4 has some nasty ones in it. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: forgive my ignorance, but what is aggro room? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: And autohealer wouldn't have helped in that case. :p T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: mobs attack you T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Forfiter: A room where mobs are aggressive and attack you first. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: an aggro room is like what happened in #benghazi T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: It might have helped. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Forfiter Tech: ah ok T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Aggro is short for aggressive. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Howlett Tech: lol pleiades T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Barbafappa Pleiades crosses his arms and nods slowly and sagely. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Citlalin Tech: maybe tie the autoheal to your movement commands, if you manually move into an aggro room, let the autoheal pick up any damage you take. but if room repops aggro, have it force disconnect if you don't override it in 10 seconds or less. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: force disconnect...? I'm not sure how to feel about that much being automated. T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: now that's a heavy weight autohealer T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: if my autohealer takes more lines than s&d to write, I'll just accept the death T3/r7/2015-10-14.txt.gz:{chan ch=tech}Jedhi Tech: i have a spellup script, like the one winklewinle has, that has only 30 lines of code. and does everything :P T3/r7/2015-10-14.txt.gz:{chan ch=tech}Bishoujo Raded Tech: playing with a surface pro at work. one of our applicaions is scaling really weird with it. looks normal up until the point that it loads completely, then everything shrinks. changing the resolution helps somewhat, but the UI is small to the point of being unusable. any ideas? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Bishoujo Raded Tech: on a Win 7 PC, the application's width fits perfectly on a 1280x1024 display. even setting the Surface Pro's resolution down to 1024x768, it shrinks to less han th width of the screen. T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: any good mechanical keyboards you guys reccomend? T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: recommend* T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: Anyone here uses Red Hat 6 ? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: I never looked at red hat, sorry. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: np :) T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: why are you asking? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: i have tried 3-4 times to install Wine, and even though everything seems fine T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: when i try to run mushclient it hangs for a longggggg time, then asks to download aditional packages that it needs, and fails -.- T3/r7/2015-10-14.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What packages? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: dont remember atm, something that wine needs prolly T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: go ahead and laugh, but I always thought red hat was for enterprise solutions, not an end user OS replacement. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: GreenAcid is agreeing with that Wardsmith person again... T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: I mean just look at their website, it's a marketing pitch T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: and who tells you that i'm using red hat 6 at as an end user atm xD T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: trying to install wine at my job laptop so i can use mushclient :P T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: try looking for fedora based solutions, since redhat has fedora at it's core T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Wouldn't that violate an acceptable use policy? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: I'd personally use a live boot with wine T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: dont be that person Wardsmith !_! T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Truth be told, if you're not able to install it on your JOB laptop, then you need to get permission from your job's IT department. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: I don't mean to be, I just think it'd be better and more work-safe to implement a live boot solution. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: omg more policy ppl !_! leave me alone go away !_! zombies !_! T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Tech isn't here to help you circumvent permission locks placed on equipment you only half-own. T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: why not? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: o.o T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: jezus Arcidayne T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: I don't see a reason why tech shouldn't be used for it T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Because tech isn't the place to conduct illegal activity. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Read help tech. :) T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: he's not conducting it here though T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Work resources aren't meant to be used for fun. Also, it wouldn't be illegal. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: arcidayne dude, i dont do anyting illegal give it a break T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: it's not illegal, just against company policy T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: That depends on your employer. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: It would merely be violating work policy T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: fail morals are failed morals anyway T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Breaking into equipment you do not own the rights to can be seen as illegal. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: dude you are 100% wrong T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Hankunaku, if you're REALLY wanting to go through with it, just use a live boot that has wine preinstalled. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: and i will not discuss it further, cause then it will have to go to politics channel, witch is the only channel i have off T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Seriously, your best bet is to ask the IT guys if you can install it. *shrug* T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: I can't condone a security risk, sorry. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: sly... wtf xD T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: And I'm sorry you feel if we're being pendantic about the issue, but asking people to help you circumvent a company policy, illegal or not, is not what tech is here for. :) Been that way for years. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Try a persistent live boot of Ubuntu. That would be more appropriate. Though you'd still be violating acceptable use policy of the hardware. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: i think Tech channel should renamed to holy inqusition tech or something like that T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: wards, using a usb, is worse in my place T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Besides, why would we want to help you get fired from your job? :p T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: nvm, i'm not gonna explain the wholeeeee work policy thing here, etc etc , for asking a simple question T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: witch was does anyone use redhat6 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: that was my freaking question to begin with ^_^ T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Then use a different computer, end of story. Like Arcidayne said, ask IT for permission, or use a different computer. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: and you're still wrong Arci T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: No, I'm not wrong. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: and you continue it >_> wards T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: just lookup fedora based solutions to your problem, probably a larger number of people wanting wine on fedora then red hat, the two are similiar enough T3/r7/2015-10-14.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Set up a box at home you can mud from, then ssh or remote desktop into it T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: for fucks sake, my question was if anyone is using red hat 6 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Please do not curse on this channel. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: At this point, I'm guessing the answer is no. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Hankunaku Tech: i dont even follow the convo anymore T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: For what it's worth, Hankunaku, if it isn't against your IT policy, then you shouldn't have any problem installing WINE with the help of your IT department. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: Well that depends on the tech department ... T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Relax, man. Details get you everywhere with a technician, without information we can only guess. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: And Wardsmith asked a simple question too, but you started with "don't be that person" instead of saying whether it was against your policy or not. :) T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: I think we should have a show of hands of the number of people who have just told the IT dude at work to give us admin access because we know how to fix it ourselves and the tech can't >) T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: I've asked IT before. There's no harm in it. Was asked why, and I told them, and they agreed it was okay. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: If I was in an IT-able position... *raise* T3/r7/2015-10-14.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Do you have root on the box in question? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: But admittedly, I broke into my school laptop to install and do things I wouldn't have been able to do otherwise. I didn't want to wait until the end of the 14 months for them to unlock permissions. :P T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: Hypothetically what happens if you install DoS 6.22 and mud from that? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: You'd just have a terrible interface. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Birdbrain Metria Tech: DOS doesn't have a tcp/ip stack T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: Would it be as bad as trying to mud through mushclient, on wine, on redhat? :P T3/r7/2015-10-14.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Mushclient on wine works very well, in fact. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: impossible? no. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: I thought you could install TCP/IP on DOS. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: I use to mud on DoS ... with my super fast 56.6 US robotics modem. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: BOOM mind blown T3/r7/2015-10-14.txt.gz:{chan ch=tech}Birdbrain Metria Tech: It's DOS..Disk Operating System. DoS is Denial of Service, a type of attack T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: That's being pedantic. But still. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Techs are known for being pedantic :P T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: My favorite thing about it. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Also, in all honesty, I think Hankunaku turned off tech. T3/r7/2015-10-14.txt.gz:{chan ch=tech}GreenAcid Tech: yes because I used to mud on Denial of Service etc makes sense T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: DoS != DOS T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Wardsmith: Probably. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: i have a copy of DOS 6.0 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: I loved DOS. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: And yeah, DoS is not DOS. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: DoS = Denial of Service. DOS is Disk Operating System. T3/r7/2015-10-14.txt.gz:{chan ch=tech}BobTheGreat Tech: thanks, i didnt know that T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: 6.22. and every server edition of windows from 2003 and up with legitimate keys :P T3/r7/2015-10-14.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: and windows for workgroups T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Barbafappa Pleiades pants lustily. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Screw workgroups. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Arcidayne has Windows ME! T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Arcidayne runs away in utter terror! T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: WANT T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: I gotta have a copy. Where can I buy? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: and Abelinc 2.1 T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Don't know. Don't even know why I have ME, really. I think it was a copy from my computer repair class. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Okay, unfamiliar with that one. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: He's being a smartass. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: I know why you have ME T3/r7/2015-10-14.txt.gz:{chan ch=tech}Tech: Arcidayne sits down and thinks deeply. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: Question for Linux-heads, why does Linux read failed disks easier than Windows does? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I'm gonna guess it retries more times before giving up. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: ME was the original source of codecs for DVDs and shipped with them. Otherwise you had to download or buy them from a 3rd party. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: for windohs that is. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Wardsmith Tech: huh. I always thought it just had a lower read speed requirement than Windows did. T3/r7/2015-10-14.txt.gz:{chan ch=tech}Arcidayne Tech: Well, that's not particularly my reason. I'm pretty sure it was just from my computer repair class. :p T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: Doesn't *nx still have the ability to seek sectors by mounting them off of the OS file tree? T3/r7/2015-10-14.txt.gz:{chan ch=tech}Shelkin Tech: vs windows needs the file tree on the disk itself intact? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is there anything that could cause client side lagging on mush/wine on a mac? T3/r7/2015-10-15.txt.gz:{chan ch=tech}GreenAcid Tech: Plugins T3/r7/2015-10-15.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I just created another wrapper T3/r7/2015-10-15.txt.gz:{chan ch=tech}Arcidayne Tech: Your children are slowing down on the hamster wheel. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Arcidayne Tech: Need to whip them to get them back up to speed. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I knew! T3/r7/2015-10-15.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: it T3/r7/2015-10-15.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I thought something was up T3/r7/2015-10-15.txt.gz:{chan ch=tech}Arcidayne Tech: Obviously not their speed. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Forfiter Tech: hello T3/r7/2015-10-15.txt.gz:{chan ch=tech}Forfiter Tech: BobTheGreat are you there? T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: yeah, what's up? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Khannon Tech: Hmm is there any other easy way to lock exit with mapper other then, I use just high lvl lock, though if I do that S&D sees areas as 0-300, I set locks to 201 :p T3/r7/2015-10-15.txt.gz:{chan ch=tech}TopFox Tech: ok so is there a way to play aard on a windows phone? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wardsmith Tech: can you write a trigger that reads room id? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Zetkax Tech: you should use gmcp T3/r7/2015-10-15.txt.gz:{chan ch=tech}Khannon Tech: Anyone can enlighten me with Bast lookplanes hotkey? total brainfart mode atm T3/r7/2015-10-15.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Is there a command I can use to delay a trigger untill after a combat ends? T3/r7/2015-10-15.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: No. But there are ways of doing that. Storing the commands to be run and then using GMCP state to find when you aren't in combat. If this is for a spellup plugin though there are plenty of good options out there. I use basts. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: what are you trying to do that needs to wait till combat ends? I generally trigger such things off my prompt (which includes a state-of-combat indicator), or I trigger off of the change-of-state to out-of-combat. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: there is no need to delay anything, just trigger what you want to do off of messages that only arise upon combat end. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: I'm trying to learn some basic scripting so I'm setting up a spell upkeep trigger. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: in cmud, there are 'alarm' triggers, which function as delayed commands, but I guess that doesn't help much in mush. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: As an example, I'm having trouble with spells and skills that cannot be cast in combat like Invis. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: have the affoff tag/message log that spell number to a variable. then, have a trigger fire off of either change of state, or off prompt to cast the spells in the list. that is essentially how my own spellup handler works. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: I'm triggering the recast off the "affoff" and "affon" tags T3/r7/2015-10-15.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: I haven't learned how to handle variables yet. I'm a beginner in scripting T3/r7/2015-10-15.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: Is there a good online resource for that? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: a spellup script can be a little complex to get working right, but would definitely be an excellent project to learn lua. stick with that, and read up on string list variables and the like. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Loremaster Ramuthalus Tech: well I think I have part of this sorted out. now I just have to figure out how to reuse a skill T3/r7/2015-10-15.txt.gz:{chan ch=tech}TopFox Tech: anybody here know where I can download bbssh? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mr. Dash Tech: out of curiosity, why are you trying so hard to use a program that is so thoroughly abandoned that the internet has chosen to forget it exists? T3/r7/2015-10-15.txt.gz:{chan ch=tech}TopFox Tech: because it is curently the only way for me to play aard with my girlfriend? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: That's just silly. By that logic, I should shut down my Prospero server too :p T3/r7/2015-10-15.txt.gz:{chan ch=tech}TopFox Tech: love does not ask questions now I have links to check T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: http://sourceforge.net/projects/bbssh/ to download bbssh T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: info on setting it up T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: can i have the 9 mil now T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mr. Dash Tech: you can't read, citlalin T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mr. Dash Tech: if you go to the files, it is a text file telling you to get it elsewhere T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mr. Dash Tech: which doesn't exist T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: sorry, what did I fail to read? T3/r7/2015-10-15.txt.gz:{chan ch=tech}TopFox Tech: which is why I enlisted help in the first place T3/r7/2015-10-15.txt.gz:{chan ch=tech}TopFox Tech: while I'm here, how heavy on data is the blowtorch client? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: hm, maybe just get midpssh T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: or a computer T3/r7/2015-10-15.txt.gz:{chan ch=tech}Trachx Tech: I think you could grab sources and compile them T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mr. Dash Tech: the blowtorch client uses mccp, so it uses less than aardmush because blowtorch doesn't have gmcp T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mr. Dash Tech: i mean, if you needed something that worked on blackberry, there are other ssh or telnet clients like putty T3/r7/2015-10-15.txt.gz:{chan ch=tech}TopFox Tech: dash I'm gonna check putty out T3/r7/2015-10-15.txt.gz:{chan ch=tech}Tigernuts Tech: is there a way of doing savesupgrade on all your eq at once? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Trachx Tech: you can process savesupgrade list T3/r7/2015-10-15.txt.gz:{chan ch=tech}Tigernuts Tech: feh T3/r7/2015-10-15.txt.gz:{chan ch=tech}Trachx Tech: I would just use xemacs, copy to xemacs, cut rectangle, prefix rectangle, paste to mudh T3/r7/2015-10-15.txt.gz:{chan ch=tech}Tigernuts Tech: don't use either T3/r7/2015-10-15.txt.gz:{chan ch=tech}Tigernuts Tech: but excel would do T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: alright bros: Windows 8. I want to play with compatability mode with a shortcut of an application that's running on the server but...no compatability tab. Windows 7 and 10 have it on the same shortcut, just not 8. am I missing something here? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: this is on a Surface Pro 3, so I'm wondering if there's some Windows setting that's hiding the compatability tab from me T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: it won't work with the shortcut T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: even going into properties on the executable on the server does not have a compatability option. with 7 and 10, the shortcut gives the compatability option. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: our only option is to run the exe on the server, but the high DPI display is screwing with the scaling and changing how Windows handles DPI scaling does nothing to make it better, neither does changing the resoluion T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: i have had a similar problem. i had to run the other parts of the program in question in compatibility mode instead of the main executable T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: unfortunately there is just the one executable, so that's not an option. what's weird is, when the program first opens, everything is totally fine. it's after logging in and after the program loads completely that it shrinks down to a quarter of the screen. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Tigernuts Tech: i gave up on compatibility mode ages ago and promised to use a VM instead T3/r7/2015-10-15.txt.gz:{chan ch=tech}Tigernuts Tech: but then, i vowed never to use 8 or 10, and never upgrade beyond xp at home T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: sound like a compatibility issue with the video card T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: ur megahurtz will get stoeled because hax0rz r on teh ur pc :( T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: the New directdraw sometimes has that problem T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: did something similar with age of empires. made everything real big but didn't make it unplayable though. crashed the program quite a bit by forcing it. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: in that case you could try updating your drivers T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: all the drivers are up to date T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: finally did figure out how to do the compatability mode, but still not working right. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: there are a few options T3/r7/2015-10-15.txt.gz:{chan ch=tech}Ventorian Tech: hey i tried downloading and unzipping the client to my desktop and it opens and logs me in fine, but as soon as i type any commands it freezes, any ideas? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: bbs store run T3/r7/2015-10-15.txt.gz:{chan ch=tech}Wanpo Tech: given you said server it may just be best to find a similar program without compatibility issues T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: I'm having issues with a number of my mapper runs going the wrong direction and getting stuck at one point or another. Is there any way to fix the run? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: we don't have the option of changing programs T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: So effectively, if there's a glitch it will stay T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: the Surface Pro thing is an experiement...the ones we have on hand are intended for other uses, but we're trying to use them for this use. if that equipment doesn't cut it, we use different equipment. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: can you upgrade the windows 8 to 10 and run it in compatibility mode once you're running 10? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: Oh, that wasn't referring to me, hah, nm. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Tech: Bishoujo Raded looks at Citlalin and goes "Hmmmm." T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: may give that a shot T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: are you on 8 or 8.1? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: Renahla: usually there's a bad cexit or portal or something that causes that, or an alias that interferes with mapper. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: on the Surface? I have no idea, the other IT guy is playing with it right now :p probably 8.1, if its got all the updates T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: I start from my standing point next to a door. It opens the door east, then goes south. My cexit on the room is to open the door east and go east. I deletect it and rebuilt it. I can confirm that it is set for the right room, yet I still get flung south. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: did you try going to the shortcut or the exe in the windows explorer / file manager and see if you can right click and it has a compatibility tab there? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: might as well try both the shortcut and the exe itself T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: Cit: we were able to get to the compatability mode options, but no combination of choices fixed the scaling issue T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: the other thing you can try is to pull up the cell phone looking screen, and search for "run programs", it may bring up an option to "run programs for earlier versions of windows" T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: oh, bummer T3/r7/2015-10-15.txt.gz:{chan ch=tech}Citlalin Tech: sorry, am at work and apparently missing some of the chat ;) T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: And I think I just figured it out... BAH, lol. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: I know there are other organizations using this program on Surfaces, just not sure which ones. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: I broke a LOT of cexits in the last 2 days... T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: So one final question. Is it possible to bring up a list of cexits to edit? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: bring up a list of cexits? yes. to edit? not that I know of. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: How can I bring up the list? I need to find the ones that I buggered up and hunt them down to fix them. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mique Tech: doesnt it show in mapper help? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: "mapper cexits" will show all cexits, or you can do like "mapper cexits here" or "mapper cexits (area)" T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: Thanks! I was looking in the wrong place, I was trying to find it in the MUSHclient the same way that I'd look for Aliases. T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: ahhh. yeah it's a plugin, so it doesnt work the same T3/r7/2015-10-15.txt.gz:{chan ch=tech}Renahla Tech: I'll play around with it a bit and see if I can fix it easier. otherwise, at least I know how to find them now. Thanks a lot everyone! T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: does using "bootrec" in Windows 7 delete anything beyond potentially boot-related stuff? just want to make sure none of the options will like delete the partition or anything T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: looks like no, nevermind :p T3/r7/2015-10-15.txt.gz:{chan ch=tech}Frolo Tech: does anybody know of good mac clients or how to configure them? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Frolo Tech: i don't need anything fancy, but some functionality from aardclient would be great T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mique Tech: aardwolf mushclient can be used with wine, I dont know what all that means other then the aard mushcient is awesome T3/r7/2015-10-15.txt.gz:{chan ch=tech}Frolo Tech: can i use wine with mac??? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mahasamatman Tech: I use wine with everything T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mique Tech: see help www for web sites T3/r7/2015-10-15.txt.gz:{chan ch=tech}Frolo Tech: i thought wine only works with linux and mac is based on bsd... T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mique Tech: Im just repeating the thing I hear told to people who have macs T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mahasamatman Tech: I think you need an Intel chip so it won't work with older macs T3/r7/2015-10-15.txt.gz:{chan ch=tech}Frolo Tech: is apple allowing this much control to macs? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Frolo Tech: so are there any good mac clients out there or am i much better off with vm and windows aardclient? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Sirona Tech: just use wine and use the mushclient T3/r7/2015-10-15.txt.gz:{chan ch=tech}Bishoujo Raded Tech: wine and mushclient is the most common solution T3/r7/2015-10-15.txt.gz:{chan ch=tech}Frolo Tech: i think i prefer my windows vm then with mushclient, that should be more convenient. just trying to get most stuff running natively when possible, thanks all T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: is there by any chance a tintin script that works with the mush mapper database? T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: or any to convert the mush mapper to a format a tintin script can use? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Tharnin Tech: The database, or the plugin? T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: The database T3/r7/2015-10-15.txt.gz:{chan ch=tech}Crazybeard Tech: do you guys know of a script/plugin for mushclient that can be used for the hunt trick? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Bast's works really well. T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: winklewinkle's s&d is pretty good too T3/r7/2015-10-15.txt.gz:{chan ch=tech}Crazybeard Tech: thanks guys, about time I actually got me lazy arse and customized this client better :p T3/r7/2015-10-15.txt.gz:{chan ch=tech}Mique Tech: see mapper help, some good stuff in there that can help you a lot T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: using these escripts will make you even lazier T3/r7/2015-10-15.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Aren't you the guy that was just asking about cp mobs being scrambled, so you could script them? T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: no, not scripting scrambles, just level ranges T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: but yes and why? T3/r7/2015-10-15.txt.gz:{chan ch=tech}BobTheGreat Tech: I'm not saying I don't use the scripts :P T3/r7/2015-10-15.txt.gz:{chan ch=tech}Shelkin Tech: What is the command to correct markup? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What are you talking about? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Shelkin Tech: I was online from a windows machine and mushclient, now I can see the markup tags for the channels, map, and etc ... T3/r7/2015-10-15.txt.gz:{chan ch=tech}Birdbrain Metria Tech: tags off? T3/r7/2015-10-15.txt.gz:{chan ch=tech}Shelkin Tech: Thanks :) T3/r7/2015-10-15.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Woot! T3/r7/2015-10-16.txt.gz:{chan ch=tech}Citlalin Tech: anybody else having trouble with firefox 41 crashing hard? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Citlalin Tech: and then refusing to run again until you 'refresh' it? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Bishoujo Raded Tech: ...where's the version check? :p mine updated recently and has been fine T3/r7/2015-10-16.txt.gz:{chan ch=tech}Bishoujo Raded Tech: nevermind, found it T3/r7/2015-10-16.txt.gz:{chan ch=tech}Bishoujo Raded Tech: yeah I'm on 41.0.2 and its fine T3/r7/2015-10-16.txt.gz:{chan ch=tech}Citlalin Tech: not sure what happened. it bombed again after I reset it, even. Seems to be working again for now, but I had to reinstall all my addons. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Citlalin Tech: all 4, anyway.... T3/r7/2015-10-16.txt.gz:{chan ch=tech}Useful Hadar Tech: anyone know if there is a budget computer build useful for both gaming and vectorworks? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: Vectorworks? like graphic design? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Lokathor Tech: vectorworks? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Useful Hadar Tech: its a CAD program T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: If you're using cad you're going to want a good deal of RAM and a decent processor right off the bat. No low budgets for that I think. Vectorworks may not require as much as a structural planning CAD program. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: If I'm correct, vectorworks would be used for things like blueprints, right? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Useful Hadar Tech: mainly i will be using it to create light plots for theater but when i was testing it right now like 2 minutes in it stopped responding T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: Is it a legitimate copy? Warez are sometimes unstable. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Useful Hadar Tech: it is, vector works has a free copy for students/teachers, its that T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: You may want to try killing other processes on your computer first and running it on its own first. If that doesn't work, an i3-i5 (don't know AMD) with a good deal of RAM, no less than 6 I'd think, would do it. Totally spitballing here. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Useful Hadar Tech: it actually does not seem to be acting up anymore for me =/ T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: Did you do anything different? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Useful Hadar Tech: nope T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: Not a single command was different from the time it crashed? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Useful Hadar Tech: no i did exactly the same thing, started clicking random buttons =/ T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: You know how to use vectorworks, correct? If so, you probably just experienced a one-off crash. I'd try replicating it to see if it's a continual problem, but don't worry about it otherwise. Just save your work often. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Useful Hadar Tech: no, my class for vectorworks is next summer, i decided to get a jump start on learning it T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: Smart. Try looking for resources on it online to get an understanding of how it works instead of diving in with no clue how to do anything. Testing a new tool or method is fine, but being in the dark gets you nowhere. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Wardsmith Tech: Definitely try replicating the crash first, though. It isn't outside the realm of possibility that you could have crashed it from too much input at once. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: What is the status of websockets support by Aardwolf - is it going to stay forever? Is it only for test purposes? T3/r7/2015-10-16.txt.gz:{chan ch=tech}BobTheGreat Tech: I don't see any reason it would go away T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: is it somewhere documented or you've reverse engineer it? T3/r7/2015-10-16.txt.gz:{chan ch=tech}BobTheGreat Tech: I talked to Lasher T3/r7/2015-10-16.txt.gz:{chan ch=tech}BobTheGreat Tech: It behaves exactly like the regular server, except behind a websocket T3/r7/2015-10-16.txt.gz:{chan ch=tech}BobTheGreat Tech: it's just a layer over the server T3/r7/2015-10-16.txt.gz:{chan ch=tech}AnonVendetta Tech: looks like i dropped in on an interesting convo? About? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Gorsk Tech: tech -h 20 should do it T3/r7/2015-10-16.txt.gz:{chan ch=tech}AnonVendetta Tech: what are you trying to reverse-engineer? T3/r7/2015-10-16.txt.gz:{chan ch=tech}BobTheGreat Tech: nothing T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: you gave me port for websocket and you said it is a test - so i'm wondering what is the risk that it could be closed in the future T3/r7/2015-10-16.txt.gz:{chan ch=tech}BobTheGreat Tech: I know as much as you do. If Lasher decides to close it I guess it's closed T3/r7/2015-10-16.txt.gz:{chan ch=tech}AnonVendetta Tech: ok fuck it, if you thought it was none of my business then you could have just said so instead of trying to be coy. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: understood T3/r7/2015-10-16.txt.gz:{chan ch=tech}Gorsk Tech: it's on the channel history, read that and you'll be "in on it" T3/r7/2015-10-16.txt.gz:{chan ch=tech}AnonVendetta Tech: i only *asked* because im a skilled coder and know alot about RE.used to be on cracker teams breaking SecuROM, StarForce, etc none of whuch are easy. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: how can i contact offline person ? T3/r7/2015-10-16.txt.gz:{chan ch=tech}GreenAcid Tech: note T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: thx T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hi tech T3/r7/2015-10-16.txt.gz:{chan ch=tech}Citlalin Tech: good morning fiendish T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Lunk was last on 21 days ago. Dude has the nerve to post a client bug report for a real bug and then leaves for weeks so he can't respond to my request for him to test my fix that I made the same day. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish pouts. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: hmh, I guess I'll have to redo all my portals again, the variable doesn't work the way I though it does, all mapper portals are saved with id's T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: variable? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what are you trying to do ? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Well, I made variables last time I reworked my portalbag/items, changed bag/hold items to variables, thinking that if I change variable ID it would change mapper hold items/bags too, but they are saved with ID T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: looks like this 'mapper portal get %1 portal_bag;hold %1;enter;hold portal_item;put %1 portal_bag T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: looks like this 'mapper portal get %1 portal_bag;hold %1;enter;hold mportal_item;put %1 portal_bag T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: can you give me an example? I'm having a hard time following T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ninjad me :) T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what is %1 in this case? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: oh, is this an alias? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yeah T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: kinda nokfah one I found from forums, with mpo * T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: is this trying to make an alias that constructs mapper portal entries? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yeah mpo would make mapper portal through alias T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: understood. Here's what I think you should do instead (sorry if this means extra work)... T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: it was all great and stuff until I found out to change current hold item to other one, I'd have to redo and recreate something like alias instead variable T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: make an alias called use_portal that does "get %1 portal_bag;hold %1;enter;hold portal_item;put %1 portal_bag" T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: so I can change alias id while portal would still use alias for hold execute T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: then do "mapper portal use_portal your_portal_id" T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yeah excatly what I was leaning towards just wanted to see what's my best options T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Hosch also has a similar alias to what you are trying on his mapper guide page T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: have you read his guide? it's pretty good T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ah, re: your new mapper hold item problem...yes, if your mapper portal entries explicitly define the hold item ID instead of the variable name then you'll have pain T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: setting a use_portal alias resolves that T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: nope, I was searching something like it found nokfah one T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: likewise, I think there should be a syntax that makes the portal entry store the variable name instead of expanding it T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: is "mportal_item" a variable? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yeah T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so you're trying "@mportal_item" and it isn't working? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because it's expanding that into the stored value? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: it works, just it's saved as ID in portals with item ID T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah, instead of the variable name right? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yea T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: if I'd remove mportal_item 'at' before it would still work but uses name instead of id or? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: then it would just be text I think. hold on. I don't generally use @prefix variable names, so I'm looking up what happens with execute T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: oddly enough, when I try to make a portal using an @foo variable it saves the text but just doesn't work T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because it doesn't expand the variable when executing it T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: fiendish does the mapper save room to the database right after it discovered it? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: when walking... T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: jedhi: yes, with some exceptions T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: ok, while running i guess it queues somehow T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Khannon: I think for right now the best thing to do is like I said with a "use_portal" alias instead of a "create_portal" alias T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'll try to get a create_portal alias working on my end and then advise that later T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Jedhi: running introduces various quirks, especially when crossing into new unmapped areas T3/r7/2015-10-16.txt.gz:{chan ch=tech}Gorsk Tech: hey fiendish, is there a way to lockexit an exit to a room you're not in? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Gorsk: if you can see it on the map, right-click the room and Change Exit Level Lock T3/r7/2015-10-16.txt.gz:{chan ch=tech}Gorsk Tech: ah, cool, thx T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you can't see it on the map, "mapper showroom " teleports you T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Yeah, I'll do the alias version redo T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Btw if you change level lock for exits, S&D sees areas as 0-300 instead normal T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't know what that means T3/r7/2015-10-16.txt.gz:{chan ch=tech}Gorsk Tech: then i'm happy i don't use s&d T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: any area where I've changed certain exits to level lock say 201, S&D sees them as max lvl areas T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: whaaaat T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: comes up as 0-300 when I get CP with room names T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: which is not huge deal just gotta be careful not to run into wrong zone :p T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: exit locks don't have a maximum value T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you could set an exit lock to 5000 if you want T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yeah but it somehow confuses S&D T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't see anywhere in the plugin that it uses exit locks T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: hmh, dunno, after I put some lock exits to lower lvl zones they show up as 0-300, instead normal lvl numbers it also allowed to show up much higher area rooms with similar name then while before it would never pop up higher lvl areas with same room names T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: I should probably scratch out variables from portals completly make portal bag also alias so I can change it if I ever need without redo everything T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I've pointed out Lunk's error in his guide on the mushclient forum: http://mushclient.com/forum/?id=12930&reply=3#reply3 T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you make a use_portal alias that alias can always expand variables T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you don't need a second alias for the bag T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you will want a second variable T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I explained what's going on in that thread post T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: What I did right now is just changed item line to use_portal which is alias for hold , now I can always change portal item when need without needing portals redo, I'm fairly confident that this will be my portal bag forever so probably not gonna worry to much about the bag part T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: use_portal can (should?) do "get %1 @portal_bag;hold %1;enter;hold @portal_item;put %1 @portal_bag" T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: portal_bag and portal_item both variables there. then you would use "mapper portal use_portal " to make a portal T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Hmm, so then both variables will work in way to change bag/hold item I'd just swap out variables ids? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah. just make sure that your "use_portal" alias is set to expand variables T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Hmm, I'll give it crack T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you could alternatively have it send to script and explicitly use the "GetVariable" script function, but that is perhaps a step too advanced for what this is doing T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: scripting is way out my league! T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it just means that instead of your alias doing "get %1 ortal_bag" you have to do "Send('get %1'..GetVariable('portal_bag')" or something T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: oops. ortal_bag should be @portal_bag T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but anyway, like I said, it's not better for this use. obviously more verbose and obscure for no added functionality T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Hmm I think something like this was supposed to look nokfah guide I read to begin with, I just didn't made 2 different aliases instead or whatever, I'm probably tripping to much tech stuff T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: make* T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I didn't find a guide from nokfah. I did find one from Lunk, which has this mistake in it. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Hmm, I tripped it was lunk afterall T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: I'm gonna crawl back into my cave... T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Hmh, ie. now using mpo2 * - mapper portal use_portal %1 I'm bit lost on part of expanding variables, readin your reply on the thread T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: when you make the use_portal alias, there should be a checkbox on the side that says Expand Variables T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Yeah, so I set it expand, but it also is execute? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yup T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Hmm okay T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: "send to execute" means "treat this as if I typed it into my command line" T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that is different from "send to world" because it means it will run other embedded aliases T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: mmh T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: khannon i am sorry jumping in so late. you wanto have like portal alias? like portal knossos and it would wear the portal, enter and dual wield the weapon? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: jedhi: no T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: I have portal wish, so no need for dual T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: well wear the default portal... so what do you want to do? want the alias to be dynamic? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: on the meaning of "send to execute" vs "send to world": if you have two aliases, alias1 and alias2 for example, and alias2 does "run w" and alias1 does "run e;alias2", if alias1 is set as send to world, it will actually send "run e" and then "alias2" and the mud will say "what does alias2 mean? I don't understand.", but if alias1 is set as send to execute it will send "run e" and then "run w" and the mud will do what you want. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: i have an alias: prt T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: ah T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: http://laravel.io/bin/aN218 T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: and yeah, I guess you can call it dynamic, I won't have to redo my portal again just change variables T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: http://i.imgur.com/WTgqUcZ.png T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: which what I wanted it to do first place except, it was broke as Fiendish pointed out T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: this script and alias i just pasted is working T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: you just have to change the portals array T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: these are the items ids T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Jedhi: Khannon wants to have a variable for portal bag and portal item T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: your script doesn't do that T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (also Khannon wants to avoid using send to script, because it introduces complexity) T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: hmm, running into some issues, so mpo2 * > mapper portal use_portal %1 - it doesn't execute the entire use_portal alias T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: from what I understand, use_portal would be standalone alias, not executed through ie. mpo2 anymore? I'm getting puzzled, because I don't see how it would work through mpo2 * atm T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mpo2 is useless T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: so it would just be use_portal * T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but if you want to use it instead of typing "mapper portal" each time, you can use mpo2. mpo2 isn't supposed to execute the portal. it's supposed to only do the mapper portal command T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: your "mapper portals" output should say "use_portal " in the keywords field T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: mmh T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: right so, it shows as | 16 | petstore | Wide Path in the Pet | 995 | use_portal 149079297 | 10 | T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: but it doesn't work T3/r7/2015-10-16.txt.gz:{chan ch=tech}Gorsk Tech: it's sending "use_portal 1234567" directly to the mud T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yes T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: so where did I go wrong with it|? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: one second T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: type "checkversion" T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: r1820 T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: is use_portal an alias? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yes T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I can confirm that my instructions work for me T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what does your use_portal alias look like? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: get %1 portal_bag;hold %1;enter;hold portal_item;put %1 portal_bag with "at" T3/r7/2015-10-16.txt.gz:{chan ch=tech}Gorsk Tech: where do you define your variables? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: "portal_item" and "portal_bag" should be @portal_item and @portal_bag T3/r7/2015-10-16.txt.gz:{chan ch=tech}Gorsk Tech: and though that fixes a problem you've yet to hit, it doesn't adress the current issue :) T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: enable "echocommands" and tell us what actually gets sent to the mud T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Hmm where do I enable that T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: just type it T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's a mud command T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: right T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: You entered: use_portal 1490792972 T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that suggests to me that "use_portal" isn't actually set right as an alias. I think it needs to be "use_portal *", actually T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: my mistake for not clarifying T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: I was thinking same, but then how would mpo2 * > mapper portal use_portal work? since it would be shortline to create mapper portal T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mpo2 * --> mapper portal use_portal %1 T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that just passes the input from mpo2 over to use_portal T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: %1 means "the first thing given to *" T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Hmm, I think I tried it originally I already assumed that use_portal * would be it, I'll check it again after gq T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if your mapper portal reads out "use_portal " then your mpo2 is already correct T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the key then is to make sure that use_portal alias actually fires if you type "use_portal " T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Now I'm at this point, I figured why it didn't work first time, my portal item is defined as mportal_item T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: You entered: get 1490792972 1544497062 T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: ... You entered: get 1490792972 1544497062 T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: well f. T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: double up the semicolons T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: it says You don't see a and whole "line of alias" here. T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: double the semicolons when you paste onto the channel T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: get 1490792972 1544497062;hold 1490792972 T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: .. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: 1 moment T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: You don't see a 1544497062;hold 1490792972;enter;hold 1544170233;put 1490792972 1544497062 here. T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that happens from send to world instead of send to execute T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: You entered: get 1490792972 1544497062;hold 1490792972;enter T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: ssdgg T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: They are both execute though T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: You entered: get 1490792972 1544497062;hold 1490792972;enter;hold 1544170233;put 1490792972 1544497062 T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: that enter line T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: in your alias, try breaking it up into multiple lines instead of all on one line T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it kinda looks like maybe your alias has the semicolons doubled when it shouldn't. we can just avoid that consequence by not using them. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: right works if I break lines T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: yeah that should do what I intended it to be first place, saves as use_portal - both bag/hold item changeable without breaking mapper portals T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Only took half a day to get there T3/r7/2015-10-16.txt.gz:{chan ch=tech}Tech: Luclin cheers and sings... he is just BURSTING with joy! T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Thanks for all that struggle, Fiendish. Though in big picture it was worth it for me personally, plus more knowledge of mushclient as whole :p T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: glad to be of service T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: Now to redo all them portals, 3rd times a charm, ey T3/r7/2015-10-16.txt.gz:{chan ch=tech}Khannon Tech: I like it, clean line on mapper portals, much joy T3/r7/2015-10-16.txt.gz:{chan ch=tech}Boyboy Tech: hi all .. I am using mushclient .. I don't know how it happened, the cp window has its topmost portion shifted so high, it is outside the top of the main window. I cannot shift it back to within the main window. Any ideas? T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: duno. probably a command for it in the plugin. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Renahla Tech: You should have a few options in the Window menu. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Renahla Tech: Cascade, tile horizontally or vertically, maybe restore, I would expect to recover it. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: how can I asked Imm for tester flag? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: how can i ask :) T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: i just asked and got it... T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: who imm T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: thx :) T3/r7/2015-10-16.txt.gz:{chan ch=tech}Razor Tech: is there is a nicer way of saying, "If you can't figure out which helpfile you should read you probably shouldn't bother" ? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Razzel Tech: Wubba lubba dub-dub T3/r7/2015-10-16.txt.gz:{chan ch=tech}Razzel Tech: friendly way of saying it Razor T3/r7/2015-10-16.txt.gz:{chan ch=tech}Razor Tech: don't get me wrong we can definitely use the help and nobody needs to be an expert on Aard but it does require a certain attention to detail / willingness to figure things out. T3/r7/2015-10-16.txt.gz:{chan ch=tech}Razor Tech: "help tester" would be the first filter :P T3/r7/2015-10-16.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: took me all day to figure out that in order to CORS request a file in drive, you have to use the publish to web link via docs, which is an entirely distinct interface T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: Bob can I send you a private tell? T3/r7/2015-10-16.txt.gz:{chan ch=tech}Tech: BobTheGreat laughs out loud. T3/r7/2015-10-16.txt.gz:{chan ch=tech}BobTheGreat Tech: don't need to ask, just send it T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: tell doesn't seem to work :/ T3/r7/2015-10-16.txt.gz:{chan ch=tech}Forfiter Tech: 'You found nobody in this world by the name 'bobthegreat'.' T3/r7/2015-10-16.txt.gz:{chan ch=tech}BobTheGreat Tech: Ah, you probably didn't have detects. Try now T3/r7/2015-10-16.txt.gz:{chan ch=tech}Piffaron Tech: try BobThePrettyGood T3/r7/2015-10-16.txt.gz:{chan ch=tech}Jedhi Tech: sound bottish.... T3/r7/2015-10-16.txt.gz:{chan ch=tech}Nyxs Tech: hey can blowtorch create a variable like on mush when you use * for a value or name T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: hmm...i just set a basic trigger on mushclient and it's not working... T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: what was the basic trigger? T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: a line of text i get when i start a campaign..the i set it to send a msg to gt T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: the default "matching style" for a trigger and alias in MUSHclient is glob, which is fully-anchored by default T3/r7/2015-10-17.txt.gz:{chan ch=tech}Dolt Tech: specifics help T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: i set the trigger to match The Administrator tells you 'I have selected * targets for you to hunt, Eadric.' and send a msg to gt T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: but it's not working, and the help files online aren't realy helping O_o T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: and you did NOT select the regular expression checkbox, right? T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: nope it is exactly as i typed , without the regular expression. cuz the regular expression thing looks confusing T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: that should work T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: yup, except it isn't...odd. :\ T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: go to game, test trigger and paste in The Administrator tells you 'I have selected 15 targets for you to hunt, Eadric.' T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: see if that fires it T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: it doesn't T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: i must be doing something wrong somewhere... :\ T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: you have the version with the * in the very top slim box, right? T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: i don't undestnd what you mean O_o T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: when you go to game -> configure -> triggers, and open up that trigger...there's a one-line box at the top, and a huge box about an inch below that T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: I just mean that very top line is where you put The Administrator tells you 'I have selected * targets for you to hunt, Eadric.' T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: yup yup T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: the only checkbox that needs to be checked is "Enabled"...between the small box and the huge box, leave Any and Any...the huge box contains your gtell, Send to: can be left at World unless you're doing sometjing fancy, sequence can be left at default of 100 T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: when you're at the list of triggers, make sure Enable Triggers is checked T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: yup, i didn't touch anything 'cept checking the enabled box T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: i think i foudn the problem T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: the only way that this shouldn't be matching is if there's another trigger that's intercepting it and isn't marked as a "fallthrough" (that's the "keep evaluating" checkbox in a trigger definition...when that's not checked, only the best "Sequence" number will fire) T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: i did another simpler trigger to just do a whois and it works T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: apparently, gt or ct doesn't work.. O_o T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: I would've guessed a plugin was matching except for the fact that you're using something other than the original campaign master, and that's such a new feature that those triggers likely are hardcoded to barcett T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: hmm, try gtell rather than gt T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: but if you're using Send to World, even an alias shouldn't prevent gt from working, so that's odd T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: hmm..that cp line doesn't work when i score or whois...yuo must be right on the plugin T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: bah, this isn't worth my time :( T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: i should just edit the plugin then :P T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: or use another match... ^^ T3/r7/2015-10-17.txt.gz:{chan ch=tech}Spongy Eadric Tech: sigh. i give up. thanks for the help abelinc :) T3/r7/2015-10-17.txt.gz:{chan ch=tech}Tech: hmm, y'know what, it did NOT work when I just used the "test trigger" feature...since I don't connect to Aard with MUSHclient, my usual testing is to make a textfile with the text to match, and cat that to my connection, and it worked with that...try using echo The Administrator tells you 'I have selected 15 targets for you to hunt, Eadric.' to test instead T3/r7/2015-10-17.txt.gz:{chan ch=tech}Eido Tech: does anyone know much about the mag script package to use with mudlet? T3/r7/2015-10-17.txt.gz:{chan ch=tech}BobTheGreat Tech: My mush keeps telling me that I have too many open files when I try saving to the world file T3/r7/2015-10-17.txt.gz:{chan ch=tech}BobTheGreat Tech: how do I fix this issue? T3/r7/2015-10-17.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Close some files! T3/r7/2015-10-17.txt.gz:{chan ch=tech}BobTheGreat Tech: but how T3/r7/2015-10-17.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What version of Windows are you using? T3/r7/2015-10-17.txt.gz:{chan ch=tech}BobTheGreat Tech: wine T3/r7/2015-10-17.txt.gz:{chan ch=tech}Birdbrain Metria Tech: http://wiki.winehq.org/FAQ#head-1068fdee78662c4c76502bcdabd179b0637073ed T3/r7/2015-10-17.txt.gz:{chan ch=tech}BobTheGreat Tech: cool, I'll try that out T3/r7/2015-10-18.txt.gz:{chan ch=tech}CMFP Limunious Tech: whats a simple editor for mac lke notepad for windows? T3/r7/2015-10-18.txt.gz:{chan ch=tech}Fat Ass Cartman Tech: been a while since I was on mac, but IIRC I was using textwrangler. T3/r7/2015-10-18.txt.gz:{chan ch=tech}CMFP Limunious Tech: thanks T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: how to call function in tt++? I defined a function, but name doesn't call it T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tharnin Tech: unction_name{arg1;arg2} T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tharnin Tech: Sigh. @function_name{arg1;arg2} T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: argument is mandatory ? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tharnin Tech: No. If you have no arguments, use empty brackets. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: ahhh that was it, thank you T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tharnin Tech: @function_name{} T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: in tt+ can i use function without returning result? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: or something like call to procedure without return? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tharnin Tech: I've found two ways. Not sure if there's a better one. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tharnin Tech: #VAR {ignore_this} {unctioncall{}} T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tharnin Tech: Silly at signs. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tharnin Tech: The other only works if you're not actually returning anything. #VAR {result} {#NOP;} as the last line. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: nice :) thanks! T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: in tt++, i need to split string using regexp, which should i use? the only one i've found (regex) is just for true/false match... T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: how in tt++ match a word (case insensitive) but using perl regex (within { }) ? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: something better than {[a-zA-Z]*} ? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Arcidayne Tech: Wouldn't \w+ suffice? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: yep, thanks! T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: how to lowercase string in tt++? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Jedhi Tech: you can always use a script T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: tt++ - how to assign value returned from function to variable, without printing it? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: i've tried #var str unc{xxx} T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: i've tried #var str @func{xxx} T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: i've tried #var str @func{xxx} - but it outputs str T3/r7/2015-10-19.txt.gz:{chan ch=tech}Jedhi Tech: tt++ scripting language is evil. don't bother yourself with it T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: i see it is horrible T3/r7/2015-10-19.txt.gz:{chan ch=tech}Spongy Eadric Tech: how do i copy text with the colors on mushclient? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: how to reload scripts in tt++ after edit? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Kippe Tech: eadric rightclick the text in commlog and copy from there T3/r7/2015-10-19.txt.gz:{chan ch=tech}Spongy Eadric Tech: OooOOo T3/r7/2015-10-19.txt.gz:{chan ch=tech}Tech: Spongy Eadric thanks Kippe heartily. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: tt++ - how to assign value returned from function to variable, without printing it? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: i've tried #var str @func{xxx} - but it outputs str T3/r7/2015-10-19.txt.gz:{chan ch=tech}Forfiter Tech: tt++ - how to assign value returned from function to variable, without printing it? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Lecithin Tech: any laptop recommendations for the typical user of web browsing, movie streaming, music listening person? So many choices nowadays it's hard to find something. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Mannec Tech: it doesnt matter. find one that fits your backpack, and go with that one. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Mannec Tech: the only real question is, how do you feel about keyboards? integral, detachable, or absent ok? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Mannec Tech: there are 2 kinds of people in this world: those who understand binary, those who dont, and those who skew. T3/r7/2015-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: I don't get the skew part T3/r7/2015-10-19.txt.gz:{chan ch=tech}Mannec Tech: that would put you in category ... a? T3/r7/2015-10-19.txt.gz:{chan ch=tech}Wardsmith Tech: category 10 T3/r7/2015-10-20.txt.gz:{chan ch=tech}Immortalis Craven Tech: anyone use raspberry pi or odroid along with mush to play? T3/r7/2015-10-20.txt.gz:{chan ch=tech}Wanpo Tech: adroid and blowtorch T3/r7/2015-10-20.txt.gz:{chan ch=tech}Nyxs Tech: does blowtorch have a wildcard for triggers?? T3/r7/2015-10-20.txt.gz:{chan ch=tech}Aisling Tech: Android/Blowtorch, whenever I feel like using my phone. Much prefer PC though. T3/r7/2015-10-20.txt.gz:{chan ch=tech}Tech: nyxs: unless you check the "interpret as literal" checkbox, blowtorch uses regex matching T3/r7/2015-10-20.txt.gz:{chan ch=tech}Bloodkiller Tech: anyone know much abt using bookshelf speakers for pc? T3/r7/2015-10-20.txt.gz:{chan ch=tech}Bloodkiller Tech: wonder if its better to use an amplifier or receiver to set it up - dont know much T3/r7/2015-10-20.txt.gz:{chan ch=tech}Saintdavid Tech: my mushclient text is off somehow. As if each line is pushed foward too much each line so it messes with my maps score and you can tell most when its a picture or image like the wolf a log T3/r7/2015-10-20.txt.gz:{chan ch=tech}Saintdavid Tech: I am playing on a MAc through Wine as well T3/r7/2015-10-20.txt.gz:{chan ch=tech}Saintdavid Tech: my mushclient text is off somehow. As if each line is pushed foward too much each line so it messes with my maps score and you can tell most when its a picture or image like the wolf a log T3/r7/2015-10-20.txt.gz:{chan ch=tech}Citlalin Tech: is there a way to make windows always on top? T3/r7/2015-10-20.txt.gz:{chan ch=tech}Citlalin Tech: or do I really need a third-party program to do that? T3/r7/2015-10-21.txt.gz:{chan ch=tech}Spongy Eadric Tech: question - when i set alias on mushclient, which file is it stored in? T3/r7/2015-10-21.txt.gz:{chan ch=tech}Kippe Tech: aardwolf.mcl T3/r7/2015-10-21.txt.gz:{chan ch=tech}Spongy Eadric Tech: ok, so map - aardwolf.db, alias/triggeres in .mcl? T3/r7/2015-10-21.txt.gz:{chan ch=tech}Kippe Tech: tech yes T3/r7/2015-10-21.txt.gz:{chan ch=tech}Spongy Eadric Tech: thanks you geniuses T3/r7/2015-10-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ahoj T3/r7/2015-10-21.txt.gz:{chan ch=tech}Qbano Tech: When in a no-portal room does the mapper look for portable rooms first and then checks for recallable rooms? For example: I'm in Plaza Hotel and it recalls instead of going one room in any direction to use portal T3/r7/2015-10-21.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: what and where is that levelling info plugin. that sends a message how long did the last one take? T3/r7/2015-10-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Qbano: it will always use bounceportal/bouncerecall first before walking away T3/r7/2015-10-21.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you could flag the hotel as norecall if you want. see "mapper help search norecall" T3/r7/2015-10-21.txt.gz:{chan ch=tech}<3 DJ Matty Tech: Planning on upgrading to a R9 390 from my HD 7870. Will my 620w Seagate power supply still be enough? T3/r7/2015-10-21.txt.gz:{chan ch=tech}GreenAcid Tech: It depends on your processor and other power draws in your system T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: im having trouble connecting to aardwolf:23 on my mobile. it always says 'bad hostname'. what might be causing this? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Trachx Tech: try aardwolf.org 23 T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: using the JuiceSSH app via SSH and telnet too T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: ConnectBot gives a similar message. T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: hmm i was always of the impression that the standard is aardwolf:23.......no spaces. T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: but same error T3/r7/2015-10-22.txt.gz:{chan ch=tech}Trachx Tech: nslookup aardwolf: ** server can't find aardwolf: NXDOMAIN T3/r7/2015-10-22.txt.gz:{chan ch=tech}Trachx Tech: nslookup aardwolf.org: Address: 66.228.127.34 T3/r7/2015-10-22.txt.gz:{chan ch=tech}GreenAcid Tech: nslookup aardwolf *** google-public-dns-a.google.com can't find aardwolf: Non-existent domain T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: aardwolf.org:23 T3/r7/2015-10-22.txt.gz:{chan ch=tech}GreenAcid Tech: you can't have a domain with out a tld lol T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: whoops left off the .org. at first i thought Tmobile might have mass blocked muds. T3/r7/2015-10-22.txt.gz:{chan ch=tech}GreenAcid Tech: why would they do that? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Trachx Tech: low bandwidth can be good reason T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: because they do all kinds of weird shit. like throttling ppl like me who down 500+ gigs a month. T3/r7/2015-10-22.txt.gz:{chan ch=tech}GreenAcid Tech: But they can make money off bandwith, the overage charges are crazy T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: i pay for unlimited, so it should either be truly unlimited, or they should define clear limits on the amount of data one can use. i.e. a hard cap. like what Verizon, ATT, etc do. T3/r7/2015-10-22.txt.gz:{chan ch=tech}GreenAcid Tech: They probably give you X gigs at fast speed (4G) then throttle you, IK mine does T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: maybe im a greedy selfish bastard but i just believe that advertising unlimited should be exactly that. throttling, in effect, limits how much one can download. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: i agree, i have unlimited with a set speed and my provider called me an abuser for using what i payed for T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: who is your provider? do u live in US? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: ya, ptera, a radio based provider T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: im not sure how cellular providers outside the US do business. my friends in europe says things are quite different there than here. no unlimited at all. T3/r7/2015-10-22.txt.gz:{chan ch=tech}BobTheGreat Tech: to be fair, if you read the fine print (which you always should), you'd know they were throttling it. There's really no such thing as truly unlimited data, even here T3/r7/2015-10-22.txt.gz:{chan ch=tech}AnonVendetta Tech: i always read the fine print. but they intentionally word si much of it in legal terms that only an attorney could hopecto understand it. they iught to be legally obligated to write everything in plain terms that the average Joe can easily comprehend. T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's adorable when someone says that "throttling limits how much they can download" as if there isn't also a limit to how much you can download without an explicity throttle. T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the link between you and a server can handle some finite number of bits per second without any extra effort. T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: one finite number of bits per second vs another finite number of bits per second. any expectation that "unlimited" means unlimited speed is silliness on your part. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: there are differences between physical/feasible limitations and artificially imposed ones though T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no there aren't. you're artificially choosing to only install wires capable of transmitting 1gps instead of 10gps T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: or 100gbps or infbps T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well, maybe not that last one T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: you're talking about technicalities though. Obviously neither are really unlimited, but you understand that saying "Oh it's still unlimited it's just slower" is just semantics. T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's unlimited because it never turns off and the speed is actually sufficient to do useful things T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (like navigate) T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: ok maybe in your case, in Australia, some still get slowed to 128kbps after going over a cap T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: 128kbps is plenty fast enough for google maps T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: which is pretty horrible to actually use on a modern internet T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I know because it's what I got when roaming data with tmobile outside of the US T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: 2G is actually quite useful on a phone T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: so back to your original point, if someone said "being slowed to 128kbp[s limits how much I can download". They're not wrong? your issue was that they're limited to begin with? Don't be so picky, you know what they mean T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: the bigger problem would be calling it unlimited to start with. This is like that Simpsons episode where homer got kicked out of the all you can eat buffet! T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: my issue is that someone is complaining about the use of the word "unlimited" _because_ they are going from one per-link throughput to another, not because they are actually getting a lower limit. Get a plan where you have "unlimited" data shared across as many lines as you want (feasible in some instances) and you'll get a slow rate per line but a lot of data in aggregate. T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you see 128kbps as a limit, then you must necessarily also see 141MBps as a limit, but that's not what people say. They say, "if you want to call it unlimited you have to limit me at a higher limit!" T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: where they mean higher speed limit rather than miles travelled limit T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: the difference is without a throttle/cap, you're getting "unlimited at ~141MBps". With it you're getting "unlimited at ~1441Bps until x where you'll have ~128kbps." If you were to download constantly on both plans for the month period, one would average ~141MBps (not really, but up there). And one would be significantly lower. It's a big difference between them with marketing spin on it to not make it sound like it. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: you have to think about effect, not technicalities to an end customer T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: imo a much bigger problem for the consumer is that mobile providers have this entirely backwards. Some of them say "5Go data!" and mean that after 5 gigs you get throttled, and some say "5Go data!" and mean that your data cuts off. It's much better for them to say "Unlimited data!* Speed lowered after 5Go" T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (in France) T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because then I'd know what they're offering without needing to read through the entire contract T3/r7/2015-10-22.txt.gz:{chan ch=tech}Dolt Tech: I'll agree with that! It's marketing mumbo jumbo and it confuses people T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: The mushclient doctor is in. Get your mushclient questions in now. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Mommas Boy Devol Tech: did you write S&D? *halo* T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm a punch you in the eyeball T3/r7/2015-10-22.txt.gz:{chan ch=tech}Zetkax Tech: i heard an apple a day keep the doctor away T3/r7/2015-10-22.txt.gz:{chan ch=tech}Zetkax Tech: does android work also? T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: work? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Zetkax Tech: to keep the doctor away ... nvm T3/r7/2015-10-22.txt.gz:{chan ch=tech}Stroke My Redwood Tech: fiendish: is there a link to download just the chat capture window? i moved my mush from old laptop to new and for some reason that is the only thing at all (well that and constants.lua) that didnt switch over T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yes T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sec T3/r7/2015-10-22.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://raw.githubusercontent.com/fiendish/aardwolfclientpackage/MUSHclient/MUSHclient/worlds/plugins/aard_channels_fiendish.xml T3/r7/2015-10-22.txt.gz:{chan ch=tech}Forfiter Tech: in tintin - how to use #map run to get to location by its name? T3/r7/2015-10-22.txt.gz:{chan ch=tech}FairyTail Tech: does anyone worked with svg around? :) i have a small question :P T3/r7/2015-10-22.txt.gz:{chan ch=tech}Jedhi Tech: ask, no sure if i can answer it T3/r7/2015-10-22.txt.gz:{chan ch=tech}FairyTail Tech: basically i have a path with a d attribute...which draw a circle...now i want to change that d attribute from css if possible... T3/r7/2015-10-22.txt.gz:{chan ch=tech}Jedhi Tech: not sure, i have manipulated the colors T3/r7/2015-10-22.txt.gz:{chan ch=tech}Jedhi Tech: try to goole: manipulate svg with css T3/r7/2015-10-22.txt.gz:{chan ch=tech}Jedhi Tech: can you use php? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Jedhi Tech: you could do inline svg and parse it T3/r7/2015-10-22.txt.gz:{chan ch=tech}FairyTail Tech: nope... T3/r7/2015-10-22.txt.gz:{chan ch=tech}Jedhi Tech: or try to alter the attribute with javascript T3/r7/2015-10-22.txt.gz:{chan ch=tech}Jedhi Tech: it sounds bit hackish T3/r7/2015-10-22.txt.gz:{chan ch=tech}FairyTail Tech: i cant use javascript also..its in a application T3/r7/2015-10-22.txt.gz:{chan ch=tech}FairyTail Tech: i can only use css basically.. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Wardsmith Tech: Blowtorch literally just crashed my phone. Upon reboot it had tried to connect to a "NOTSETYET:999999". What is this error, if anyone knows? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: sounds like you need to retell it to connect to aardmud.org:4000 T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: instead of NOTSETYET:999999 T3/r7/2015-10-22.txt.gz:{chan ch=tech}Wardsmith Tech: I did so, but there was no such connection ever set up in the first place. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: Using vanilla blowtorch or the aardwolf rpg app? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Wardsmith Tech: Vanilla blowtorch, I guess. I do use mush from time to time, though. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: I mean, there's an app on the play store called "aardwolf rpg" that is a modified version of blowtorch T3/r7/2015-10-22.txt.gz:{chan ch=tech}Wardsmith Tech: The Aardwolf RPG app only works in landscape, so it's naturally just grating. not being able to see anything on the screen other than a keyboard. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Wardsmith Tech: But I've never had a connection to the "notsetyet" thing. Completely locked up my phone. Could make it sleep, but unlock screen wouldn't appear, home button didn't work, etc. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: if you were using regular blowtorch, then how did you connect to aardwolf without putting in aardmud.org:4010 as the connection info? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Wardsmith Tech: I have the Aardwolf info set up. What I don't have set up is the "notsetyet:999999" T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: that just sounds like a placeholder T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: "not set yet" T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: it just lost the connection info somehow, so it reverted to that T3/r7/2015-10-22.txt.gz:{chan ch=tech}Madcatz Tech: crashes usually make bad things happen :P T3/r7/2015-10-22.txt.gz:{chan ch=tech}Wardsmith Tech: That's just irritating. I'll file a bug report with Blowtorch development. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Wardsmith Tech: Though, to be honest, I don't know what made it happen. It could have been a one-off for all I know. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Tape Tech: anyone know why when i open aard on mush, i get a constants.lua not found despite the file being there? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Arcidayne Tech: I think it's that it's in the wrong location, but none of the plugins require it. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Tape Tech: not even additional plugins? :P T3/r7/2015-10-22.txt.gz:{chan ch=tech}Arcidayne Tech: I always uncheck the box. Fiendish doesn't have it active on any of the plugins built with MUSH. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Tape Tech: the box? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Arcidayne Tech: Yeah, when creating plugins, there's a box you can check that says "Include constants" T3/r7/2015-10-22.txt.gz:{chan ch=tech}Arcidayne Tech: I think that's rather obsolete, though may remain for compatibility from years ago. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Tape Tech: hrm T3/r7/2015-10-22.txt.gz:{chan ch=tech}Tape Tech: i'm also trying to figure out why xrt is not working T3/r7/2015-10-22.txt.gz:{chan ch=tech}Arcidayne Tech: Finger nokfah for that. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Tape Tech: just load that version? T3/r7/2015-10-22.txt.gz:{chan ch=tech}Arcidayne Tech: Fiendish made a change to the database schema a version or two ago, which really mucked up Winkle's S&D. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Arcidayne Tech: There's a readme you should follow. T3/r7/2015-10-22.txt.gz:{chan ch=tech}Tape Tech: ok T3/r7/2015-10-22.txt.gz:{chan ch=tech}Arcidayne Tech: The change is a prime example why you should never mess with internals of a prepackaged application. T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: is it possible to get room id number for tt++ mapper ? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Trachx Tech: you mean: #show $GMCP[ROOM][INFO][num] ? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: yes, thanks :) T3/r7/2015-10-23.txt.gz:{chan ch=tech}Trachx Tech: also, #map info can be useful T3/r7/2015-10-23.txt.gz:{chan ch=tech}Trachx Tech: with map link and map exit you can create custom exits, though it is a bit more complicated that just mush equiv mapper cexit T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: in tt++ is it possible to set roomvname to the one from GMCP variable? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: tt++ mapper? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Trachx Tech: just check: #show $GMCP[ROOM][INFO] T3/r7/2015-10-23.txt.gz:{chan ch=tech}Trachx Tech: it will be similar to: #var trx_zone {$GMCP[ROOM][INFO][zone]} T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: yes i know i can get it from variable, but is it possible to set it to mapper like #map set roomvnum $GMCP.... T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: yes, one sec T3/r7/2015-10-23.txt.gz:{chan ch=tech}Trachx Tech: I am not sure what you try to do, however to get room name you use: #MAP GET {ROOMNAME} {rname} {$room_vid} T3/r7/2015-10-23.txt.gz:{chan ch=tech}Trachx Tech: I guess SET should work in a similar way T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: #map set works for all variables but room id (roomvnum) T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: try #map name soemname T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: #help map T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: i tried to get this mapper working, but it is too much of effort. unless you do not want to use handheld portals and have exit locks T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: i built a new mapper instead T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: i will release new tintin++ client end of this year probably T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: will have mapper, search and destroy and spellup included T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: also most goodies mushclient has. T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: ok i found it, #map vnum can do it T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: other tt+ question - is there a way to pause/sleep while executing command? #delay is crap T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: why delay is crap? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: because i dont want to define next command, sometimes i even can't T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: you lost me there... T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: i just want to wait for some output after issueing command, and then based on that output execute something T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: tt++ is so ugly T3/r7/2015-10-23.txt.gz:{chan ch=tech}Lokathor Tech: sounds like you want a trigger? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Forfiter Tech: does all functions in damn tt++ run in sync ? T3/r7/2015-10-23.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: odd...i copied the aardwolf.mcl file but none of my aliases copied over :( T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: how do i turn off boards? T3/r7/2015-10-23.txt.gz:{chan ch=tech}BobTheGreat Tech: unsubscribe? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: nope T3/r7/2015-10-23.txt.gz:{chan ch=tech}Aisling Tech: You toggle it by typing 'subscribe '. T3/r7/2015-10-23.txt.gz:{chan ch=tech}BobTheGreat Tech: sorry, just subscribe it again T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: tnx T3/r7/2015-10-23.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: guys...where are aliases/triggers stored in mushclient? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: I think it shows it when you save the file T3/r7/2015-10-23.txt.gz:{chan ch=tech}BobTheGreat Tech: the aliases you've manually entered should be in your world file T3/r7/2015-10-23.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: aardwolf.mcl? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Jedhi Tech: read "Upgrading the client" section from http://www.aardwolf.com/play/downloadmc.htm T3/r7/2015-10-23.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: thanks T3/r7/2015-10-23.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: hmm....not working...oh well..i'll try again tmr T3/r7/2015-10-23.txt.gz:{chan ch=tech}Khannon Tech: Just wondering if there's any good plugins for eqsets that are easy to setup, ie. using alias keyword, would take all the set eq from bag, remove current set, put in bag, wear new set or something similar T3/r7/2015-10-23.txt.gz:{chan ch=tech}Saintdavid Tech: mu mushclients text when in falls each line is off alignment so that i cannot see my maps correctly. it affects my whole game. The wolf at the begginign is offset too so if i can fix it or get info how? T3/r7/2015-10-23.txt.gz:{chan ch=tech}Saintdavid Tech: i would be gratful T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish stretches luxuriously. Kinda makes you want to, doesn't it? T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: get your mushclient questions in T3/r7/2015-10-24.txt.gz:{chan ch=tech}Citlalin Tech: did you write search and destroy? T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: no T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: all questsions except for that one T3/r7/2015-10-24.txt.gz:{chan ch=tech}Forfiter Tech: [tt++] have anyone succeed in catching output with {SEND OUTPUT} event? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Amorat Tech: How do I get a window in MUSHclient I accidently moved out of the screen back into the screen again? Where is the window configuration stored? The window is the search and destroy quest info window. T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: state files T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: note, there may be a command for it in s&d (I don't know) but all plugin data are stored in state files in worlds/plugins/state T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the file names are world_file_id - plugin_id T3/r7/2015-10-24.txt.gz:{chan ch=tech}Amorat Tech: Thank you very much :) T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you type '\\\Debug("summary")' there should be a line that says "World name: 'Aardwolf', ID: ... T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: which shows the world ID T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and then further down there are lines for all your plugins showing their ids T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can also look inside your Aardwolf.mcl file and at the top of each plugin file T3/r7/2015-10-24.txt.gz:{chan ch=tech}Amorat Tech: I see it, thank you :) I have also been given the command xset reset gui, which is much easier than editing it manually :) T3/r7/2015-10-24.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: also correct T3/r7/2015-10-24.txt.gz:{chan ch=tech}Amorat Tech: Thanks for your help! T3/r7/2015-10-24.txt.gz:{chan ch=tech}Useful Hadar Tech: so i power cycled my router, and restarted my computer, and my internet is still being craptastic (lagging to hell) might there be another factor im missing that i can diagnose it? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Arcidayne Tech: Your ISP may be having some problems. I'd call them up and have them ping your modem. T3/r7/2015-10-24.txt.gz:{chan ch=tech}Arcidayne Tech: Or powercycle the modem first. T3/r7/2015-10-24.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Are you on wifi? Ping the crap out of your access point. Dropping packets? Your wifi needs work. If that's ok, ping the crap out of your ISP's gateway. Dropping packets? Call your ISP. T3/r7/2015-10-24.txt.gz:{chan ch=tech}Aweyn Tech: Does anyone here use tintin? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Saintdavid Tech: looking for some help to fix my mushclient output. I am on a Mac using Wine but the outpu is offset somhow where the log screen is messed up as well as my maps. Any help? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: change font to a fixed-width font T3/r7/2015-10-24.txt.gz:{chan ch=tech}Stroke My Redwood Tech: fixedsys! T3/r7/2015-10-24.txt.gz:{chan ch=tech}Razukin Tech: Have you turn on anti-aliasing for fonts in winetricks? Oh yeah also that. I installed Consolas with winetricks and I like it a lot T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: your Mac probably didn't have the default font for the setup T3/r7/2015-10-24.txt.gz:{chan ch=tech}Saintdavid Tech: thankyou!! T3/r7/2015-10-24.txt.gz:{chan ch=tech}Saintdavid Tech: totally fixed T3/r7/2015-10-24.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is there a command that shows how certain rooms are mapped in an area? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Citlalin Tech: on the minimap? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Citlalin Tech: help sectors has all the terrain types T3/r7/2015-10-24.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: xrt neb puts me in the middle of nowhere T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: well, xrt isn't part of the mapper...that's winkle or nokfah T3/r7/2015-10-24.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: ooh ok T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: so first you need to figure out what room is your xset mark T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: then you can use "mapper where" to see what path the mapper would take to get to a room T3/r7/2015-10-24.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: does the reguluar mapper have something similar to xrt? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: no T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: the regular mapper has no concept of going to an area, only going to a particular room T3/r7/2015-10-24.txt.gz:{chan ch=tech}Birdbrain Metria Tech: There's mapper goto, but that doesn't translate area names. T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: mapper goto is what xrt ends up using, it expects a room as the argument T3/r7/2015-10-24.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: an, I see T3/r7/2015-10-24.txt.gz:{chan ch=tech}BobTheGreat Tech: is quest time sent regularly anywhere in gmcp? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Arcidayne Tech: Closest you'll get is group. T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: you can request it via gmcp, and it gives the time at events T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: Arcidayne nods at you in agreement. T3/r7/2015-10-24.txt.gz:{chan ch=tech}Arcidayne Tech: Every tick, protocol gmcp request quest, I think. T3/r7/2015-10-24.txt.gz:{chan ch=tech}Arcidayne Tech: Hmm, not it. I forget. T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: if you're in a group, though, that is the most-regular one T3/r7/2015-10-24.txt.gz:{chan ch=tech}BobTheGreat Tech: it's protocol request quest, but what exactly does that send? T3/r7/2015-10-24.txt.gz:{chan ch=tech}Arcidayne Tech: It sends the quest information via gmcp. T3/r7/2015-10-24.txt.gz:{chan ch=tech}BobTheGreat Tech: gmcpdebug 1 in mush shows nothing T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: the prot gmcp sendstuff is sent normally...to request quest, you send "request quest" in a GMCP packet T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: when I just sent it, it returned: GMCP: comm.quest { "action": "status", "wait": 21 } T3/r7/2015-10-24.txt.gz:{chan ch=tech}BobTheGreat Tech: Ahh, that's kind of what I was looking for, thanks T3/r7/2015-10-24.txt.gz:{chan ch=tech}BobTheGreat Tech: I'll just send that each tick T3/r7/2015-10-24.txt.gz:{chan ch=tech}Tech: so "sendgmcp request quest" T3/r7/2015-10-25.txt.gz:{chan ch=tech}Lunk Tech: sorry I havnt been on in a while guys+gals but if you have any q's about any of my plugins then now is the time! :-) T3/r7/2015-10-25.txt.gz:{chan ch=tech}Lunk Tech: For anyone who doesnt read notes on the tech board and has had trouble with the bag and hold item variables in my mapper-ninja plugin - I have updated it recently here : http://www.github.com/aardwolf=lunk T3/r7/2015-10-25.txt.gz:{chan ch=tech}Lunk Tech: so that it works propperly T3/r7/2015-10-25.txt.gz:{chan ch=tech}Quadrapus Tech: Trying to write a quick python script.... I have a class that contains sets of data. I want to write a method for that class that will return data when requested T3/r7/2015-10-25.txt.gz:{chan ch=tech}Quadrapus Tech: Anyone know how to set up that method so it can look inside its class and see if that data exists, then return it if necessary? trying to use abstraction to make it a bit more flexible down the road. thanks T3/r7/2015-10-25.txt.gz:{chan ch=tech}Quadrapus Tech: er... reflection not abstraction :P tired T3/r7/2015-10-25.txt.gz:{chan ch=tech}Mannec Tech: in cpp you would either include the method in the class, or declare a separate function a 'friend' of the class... but thats probably not very helpful for python. T3/r7/2015-10-25.txt.gz:{chan ch=tech}Nazar Tech: you don't need reflection for it, just put your member variables like self.a, self.b in an __init__ method and you can access them in any method within your class T3/r7/2015-10-25.txt.gz:{chan ch=tech}Barely Driven Tech: Anyone know how to write a trigger to automatically quaff when at x hp? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Tech: I have a plugin that does that T3/r7/2015-10-25.txt.gz:{chan ch=tech}Barely Driven Tech: Ah, cheers, found it T3/r7/2015-10-25.txt.gz:{chan ch=tech}Useful Hadar Tech: just becareful with an autoquaffer it can become botting real quick T3/r7/2015-10-25.txt.gz:{chan ch=tech}Tech: Exactly. T3/r7/2015-10-25.txt.gz:{chan ch=tech}Citlalin Tech: put a timer in it that turns it off and forces a disconnect if you don't respond in a certain amount of time T3/r7/2015-10-25.txt.gz:{chan ch=tech}Oh! A wild WarBurger Tech: anybody here familiar with bast's eqdb? T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: can someone explain something about c to? me T3/r7/2015-10-25.txt.gz:{chan ch=tech}Remember November Tech: depends on the something :P T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: http://www.logix.cz/michal/devel/various/getaddrinfo.c T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: in that example. how does casting as a different struct collect different data? T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: namely at the case AF_INET and AF_INET6 T3/r7/2015-10-25.txt.gz:{chan ch=tech}Remember November Tech: Well, I'm no c expert but my quick glance at this indicates that by casting it to an INET or INET6 (presumably IPv6) address you get different information depending upon what was passed in. T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: but how? a few lines up res is filled with info, so how does casting it as something else put different info in there? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it doesn't T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: can you explain what it is doing then? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: it just interprets it according to the cast T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's not casting anything T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: just a different pointer type T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: oh, i thought he said it was casting to something T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: ptr = &((struct sockaddr_in *) res->ai_addr)->sin_addr that is a cast T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you're just getting a different pointer type T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: what? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: um, what is the type for "res" - im assuming its not struct sockaddr_in * T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you have a pointer to a thing that you don't know how to interpret because you don't know what kind of thing it is T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: res->ai_family tells you what kind of thing it is T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so you then access it as the right kind of pointer T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: no, just res T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: wrong. switch (res->ai_family) { case AF_INET: T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: according to the man page its an addrinfo stuct T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: all you're doing is deciding whether to look at sin_addr or sin6_addr T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: based on the ai_family T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: looked at code, struct addrinfo hints, *res - so res is struct addrinfo * T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: now if you read getaddrinfo man page, where does it say that you need to do this to get back an ipv4 address? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm telling you what the code does T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Indeed, this was the example code that got my code to work correctly, I am trying to figure out WHY this is done this way T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: so "(struct sockaddr_in *) res" casts res from "struct addrinfo *res" to "struct sockaddr_in *" T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: that is what I thought, but fiendish is sayign that is not true T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: the "res->ai_family" basically determines how res should be interpreted T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: indeed T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: but why is it that you have to cast it that way? I can't find any documentation on it T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: it doesnt put anything in there, its just a block of memory and the cast is need to interpret the block of memory correctly T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you're not casting any struct because res isn't a struct, it's a pointer T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: casting a "struct *" T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you have some block of memory that holds (something), and you have a thing that generically says "something is over there but we don't know what yet" and only ai_family tells you what kind of something it is T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: ok, so the like struct addrinfo hints, *res doesn't make two stucts it makes a struct and a pointer? T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: then what does inet_ntop (res->ai_family, res->ai_addr->sa_data, addrstr, 100) this line do? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: hints is a struct, res is a struct* T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it calls inet_ntop of course T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: but if you print addstr at that point it prints 0.0.somenum.somenum T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: inet_top() is a function T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: addrstr* T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't know what inet_ntop does so I don't know why it's being called twice T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: hard to understand your confusion .. what is it? T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: inet_ntop - convert IPv4 and IPv6 addresses from binary to text form T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: my confusion is why this works T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: why what works? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: does it still work if you take the first one away? T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: I mean if you read the man page for getaddrinfo there is nothing in it about sa_data, how was I supposed to know that existed? Then how was I supposed to know to use inet_ntop then convert it to a certain kind of struct T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Let me check T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: man pages are written by cretins T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway, obviously sa_data is the right kind of thing and ptr is only the right kind of thing based on what ai_family is T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: so essentially I have to just google and pray to get things to work? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not actually sure what you're trying to get work T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: ipv4 was done first, apis put in place - then ipv6 came along, api changed to support both T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: ok, lets forget that that whole thing is in a switch, drop out all references to ipv6. T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: you still need the two inet_ntop calls, you still have to cast the *res to that particular struct T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Fiendish, what do you mean obviously? T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Fiendish it does work without the first inet call T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Fiendish can you explain? [25 Oct 08:04:09] Fiendish Tech: anyway, obviously sa_data is the right kind of thing and ptr is only the right kind of thing based on what ai_family is T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: obviously because it gets given to inet_ntop without adjustment T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: I mean where did sa_data come from? T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: its nowhere in the man page T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: no longer a C question, now you are asking how does getaddrinfo() work T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: I really don't like having to rely on googling things and hoping for a good example just to get what is supposed to be basic accomplished T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so use a better language than C T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: I trasfered into a college that teaches c++ and c where I learned java and python at my old school. I need to learn c just to finish my degree T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Heck, I need to learn c just to pass this semester T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: I don't want to just skate by and use a bunch of examples though, I want to actually understand T3/r7/2015-10-25.txt.gz:{chan ch=tech}Amorat Tech: Then buy a good textbook on object oriented programming in C++ and work through it T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: how will a c++ tect book help me learn c? T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: text* T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it won't T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but you could get a C book T3/r7/2015-10-25.txt.gz:{chan ch=tech}Ullin Tech: generally if you want to learn something you should buy a good book specific to what you want to learn T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Indeed, but being a 30yr old with a family and five classes doesn't really offer much time or money to do that T3/r7/2015-10-25.txt.gz:{chan ch=tech}Ullin Tech: there's always places called libraries T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Have kids Ullin? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Ullin Tech: and the www T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: take a one year old into a library and watch how fast you get kicked out T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: five classes? that's a horrible course load T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: I have been using the internet, hence that example and asking you people. T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: Yes, when you transer you start as a junior but with a few classes down. I need 5 and 6 classes for the four semesters I will be going there T3/r7/2015-10-25.txt.gz:{chan ch=tech}Ullin Tech: my 1 year old is learning C too, we go together to the library T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you should also read http://c-faq.com/ T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's written by an old friend of mine T3/r7/2015-10-25.txt.gz:{chan ch=tech}CMFP Limunious Tech: ollin u think thats impressive with your 1 year old? my two year old twins are learning how to open the dryer door and eat all the lint from the dryer catch thing T3/r7/2015-10-25.txt.gz:{chan ch=tech}Rimno Tech: is there an app for iphone which enables mccp? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Limunious: maybe they know something you don't T3/r7/2015-10-25.txt.gz:{chan ch=tech}Ullin Tech: limuious that's indeed impressive! T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: I saved that site Fiendish, thank you. I was looking for something to explain pointers to me T3/r7/2015-10-25.txt.gz:{chan ch=tech}CMFP Limunious Tech: they are going to be leaders i tell ya! well we have a girl on the way so their is still hope T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: pointers are like a guy walking around with a big stick T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the guy is the pointer, and he points at things with the stick T3/r7/2015-10-25.txt.gz:{chan ch=tech}Ullin Tech: 2boys + girl? can tell you for direct experience, the girl is going to be the house queen.. T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: is there a difference in char* he, and char *he? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: no T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: ok T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: generally speaking white space doesn't matter T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: char * he T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: also the same T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so this guy walks around with a big stick T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: ah T3/r7/2015-10-25.txt.gz:{chan ch=tech}Shaelynne Tech: speaking of learning languages, does anyone know of a website that has a comprehensive tutorial for lua? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and you're like "hey guy, I can see you. got anything interesting?" and he's like "oh yeah man. look over there at that cool badger!!" T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's called dereferencing T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because the guy is just your reference guide T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: That is one of the best analogies I have heard so far. T3/r7/2015-10-25.txt.gz:{chan ch=tech}Amorat Tech: Absolutely T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: now the guy, he can walk around and point at all kinds of stuff, but he probably only in this case wants to point at badgers T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because he's a badger pointing guy T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but he can point at ANY badger he wants T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so you can be like "hey guy, point at this other badger for a while" T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: shaelynne, im familiar with a few scripting languages, i found i could pick up lua easily and just googled where im lacking T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and then you can go off and do something else and not actually need to know where the badger is going, because the guy is pointing at it for you T3/r7/2015-10-25.txt.gz:{chan ch=tech}Tech: Oh! A wild WarBurger points excitedly at a disgruntled badger! T3/r7/2015-10-25.txt.gz:{chan ch=tech}Shaelynne Tech: i've picked up the basics, looking for something to teach me the stuff I don't know about T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: tutorials for lua? hmmm T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there's pil T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://www.lua.org/pil/contents.html T3/r7/2015-10-25.txt.gz:{chan ch=tech}Shaelynne Tech: thanks! T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: also in print at http://www.amazon.com/exec/obidos/ASIN/859037985X/lua-pilindex-20 and ebook at store.feistyduck.com/products/programming-in-lua T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://store.feistyduck.com/products/programming-in-lua T3/r7/2015-10-25.txt.gz:{chan ch=tech}Shaelynne Tech: tyvm T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the online version I think is only the first edition, but the other two are 3rd ed T3/r7/2015-10-25.txt.gz:{chan ch=tech}Shaelynne Tech: yeah I see that, might be useful to order the book T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Sonet: also check out http://c.learncodethehardway.org/book/ T3/r7/2015-10-25.txt.gz:{chan ch=tech}Amorat Tech: Best C book I ever had was K&R, google it if you don't know what I mean. T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: thank you T3/r7/2015-10-25.txt.gz:{chan ch=tech}Zetkax Tech: if you want to understand getaddrinfo(), sockaddr etc, a good book is "unix network programming" by w. richard stevens T3/r7/2015-10-25.txt.gz:{chan ch=tech}A macabre Sonet Tech: I have internetworking with tcp/ip by david stevens T3/r7/2015-10-25.txt.gz:{chan ch=tech}Khannon Tech: Isn't mapper supposed to be ignoring portal/recalling out of rooms that are marked no recall/portal? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yes T3/r7/2015-10-25.txt.gz:{chan ch=tech}Khannon Tech: Well, doesn't seem like it wants to work for me that way T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: are you sure the mapper knows the room is noportal/norecall? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Khannon Tech: yes T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can email me a copy of your map db and a report of what happens where and I'll fix it T3/r7/2015-10-25.txt.gz:{chan ch=tech}Khannon Tech: What I thought it would to, ie. I'm in lemdagor certain part, no recall rooms, I have noted recall rooms, I'd expect it to go to these rooms, I mostly go there myself and then portal or recall out T3/r7/2015-10-25.txt.gz:{chan ch=tech}Khannon Tech: instead it tries to actually use a portal to reach that room T3/r7/2015-10-25.txt.gz:{chan ch=tech}Khannon Tech: In norecall/portal room T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: noting a recall room does nothing T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can only mark norecall T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: all other rooms are expected to be recallable until determined otherwise T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway, like I said, send me the db and description and if there's a bug I'll fix it T3/r7/2015-10-25.txt.gz:{chan ch=tech}Forfiter Tech: in TT++ is there a way to prevent sending empty string (enter)? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Arcidayne Tech: Ugh. Why can't there be an os.timezoneoffset from UTC function? It makes sense so it would return +8 or -3 or whatever your local offset is. T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I can't reproduce turie's bug T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: though I do have the full report from him, so I know where and "why" it happens. it just doesn't happen to me T3/r7/2015-10-25.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: anyone else have trouble with mapper not using custom exits? im in a room and it tries to do "run s" instead of "open south;run s" even though its a custom exit T3/r7/2015-10-25.txt.gz:{chan ch=tech}Wanpo Tech: sometimes yes T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: should be fixed in the latest release T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hopefully T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if not, please let me know T3/r7/2015-10-25.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cool thx T3/r7/2015-10-25.txt.gz:{chan ch=tech}Wanpo Tech: usually when i lag i run into errors like that T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: dunno anything about lag effects, but I have encountered two different problems (one a bug in my code and one fixable corruption in the database file) that both caused failure to use some cexits T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I think I fixed the bug, and I now also try to fix the fixable corruption if detected T3/r7/2015-10-25.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: for what it's worth, it seems to only happen to me when the cexit is to go one room away T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: exactly the bug I fixed T3/r7/2015-10-25.txt.gz:{chan ch=tech}{Linkdead} Garamis Tech: cool T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (hopefully) T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway, if you're willing, get the latest download from github T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://github.com/fiendish/aardwolfclientpackage/archive/MUSHclient.zip T3/r7/2015-10-25.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I just downloaded that earlier today, how long ago did that get packaged up? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: a few hours? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: should be r1830 T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you checkversion T3/r7/2015-10-25.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Yeah, that's what I'm at T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can always "package update check" T3/r7/2015-10-25.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Do what with my package?? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Tech: Barely Driven winks at Birdbrain Metria. T3/r7/2015-10-25.txt.gz:{chan ch=tech}Barely Driven Tech: What do you think? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Slightfly Tech: so how do i get all my aliases and macros to work in this new version T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: copy your world file over T3/r7/2015-10-25.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Aardwolf.mcl T3/r7/2015-10-25.txt.gz:{chan ch=tech}GreenAcid Tech: file - import - select old aardwolf.mcl then check the boxes you want imported T3/r7/2015-10-25.txt.gz:{chan ch=tech}Slightfly Tech: im not getting it.. T3/r7/2015-10-25.txt.gz:{chan ch=tech}Slightfly Tech: file import then i pick a file T3/r7/2015-10-25.txt.gz:{chan ch=tech}Slightfly Tech: which file exactly? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can actually not do this, because I haven't changed anything in the world file. T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: just copy your Aardwolf.mcl over this time T3/r7/2015-10-25.txt.gz:{chan ch=tech}Slightfly Tech: copy it from what to what? T3/r7/2015-10-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: from the old mushclient folder to the new one T3/r7/2015-10-25.txt.gz:{chan ch=tech}GreenAcid Tech: old dir\worlds to new dir\worlds T3/r7/2015-10-25.txt.gz:{chan ch=tech}GreenAcid Tech: good practice to use import though, incase something in the world file changes T3/r7/2015-10-25.txt.gz:{chan ch=tech}Birdbrain Metria Tech: That's one thing that mushclient does NOT have going for it, easy upgrades T3/r7/2015-10-25.txt.gz:{chan ch=tech}Slightfly Tech: i only have one mushclient folder. the one i have always had on my desktop T3/r7/2015-10-25.txt.gz:{chan ch=tech}Quadrapus Tech: Anyone use the openCV libraries much? If so, drop me a tell... would like to have some conceptual discussions T3/r7/2015-10-25.txt.gz:{chan ch=tech}Razukin Tech: ( T3/r7/2015-10-25.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is there an aftermarket company that makes chargers for macbooks? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Tech: yes T3/r7/2015-10-25.txt.gz:{chan ch=tech}Endymion Tech: are macbook users allowed to cheap out like that? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: hamm T3/r7/2015-10-25.txt.gz:{chan ch=tech}Endymion Tech: aren't you required to go talk to a geek and have them sell you one? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Endymion Tech: err, genius, sorry T3/r7/2015-10-25.txt.gz:{chan ch=tech}Tech: my Mac laptops were well before the Macbooks (and not magsafe), but I had a few aftermarket power cords, including ones for car (and airplane) T3/r7/2015-10-25.txt.gz:{chan ch=tech}Endymion Tech: my mbp takes its energy from the souls of young children T3/r7/2015-10-25.txt.gz:{chan ch=tech}Citlalin Tech: well, at least it doesnt pollute T3/r7/2015-10-25.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: is there a partcular company I can look at? T3/r7/2015-10-25.txt.gz:{chan ch=tech}Tech: heh, I was just looking to find one of the power adapters to see the brand, and came across an old Palm Pilot! T3/r7/2015-10-25.txt.gz:{chan ch=tech}Citlalin Tech: better put blowtorch on that pilot T3/r7/2015-10-25.txt.gz:{chan ch=tech}Citlalin Tech: mud from anywhere T3/r7/2015-10-26.txt.gz:{chan ch=tech}Larienwen Tech: Where do i extract the new aardwolf client update? T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: somewhere that won't interfere with Windows UAC T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Hey, Fiendish: Regarding async and async_ok, do you have to pcall the require every time you want to run it, or just once when the plugin is installed? T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: just once T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: So I can put it in plugin install and not the individual functions? T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Rather, OnPluginInstall, rather than "get_page(url)"? T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah, see the function doAsyncRemoteRequest() in aard_package_update_checker T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Thanks. I had been putting it in all the functions I use that request http access, but now that I know I can do it in the OnPluginInstall, I can clear up some stuff. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (I wish someone would update bast's package to use that instead of blocking when it checks for updates) T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Arcidayne chuckles politely. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the pcall only exists to make sure that the DLL code actually loads properly T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's kinda no different than a straight require otherwise T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because I think early on there were some issues with how I'd compiled the DLL for some people T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I should really start leaving myself notes in my plugins about why I do something T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: oh well. too late to start now T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Arcidayne snickers softly. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Honestly, that's something I should start doing myself, leaving comments on what I'm doing. Sometimes I'm looking at my code wondering what the hell was I thinking at that time. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't have that problem so much. What happens to me is just that I go and make a giant set of sweeping changes and end up breaking something because I neglected to account for an edge case and my code designs are...stupid. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: all of my plugins are created and maintained with the "move fast and break things" method, which results in a crap ton of spaghetti T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: which is...unfortunate T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but no way in hell I'm going back to rewrite it all T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Arcidayne nods. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Bast started with a much smarter idea, which was to build up his own framework to allow code reuse. I just can't personally make heads or tails of it. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Citlalin Tech: take over s&d, make it something to be proud of ;) T3/r7/2015-10-26.txt.gz:{chan ch=tech}Citlalin Tech: put a backdoor in it for extra lulz. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what makes you think there isn't already a backdoor in the mapper? Have you seen how many lines of code it is? I dare anyone to figure out how the pathfinding works just by looking at it. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Bast Tech: Fiendish: the problem is I can't make heads or tails of it sometimes because it has gotten a bit out of hand T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (I'm of course not serious. There are no backdoors. If there were lasher wouldn't trust me.) T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Arcidayne falls to the ground and rolls around, laughing hysterically. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and trust is very important to me T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: The thing I want most is to go and make a generic text box with all the drag to highlight and hyperlink detection stuff baked into it, and then make a generic scrollbar widget that hooks into a "scroll up/down" api in the text box. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the part that always trips me up is making that handle context menus the way I want T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: oh the generic text box should be embeddable anywhere in a miniwindow, of course T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: or multiple of them in a miniwindow T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: someone worked on that for me once a while ago, but I didn't end up liking the result T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Ugh. So a previous https request that returned a json-formatted page (and still does!) no longer works with json:decode... wtf? T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what request? T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Fiendish: the link is: https://www.googleapis.com/calendar/v3/calendars/olvq8lncvoufh24b30ml9h2mio%40group.calendar.google.com/events?key=AIzaSyAHEnr8iiK42hzM21pXSbTrBIQ2ezEEUHA&timeMin=2015-10-26T12:56:45-04:00 -- it returns a JSON page, and used to work with json:decode, but now it's not, and I can't figure out why. T3/r7/2015-10-26.txt.gz:{chan ch=tech}GreenAcid Tech: How do I stop mushclient from opening the stupid editor when I load a plugin that has an error, I switched it to notepad++ but that is just as annoying T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: GreenAcid: no idea T3/r7/2015-10-26.txt.gz:{chan ch=tech}GreenAcid Tech: Darn, and you are the one person that knows everything about mush T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm the person who has forgotten more than most people know about mush T3/r7/2015-10-26.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: it doesnt even run on my atari! T3/r7/2015-10-26.txt.gz:{chan ch=tech}GreenAcid Tech: put wine on it :v) T3/r7/2015-10-26.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: the wine's in the fridge T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Arcidayne: json.decode not json:decode T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Sonuva.... Thanks. :p T3/r7/2015-10-26.txt.gz:{chan ch=tech}BobTheGreat Tech: does mushclient provide a callback for plugins when mush exits? T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: exits cleanly or crashes? T3/r7/2015-10-26.txt.gz:{chan ch=tech}BobTheGreat Tech: Preferably either T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there are no callbacks on a crash, because, it's a crash. T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://www.gammon.com.au/scripts/doc.php?general=plugin_callbacks T3/r7/2015-10-26.txt.gz:{chan ch=tech}GreenAcid Tech: OnPluginSaveState() T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: OnPluginClose should do it T3/r7/2015-10-26.txt.gz:{chan ch=tech}BobTheGreat Tech: figured T3/r7/2015-10-26.txt.gz:{chan ch=tech}GreenAcid Tech: OnPluginClose too T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: OnPluginSaveState will only fire if the save on close option is active T3/r7/2015-10-26.txt.gz:{chan ch=tech}GreenAcid Tech: is that not default? T3/r7/2015-10-26.txt.gz:{chan ch=tech}BobTheGreat Tech: cool, thanks T3/r7/2015-10-26.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: whether or not it is default isn't really the point T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: what are MUSHclient-side aliases called? a.k.a. how can I make it replace what I type with something else? are those Triggers? T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: They are still aliases. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: oh, maybe they are just....wait for it...Aliases :o T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Arcidayne snickers softly. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Actually, I may be wrong... they might be called aliases. I'm not 100% sure, but it's either aliases or aliases. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Leonassan Tech: I guess you could call them synonyms too. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: Yeah, when I looked deeper into it, I found they were called aliases, not aliases T3/r7/2015-10-26.txt.gz:{chan ch=tech}Leonassan Tech: I feel like I should alias synonym to alias just to confuse the hell out of myself. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: I made a "mapper goto 32418" alias :D T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Thanks for looking deeper into it. I'll be sure to call them aliases from now on, and not aliases. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: or rather, an alias for that T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Did you make it correctly, though? T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: Yeah, it worked T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: oh wait T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: You have to set Send to to Execute, not World. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: indeed, Aard is like wtf is mapper T3/r7/2015-10-26.txt.gz:{chan ch=tech}Leonassan Tech: Execute.. world.. got it. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: THERE we go T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Razukin thanks Arcidayne heartily. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Gee, Brain, what are we gonna do today? The same thing we do every day, Pinky... we're gonna Execute the World! T3/r7/2015-10-26.txt.gz:{chan ch=tech}Leonassan Tech: Oh, duh, no wonder that never works. chmod +x world T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: sudo chmod +x world FYFT T3/r7/2015-10-26.txt.gz:{chan ch=tech}Leonassan Tech: I'm pretty sure if you're executing the world you can be logged in as root. Live dangerously and all that. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Amorat Tech: chown world T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: but does world have subdirectories? T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: or is it just a binary? T3/r7/2015-10-26.txt.gz:{chan ch=tech}Leonassan Tech: if I had to guess it'd be a tarball. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Darling Defines yells, "TARBALLLLLLL!" T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: I dunno, it's kind of a hack. Probably a PHP script T3/r7/2015-10-26.txt.gz:{chan ch=tech}Mannec Tech: http://dord.horse T3/r7/2015-10-26.txt.gz:{chan ch=tech}Lokathor Tech: i wish i had a .horse web domain T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: So get one from domain.com. :p T3/r7/2015-10-26.txt.gz:{chan ch=tech}Lokathor Tech: well i don't 35 dollars wish it :P T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Doesn't cost that much. :p T3/r7/2015-10-26.txt.gz:{chan ch=tech}Lokathor Tech: i'm literally looking at the page right now T3/r7/2015-10-26.txt.gz:{chan ch=tech}Lokathor Tech: 33.99 for lokathor.horse T3/r7/2015-10-26.txt.gz:{chan ch=tech}Cothien Tech: they don't have .fox what? T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: See? Doesn't cost $35.00. $33.99 is less than $35.00, so it doesn't cost that much. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Razukin Tech: Arcidayne this is the tech channel not the technicalities channel :D T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Arcidayne snickers softly. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Aweyn Tech: Testing T3/r7/2015-10-26.txt.gz:{chan ch=tech}Legendary Gruagach Tech: passing T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: failing T3/r7/2015-10-26.txt.gz:{chan ch=tech}Barbafappa Pleiades Tech: KABOOM T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: You're a bad teacher, passing everyone who tests. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Mannec Tech: or a good cannibal, passing everyone who... T3/r7/2015-10-26.txt.gz:{chan ch=tech}Legendary Gruagach Tech: a msg happened, thats a bingo T3/r7/2015-10-26.txt.gz:{chan ch=tech}Aweyn Tech: Yeah. Good teachers fail everyone. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: It's the only way to be sure the student has learned. If they come up to me proving they passed and explain why, I will pass them. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Mannec Tech: would a note from their undertaker suffice? T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: Otherwise, if they accept their failure, then they haven't learned anything. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Legendary Gruagach Tech: i go to online school..as long as i post my discussions by thursday i pass T3/r7/2015-10-26.txt.gz:{chan ch=tech}Arcidayne Tech: You mean as long as "you" post your discussions... doesn't have to be you personally, just someone logged into your account. T3/r7/2015-10-26.txt.gz:{chan ch=tech}Mannec Tech: well, they prolly learned something - but the channel police would object :/ T3/r7/2015-10-26.txt.gz:{chan ch=tech}Tech: Arcidayne snickers softly. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Jedhi Tech: can tintin++ have multiple triggers with same pattern? or does the second one just overwrite the previous trigger with the same pattern? T3/r7/2015-10-27.txt.gz:{chan ch=tech}Aweyn Tech: Did you guys know there's a test version for Blowtorch v2? It's got a chat window and button grids. It's pretty nice. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Amorat Tech: cool! where do you get it? T3/r7/2015-10-27.txt.gz:{chan ch=tech}Aweyn Tech: http://bt.happygoatstudios.com/forum/viewtopic.php?f=4&t=5362 T3/r7/2015-10-27.txt.gz:{chan ch=tech}Aweyn Tech: that was a while ago, but I think it's still being developed. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Jedhi Tech: can tintin++ have multiple triggers with same pattern? or does the second one just overwrite the previous trigger with the same pattern? T3/r7/2015-10-27.txt.gz:{chan ch=tech}Aweyn Tech: you could probably have one trigger with commands separated with T3/r7/2015-10-27.txt.gz:{chan ch=tech}Aweyn Tech: a semicolon T3/r7/2015-10-27.txt.gz:{chan ch=tech}Jedhi Tech: yeah, so there is no way to define more than one trigger with the same pattern. this ducks! T3/r7/2015-10-27.txt.gz:{chan ch=tech}Razukin Tech: I like how if I have picked up a table, I can discard it by typing 'drop table' T3/r7/2015-10-27.txt.gz:{chan ch=tech}Sirona Tech: i just got the new "update" for the mushclient... how do i bring over all my triggers and alias' and variables and stuff that i have created into the new client package? T3/r7/2015-10-27.txt.gz:{chan ch=tech}Mr. Robbo Tech: On the web page for the client, there are update directions further down the page. http://www.aardwolf.com/play/downloadmc.htm T3/r7/2015-10-27.txt.gz:{chan ch=tech}Sirona Tech: thank you for all your help in getting the new update installed and bringing all my old stuff over. you made it easy for me :) T3/r7/2015-10-27.txt.gz:{chan ch=tech}Quadrapus Tech: Any OpenCV users? Looking to talk about their SIFT implementation... drop a tell T3/r7/2015-10-27.txt.gz:{chan ch=tech}Kaniberis Tech: is there a setting in mush client that highlights your command bar when you click on the program? T3/r7/2015-10-27.txt.gz:{chan ch=tech}Veritheia Tech: where are client variables stored, aardwolf.mcl? T3/r7/2015-10-27.txt.gz:{chan ch=tech}Veritheia Tech: e.g. alias, etc T3/r7/2015-10-27.txt.gz:{chan ch=tech}Veritheia Tech: i seem to have overwritten everything when i updated the aardclient T3/r7/2015-10-27.txt.gz:{chan ch=tech}Birdbrain Metria Tech: If you define them yourself, yes. If they're part of plugins, they'd be in the plugin file. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Birdbrain Metria Tech: You should unpack the new version into a separate, new folder. Then copy your plugins over, then import Aardwolf.mcl from inside Mushclient T3/r7/2015-10-27.txt.gz:{chan ch=tech}Veritheia Tech: apparently T3/r7/2015-10-27.txt.gz:{chan ch=tech}Veritheia Tech: it is incredibly inconvenient, to the point that it should probably be in big flashing letters when the update window pops up T3/r7/2015-10-27.txt.gz:{chan ch=tech}CMFP Limunious Tech: can mush client send texts? T3/r7/2015-10-27.txt.gz:{chan ch=tech}BobTheGreat Tech: what kind of texts T3/r7/2015-10-27.txt.gz:{chan ch=tech}CMFP Limunious Tech: like a text message or an email or something like that? T3/r7/2015-10-27.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Not directly, although if you were nerdy enough you could code something up. T3/r7/2015-10-27.txt.gz:{chan ch=tech}CMFP Limunious Tech: my coding is not quite up to speed:( T3/r7/2015-10-27.txt.gz:{chan ch=tech}Arcidayne Tech: I actually have working code for MUSH to send text messages. :P T3/r7/2015-10-27.txt.gz:{chan ch=tech}CMFP Limunious Tech: no shit? T3/r7/2015-10-27.txt.gz:{chan ch=tech}Arcidayne Tech: The problem is that due to the lack of multithreading, it creates a bottleneck and MUSH freezes up for a bit until the operation is complete. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Write a helper daemon and pass off the heavy lifting to it. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Arcidayne Tech: I wrote it in Lua for CMUD, which supports multithreading, so it's easily transferrable to MUSH. I used to email all the notes to myself that way. T3/r7/2015-10-27.txt.gz:{chan ch=tech}CMFP Limunious Tech: i just wnna get a text when double hits T3/r7/2015-10-27.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Your phone will melt T3/r7/2015-10-27.txt.gz:{chan ch=tech}Arcidayne Tech: Heh, you'd lose a minute or so on sending that text. ;) T3/r7/2015-10-27.txt.gz:{chan ch=tech}CMFP Limunious Tech: actually wasnt there a site to sign up for double texting or something like that T3/r7/2015-10-27.txt.gz:{chan ch=tech}Arcidayne Tech: I think Abelinc automatically tweets it or something. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Arcidayne Tech: I wish MUSH would work with threading, though. It'd make my plugins that access web information that much more seamless. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Arcidayne Tech: Thankfully I can use asynchronous requests, but even that isn't as smooth as it was on CMUD. T3/r7/2015-10-27.txt.gz:{chan ch=tech}Useful Hadar Tech: dont worry i cant even get lua sockets to upload a file bigger then 1kb to my server lol T3/r7/2015-10-27.txt.gz:{chan ch=tech}Arcidayne Tech: That's because you set limits that should be removed. *srun* T3/r7/2015-10-27.txt.gz:{chan ch=tech}Tech: Useful Hadar shakes his head. T3/r7/2015-10-27.txt.gz:{chan ch=tech}CMFP Limunious Tech: ok found the aardstats tweet thing, im not a tweeter or whatever, i wonde rif i can just sign up for alerts T3/r7/2015-10-27.txt.gz:{chan ch=tech}Birdbrain Metria Tech: You might be able to use 'if this then that' to set up custom alerts if you wanted T3/r7/2015-10-28.txt.gz:{chan ch=tech}Vannish Tech: Does anyone know if the official mobile client allows me to play vertically? My screen is quite small so horizontally I can only read 6 lines. . . T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bobolai Tech: when I set a level on an exit in mapper, does the limit scale with tier? T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't think so T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I think only handheld portal levels scale T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mushclient does support threading, btw, with the use of the llthreads addition I package T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's what my async request file does T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it spawns a background thread, because socket IO is not by nature non-blocking T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (any IO, really) T3/r7/2015-10-28.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: PC question...if a system hangs just from being idle...it's probably a HDD issue...or mobo issue? T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: unlikely electronic T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: more likely a drive error T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: could also be a cabling problem causing a drive error T3/r7/2015-10-28.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: hmm...so it'll be a good idea to re-sit everything on the mobo? T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I suppose it depends on how new everything is, how often it happens, when it happens T3/r7/2015-10-28.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: it sort of happens at random..it's approx 2years old..and i realllly don't want to change my HDD :| will be achore to reinstall all the important software and plugins and etc to work my large format printer :| T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so clone the drive T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you get a clean image of it, you have no reinstall T3/r7/2015-10-28.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: i never thought of that...hmm.. you're a genius! T3/r7/2015-10-28.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: thanks, i'll go try it out :D T3/r7/2015-10-28.txt.gz:{chan ch=tech}Zetkax Tech: disconnect the drive, boot up of a live cd and let it run for a while, see if it still hangs T3/r7/2015-10-28.txt.gz:{chan ch=tech}AnN0yiNg Eadric Tech: i have a spare mobo lying around with spare ram spare everything..maybe i'll try all possibilities ^^ T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: Anybody else have trouble getting a mini display port output to connect to a vga projector? Seeing these more and more on laptops (STUPID STUPID STUPID) and the projectors in my office evidently dont get along with these pc's (or macs). T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bode Tech: whats the resolution on the port? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: god only knows T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bode Tech: figure that out first :P T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Do display ports even typically support analog video outputs? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: I already checked the cable connections, tried duplicating display in control panel, tried projector inputs, etc. No dice. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: I would actually expect that unless the port was specifically designed for it, there is no support. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Like DVI. While most DVI ports support it, some do not. HDMI flat out does not have the support for Analog conversion. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: I believe the adapter does the digital to analog conversion, either via hardware or via some associated software. Googling suggest that the projectors are just "too old" but that is unsatisfying explanation T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Perhaps the adapter does, but it'd pretty much have to be an active converter rather than a passive adapter, and you're looking to pay a lot more for something larger in that case. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: we know the projector and associated cabling works, we have groups in there all the time using it but for the most part they are using the VGA output on their laptops. It's just these damn mini ports on macs and now newer pc's that give us trouble. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: and confusingly, sometimes it does work, but it's so random, there's no method, just a log of finagling T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: we called IT to look at it and they couldn't get it to work, so I feel less bad, but still. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Everyone is moving from VGA and DVI to digital such as display and HDMI. It's an inevitable. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: the projectors couldn't really be "too old", could they? All they want is a vga signal, so to me it suggests that the adapter is somehow to blame. Or else something is loose, but we went over all that. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: I know there are actual, specific converters out there, however. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: I'm pretty sure your adapter is a passive adapter that only works with a display port supporting VGA. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: the group insists, though, that they have used that specific laptop with that adapter, with that projector, and it worked. I asked them how and they were unable to explain, "it just worked." Blah. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Hmm... Driver issue? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: that's the only other thing I can think of, but I can't go installing stuff on their laptop. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: I'm going to just move them rooms at this point, I wish they would heed my bold-faced advisories to come in early in case we need to troubleshoot, rather than coming in 5 minutes late and then get huffy with me because their stuff wont work. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: but yeah, do you guys run into this kind of issue with mini display to vga? and what did you do to fix it? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: They may just outright be wrong. I'm still open to that possibility, lol. That it's some cheap, passive adapter. From what I'm reading, it generally requires an active converter. T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: putting a DAC inside a cable is incredibly cheap and easy these days T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: it does look like a cheap adapter, some generic chinko chinese junk brand T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's racist T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: please keep ethnic slurs off the mud T3/r7/2015-10-28.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: "Citlalin is now ignoring you." OK T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: I honestly want to blame the adapter. I'd ask if they have a good one, lol. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Perhaps I'm wrong, but I just have that urge. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: I did find that Dell converters work best with Dell laptops, and theirs is a Dell... something about Dell doing something custom with the ports on their machines. I dunno. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: I hate not knowing. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Oh, Dell. That could explain it. Fsking proprietary focused company. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: At least when Apple goes proprietary they make it *obvious*. Dell just messes with existing connections and ports. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: very innovative, i'm sure T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: definitely appreciate the advice, it just bums me out when I can't get people's stuff working. o well T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Good luck with it, either way! T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: so what it sounds like is that the minidplay port, or rather, its controller, has to be able to support analog output via the mini display port itself? is that accurate? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: whereas, an active adapter won't care if the port supports analog or not, because it will do the conversion independently? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: Perhaps so. From what I'm reading display port supports analog vga only through an active converter. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: If it were native to the display port, the display port would literally have to have one pin for every pin in a vga adapter T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: one other thing, the computer did detect a cable being plugged in, because it switched to projector-only mode. No picture at projector, but it did detect the cable plugging in. is that a good sign, or is the cable detect unrelated to detecting a good signal connection? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Renahla Tech: I'd say it's a good sign, sounds like it knows what's going on more or less because it switched to projector only mode. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Nyxs Tech: the window for S&d that display the mobs in cp cwindow , what is that plugin called, want to disable it but cant seem to find the right one, i assumed it was winklewinkle gui T3/r7/2015-10-28.txt.gz:{chan ch=tech}Fauni Tech: hello out there. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Fauni Tech: does anyone have experience creating unique ids (numbers)? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: what kind of numbers do you need? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Fauni Tech: (in C). T3/r7/2015-10-28.txt.gz:{chan ch=tech}Fauni Tech: can i pm you? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: I can't believe this could actually happen but apparently it did/does... Hypothetical situation: You're a programmer and you develop engine control software for an auto company. You're asked to design the program to detect and determine when the car is being emissions tested, and to alter engine parameters to lower the emissions during that time. If the car senses it's back on the road, alter parameters back to 'normal'. What goes through your head? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Rexyl Tech: "Do I want to get fired?" T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tormat Tech: where to work next. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Azrael Tech: Protected by whistleblower? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: apparently VW has done what I just described. Oh. my. god. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tormat Tech: thats old news :P T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: yeah welcome to last month T3/r7/2015-10-28.txt.gz:{chan ch=tech}Citlalin Tech: I know it's old news, but still, interesting T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: only thing interesting is news networks shilling the idea that people were missold when the reality is people buy VW cos they're efficient and well made, not because of some BS emissions T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: they're not efficient though T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: they are by Europe standards T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: they were only "efficient" because they weren't playing by the rules T3/r7/2015-10-28.txt.gz:{chan ch=tech}Rexyl Tech: Some do. More people care a company acting like it's above the law. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: nah, they were renowned as efficient, they were the first to bring out a 150bhp 2ltr diesel engine, their engines were way ahead of their competitots, who've since caught up some T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: but the people who bought those cars are going to lose horsepower because of the emissions fix T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: nah T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: uh yeah T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: cheater VWs won't pass emissions without the fix and the fix drastically reduces horsepower, torque, and fuel efficiency T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: so don't fix them, then T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: cars don't get tested periodically in Europe? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Gener Tech: they don't in Florida T3/r7/2015-10-28.txt.gz:{chan ch=tech}Wittle Naer Tech: How do I export my map info to use on my new computer's MUSHclient? T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: Florida technically isn't part of civilization T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: they get tested yearly after they're 3yrs old T3/r7/2015-10-28.txt.gz:{chan ch=tech}BobTheGreat Tech: Naer, there's a file in mushclient's directory named "Aardwolf.db" T3/r7/2015-10-28.txt.gz:{chan ch=tech}BobTheGreat Tech: just copy that into the new mushclient's directory T3/r7/2015-10-28.txt.gz:{chan ch=tech}Wittle Naer Tech: Ok, so no exporting necessary? Perfect T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: so they can drive without the fix up until the car is 3 years old. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Gener Tech: haha Florida is the most visited place on earth T3/r7/2015-10-28.txt.gz:{chan ch=tech}Wittle Naer Tech: Thanks! T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: yup, and even then, they only have to meet levels appropriate for the regime when the car was made T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: california is really the only place where VW is screwed T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: that's not true at all T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tigernuts Tech: and that's because california's rules (and just california generally) is ruled by a bunch of braindead ex-hippies T3/r7/2015-10-28.txt.gz:{chan ch=tech}Bishoujo Raded Tech: most US states has NOx emissions regulations T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tech: Naer: actually, copy your entire MUSHclient folder between computers, not just the mapper file...then you don't lose ANYTHING T3/r7/2015-10-28.txt.gz:{chan ch=tech}Tech: Bishoujo Raded nods at you in agreement. T3/r7/2015-10-28.txt.gz:{chan ch=tech}Rexyl Tech: Or put it on dropbox or something similar and have your up to date client wherever you are. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish stretches luxuriously. Kinda makes you want to, doesn't it? T3/r7/2015-10-29.txt.gz:{chan ch=tech}A macabre Sonet Tech: Tank, S&d has a problem with the new version of the mapper database. It dropped a field that Winkle used, you can search for the update on google T3/r7/2015-10-29.txt.gz:{chan ch=tech}Thomas the Tank Tech: is the winkle search and destroy plugin compatible with mush client 4.98? I am getting run time errors. I never had an issue before. T3/r7/2015-10-29.txt.gz:{chan ch=tech}A macabre Sonet Tech: could you be more specific? T3/r7/2015-10-29.txt.gz:{chan ch=tech}A macabre Sonet Tech: What error are you getting? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Thomas the Tank Tech: when I click on a monster on the list I am getting run-time error - Plugin WinkleWinkle_Mapper_Extender_2_8 no such column: r.date_added T3/r7/2015-10-29.txt.gz:{chan ch=tech}A macabre Sonet Tech: type tech -h 10 and read the response I already gave you then. T3/r7/2015-10-29.txt.gz:{chan ch=tech}A macabre Sonet Tech: I asked you on question also if it was that error T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tech: A macabre Sonet :) T3/r7/2015-10-29.txt.gz:{chan ch=tech}Thomas the Tank Tech: I have a mini window that is off the screen how do I reset the window? when I right-click on it I get no options T3/r7/2015-10-29.txt.gz:{chan ch=tech}Crej Tech: xset reset gui T3/r7/2015-10-29.txt.gz:{chan ch=tech}Thomas the Tank Tech: that was it thanks T3/r7/2015-10-29.txt.gz:{chan ch=tech}Farringar Tech: how do i add cexit to mapper? T3/r7/2015-10-29.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: mapper cexit T3/r7/2015-10-29.txt.gz:{chan ch=tech}BobTheGreat Tech: mapper help search cexit T3/r7/2015-10-29.txt.gz:{chan ch=tech}BobTheGreat Tech: mapper help exits works too T3/r7/2015-10-29.txt.gz:{chan ch=tech}Farringar Tech: thanks T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: kortereid kah remondid? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Qbano Tech: Veits lampi? :D T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: lol, yeah T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: ft was the target T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: Hey, I closed my MUSHclient improperly...is there any way to recover my unsaved world? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: the perils of wine...cuz it doesn't autosave the settings as you go...... T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: well, not just wine really, but yeah, it froze and I had to kill it T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: wine is evil T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: well fortunately I didn't lose much config, I just had a few helper aliases but I can add them again. and save compulsively. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: Wine's definitely better than Mudlet, for now :) T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: yeah, mudlet cannot map rooms which names have been colour coded T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: mudlet hates colours.... is mudlet a racist client? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: I think Mudlet just hasn't gone through its civil rights period yet T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: or it is just cranky because of the period! T3/r7/2015-10-29.txt.gz:{chan ch=tech}Crazybeard Tech: mushclient master race T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: master race sounds racist, i think hitlet had the same vision T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: +90 for HItlet T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: lol, *hitler T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: Hitlet is more appropriate T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: Mudlet, Hitlet T3/r7/2015-10-29.txt.gz:{chan ch=tech}Jedhi Tech: rolf.... T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: misspellings are the best. "rolf" included :D T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: rolling on laughing floor T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: I'm not sure how that would feel T3/r7/2015-10-29.txt.gz:{chan ch=tech}Piffaron Tech: I rolf when I drink too much T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: floor starts laughing, huh T3/r7/2015-10-29.txt.gz:{chan ch=tech}Spells Tech: is there a way to copy the rooms i explored to a new copy of mush client since my client is screwed up but i dont want to lose the rooms i explored T3/r7/2015-10-29.txt.gz:{chan ch=tech}Thomas the Tank Tech: copy over the aardwolf.db file and replace it T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: try putting the new client in a different directory, and doing what that guy just said :p T3/r7/2015-10-29.txt.gz:{chan ch=tech}Spells Tech: is that the only thing stored in there? i dont want to copy the problem T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: without knowing what the problem is, thats hard to answer. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Spells Tech: one of them is the maps never show up, its only rooms T3/r7/2015-10-29.txt.gz:{chan ch=tech}Spells Tech: another is with recursive alias's T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: aaaand, we have exceeded the limits of my aardmush knowledge. im much better with rather old zmud... T3/r7/2015-10-29.txt.gz:{chan ch=tech}Spells Tech: copying it didn't break my maps so thats a good thing T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: heh, I still use zmud 4.62 for another mud .) T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: 4.56 baby. thats where its at. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: hey, heres a question - in 4.62, can you do a trigger on zero or more of a character? or do you still need a separate trigger for the zero case? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: #IF {ar<>""} {do one thing} {do another} T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: ar = var T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: ugh, the var variable T3/r7/2015-10-29.txt.gz:{chan ch=tech}Cothien Tech: the one thing i miss from zmud is that split screen it would do when you scrolled up on the text T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: screen-splitting is one of my favorite things. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: that being said it's an alias, I don't use it in a trigger T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: not quite what i meant - if a trigger is set to match a string consisting of the letter a, followed by zero or more b, followed by c, mine will fail to match the string 'ab'. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: can you give an example? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: not ... easily, no. ive been working around that bug for a _long_ time, and theres a huge pile of triggers to dig thru. i might be able to find one. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: maybe it was zero or more whitespace? ive found one of those. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: trigger on ~(%s(%d)~) pairs of boots, command is #say %1 T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: ( 7) pairs of boots works, the result is '7'. (27) fails, because there is no whitespace between (and 2. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: it claims to have a method for matching {this|that}, but it doesnt seem to accept empty strings in that syntax. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: did you try {*(%d)}? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: i vaguely remember what %s/%d stand for. can you point me at the help file? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: that works for ( 7), but fails for (27). neither '%s' nor '*' match zero or more. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: pattern matching is the topic. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: thx T3/r7/2015-10-29.txt.gz:{chan ch=tech}Saintdavid Tech: is there a way to add window in my mushclien for channels and tells T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zetkax Tech: if you downloaded the aardwolf version of mushclient it should already have that T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: my mush has a window for communications T3/r7/2015-10-29.txt.gz:{chan ch=tech}Saintdavid Tech: i am on a mac T3/r7/2015-10-29.txt.gz:{chan ch=tech}Saintdavid Tech: it doesnt load everything i guess T3/r7/2015-10-29.txt.gz:{chan ch=tech}Saintdavid Tech: i using wine T3/r7/2015-10-29.txt.gz:{chan ch=tech}Saintdavid Tech: can i go in myself and add it? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Tirron Tech: Mannec, did you try creating two patterns, one for below 10, one above 9 and with 1 space? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Ayasinda Tech: Saintdavid did you download your mushclient form the aardwolf website? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Saintdavid Tech: yes T3/r7/2015-10-29.txt.gz:{chan ch=tech}Saintdavid Tech: did not creat two patterns looking for how to do that T3/r7/2015-10-29.txt.gz:{chan ch=tech}Mannec Tech: the workaround i found was 'two triggers', one patter with space, one without. hmm ... i suppose i could do some in-comand string parsing... but eww. T3/r7/2015-10-29.txt.gz:{chan ch=tech}Saintdavid Tech: i dont even have the map one like it should T3/r7/2015-10-29.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: was there a plugin that counts the attacking mobs? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zagyg Tech: which plugin is the one that shows hp and mana and exp on a scale view. its not working and thinking to reload it T3/r7/2015-10-29.txt.gz:{chan ch=tech}Bast Tech: Aardwolf_Health_Bars T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zagyg Tech: well that didnt work hmm T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zagyg Tech: but that is the right one T3/r7/2015-10-29.txt.gz:{chan ch=tech}Crazybeard Tech: make it isnt obscurred by another window or 2 T3/r7/2015-10-29.txt.gz:{chan ch=tech}Crazybeard Tech: make sure* T3/r7/2015-10-29.txt.gz:{chan ch=tech}Endymion Tech: try GMCP_helper ? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zagyg Tech: checked, just blacked out T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zagyg Tech: how do check that, disable, enable? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Endymion Tech: err meant GMCP_handler T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zagyg Tech: reinstall worked T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zagyg Tech: thanks guys T3/r7/2015-10-29.txt.gz:{chan ch=tech}Zagyg Tech: why do things like that happen anyway? T3/r7/2015-10-29.txt.gz:{chan ch=tech}Crazybeard Tech: im pretty sure jesus sees gamers as heretics and punishes us indirectly through random bugs T3/r7/2015-10-29.txt.gz:{chan ch=tech}Razukin Tech: I see no flaws in your reasoning T3/r7/2015-10-29.txt.gz:{chan ch=tech}Crazybeard Tech: lol fallout 4 will be proof of this statement... T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: get your questions in T3/r7/2015-10-30.txt.gz:{chan ch=tech}Hundino Tech: i have a major problem T3/r7/2015-10-30.txt.gz:{chan ch=tech}Hundino Tech: .. after downloading mushclient and all that jazz,and adding plugins and so on and so forth .. two of my plugins down appear after remove and install twice already .. that being the big map and the ui mapper screen. also, my chatlog is so big that the corner of the bar which allows you to resize it, is stuck under the scroll bar of the client, so i cant resize it. i have no idea how to fix this or whether the missing screens are sent into the nexus i cant reach beneath the scrollbar. i have resized and moved everything else to check for it, but it isnt hiding under anything. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Zetkax Tech: what operating system? windows? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Hundino Tech: windows 7 T3/r7/2015-10-30.txt.gz:{chan ch=tech}Hundino Tech: if i can just resize the mush frame to fit to the insde frame before the scroller bar .. because everything can disappear into the right side under the scroll bar where i cant reach it T3/r7/2015-10-30.txt.gz:{chan ch=tech}Hundino Tech: so no one knows how to fix this? sorry disconnected T3/r7/2015-10-30.txt.gz:{chan ch=tech}Khannon Tech: I wonder why S&D doesn't recognize aylor mobs, it always tries to run Old cath entrance when T3/r7/2015-10-30.txt.gz:{chan ch=tech}Khannon Tech: Nvm that, I never had proper xset made for Aylor T3/r7/2015-10-30.txt.gz:{chan ch=tech}Khannon Tech: Is there anyway to set quick alias to mark room norecall/noportal? Atm I would always have to enter ID even if I'm sitting on that room. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bugsy Tech: i always just try to portal and recall out T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bugsy Tech: tht automarks T3/r7/2015-10-30.txt.gz:{chan ch=tech}Khannon Tech: yeah, I've done it that way, but I was hoping to make an alias to quick mark both T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bugsy Tech: but how do u know its like tht until you try? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bugsy Tech: and once u try it does it automatically and wont recall or portal out from tht particular room again T3/r7/2015-10-30.txt.gz:{chan ch=tech}Khannon Tech: I don't like to recall out from room, because mostly it's recall function that shoots before portal T3/r7/2015-10-30.txt.gz:{chan ch=tech}Khannon Tech: The way mapper manual marking of norecall/noportal are set I guess there is no easier way to do it, room ID is always required for these commands, so I guess yeah just recalling/portaling out of room marks it faster then manual T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bishoujo Raded Tech: I have an alias that will try to take me to my clan recall. so in noportal/norecall rooms it'll try to portal, fail, mark it noportal, then I'll do it again and it'll try to recall, fail, and mark it norecall. that's what I do. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bugsy Tech: yup T3/r7/2015-10-30.txt.gz:{chan ch=tech}Khannon Tech: Yeah, I was hoping erm, since I know that these rooms are all noport/norecall, to quickly mark then with an alias :P T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bugsy Tech: u must be in storm ships T3/r7/2015-10-30.txt.gz:{chan ch=tech}Khannon Tech: Lot more areas that you need to SW to certain spot T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: who has mushclient questions? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Wittle Naer Tech: This is driving me insane. Every single time I sign in from my work laptop, "tags" and "automap" default to on. I turn them off each time, but it never saves. How can I fix this? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Wittle Naer Tech: Mushclient T3/r7/2015-10-30.txt.gz:{chan ch=tech}Wittle Naer Tech: I have the exact same version on my home PC, and this never happens. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Razukin Tech: man, my MUSHclient freezes sometimes overnight (Mac/Wine) so I thought, let's try Mudlet with MAG. OMG NO SOMEBODY SAVE ME T3/r7/2015-10-30.txt.gz:{chan ch=tech}Razukin Tech: I'll deal with mostly-functional-but-occasionally-freezing MUSHclient and just remember to sav eoften T3/r7/2015-10-30.txt.gz:{chan ch=tech}Mannec Tech: set up a timer trigger to autosave every 5-10minutes :p T3/r7/2015-10-30.txt.gz:{chan ch=tech}Razukin Tech: to save the world settings you mean? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Mannec Tech: whatever it is that needs saving, aye. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Razukin Tech: so Mudlet doesn't really have any good Aard packages yet, I guess? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Razukin Tech: I only see MAG (5 years old?) and damp (3 years old) out there. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: could any Lua savvy or xml whizkidz tell me how to fix these two problems with code at the URL at the end of this message please? 1. the qff command throws an error after the first entry but seems to work fine after re-installing and 2. why there is whitespace in the qff_tellme command in the fields bag and mv potion. URL : http://pastebin.com/Td9RcZah T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: erm qff_tellme function that is, pardon me T3/r7/2015-10-30.txt.gz:{chan ch=tech}Tech: Bloood hiccups. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: what ever happened to the days there were no scipts? lol T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: thre's one answer for that T3/r7/2015-10-30.txt.gz:{chan ch=tech}Ayasinda Tech: did they ever exist? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: and would you care for me to enlighten you? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: take that as a no. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: hint:I am on one now (though it be legal) T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: that comment T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: like hello T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: aardwolf is a script T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: coded in Lua T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: 4.8 iirc T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: which was developed as a code for mainting oil function systems on a oil rig in portugal T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: ... T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: maintaining* T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: please someone look at this and explain to me the fixes for the 2 errors T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: http://pastebin.com/Td9RcZah T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: even abelinc cant be bothered even though he helped me write the plugin T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: for another month T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: goodbye aard T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: huh? what? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: this code is unmaintainable T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: spaghetti code T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: so, one time is acceptable, 2ce is pushing it and i cut off after the third T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: so, for the third time T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: any help on the code at http://pastebin.com/Td9RcZah T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: what help do you need with it? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: aha T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: thank you for stepping up man T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: i currently have 2 problems with it T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: well most can't code here T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: but i will not study this code T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: after the very first install the qff command throws an error yet after re-installing the plugin it works fine T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: so the only problem is the error on install? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: and what does this plugin do? autoquaff potions? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: the second is that the qff command that calls the qff_tellme function adds 1 character of whitespace in the "bag : *" as in bag : *" and same with mv potion T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: i know for sure that problem 1 is the most fixable T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: is autoquaffer legal? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: yes T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: as long as you dont go afk T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: then it is considered botting T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: same as winklewinkle s&d triple pack it cuts the line very thin T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: but it's legal technically T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: with no added triggers/aliases T3/r7/2015-10-30.txt.gz:{chan ch=tech}Trachx Tech: is "tonumber(1)" smart way to get integer variable of 1 ? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: ask abelinc :p T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: sry no u are asking me T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: and i would say no T3/r7/2015-10-30.txt.gz:{chan ch=tech}Zetkax Tech: trachx, it will give you a number but so will a = 1 T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: i have autoquaffer.... T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: but these are not the problems in question T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: that all works fine T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: so i will leave it :p T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: i just need help with the oninstall and the whitespace T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: Lunk will provide solution if he r given one T3/r7/2015-10-30.txt.gz:{chan ch=tech}Trachx Tech: what is error desc/text on install ? T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: oh hang on T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: 1 min T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: try this: https://drive.google.com/file/d/0B45AJxhtxDHmVFVhMENQZmtDTjA/view?usp=sharing T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: just unpack into the dedicated folder T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: ok need to re-log for this T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: brb T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: plugin installs fine, but upon first use of the qff command i get the lengthy error here : http://pastebin.com/98DC2W16 T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: then after re-installing the plugin it seems to work fine T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: this error is not from my plugin T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: when linking to pastebin, only give us the raw link T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://pastebin.com/raw.php?i=98DC2W16 instead of ^ T3/r7/2015-10-30.txt.gz:{chan ch=tech}Jedhi Tech: and my plugin uses aardwolf aliases 1 and 2 for hp and mana quaffing T3/r7/2015-10-30.txt.gz:{chan ch=tech}Trachx Tech: I think that you just need qff_bag = "bag" just after SetVariable ("qff_bag", "bag") T3/r7/2015-10-30.txt.gz:{chan ch=tech}Trachx Tech: same apply to all other variables, basically after checking that GetVariable is nil you assign new value to stored variable but not to variable itself T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: lines 246 247 and 248 in the original pastebin file http://pastebin.com/98DC2W16 - sorry fiendish not too sure how to do this T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: click on the button that says "Raw" T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: ahh T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: here is the whole plugin : http://pastebin.com/raw.php?i=Td9RcZah T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: and here is the error on first qff command after first install : http://pastebin.com/raw.php?i=98DC2W16 T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so instead of ... T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: qff_bag = GetVariable ("qff_bag") if GetVariable ("qff_bag") == nil then SetVariable ("qff_bag", "bag") end T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you need to have... T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: qff_bag = GetVariable ("qff_bag") if qff_bag == nil then qff_bag = "bag" SetVariable ("qff_bag", qff_bag) end T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: etc T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you probably want to do that for all of your variables T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (in OnPluginEnable) T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: just about to try the fix you gave me for the bag variable T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the reason you get the error only on the first time, is because you say "Hey give me qff_bag!" which is nil. and then you say "Ok, well next time give me something for real" T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: just as you predicted, looks like the solution worked for the bag variable as the error is now the next variable (hp_potion) T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah, do it for all of them T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: stay tuned T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: brb T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: ok made the adjustments to the code, going to try it out now T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: brb! T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: oh my gosh T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: it works T3/r7/2015-10-30.txt.gz:{chan ch=tech}Arcidayne Tech: Osh Kosh Begosh. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: massive ty Fiendish btw i replied to the note you sent me on personal T3/r7/2015-10-30.txt.gz:{chan ch=tech}Tech: Bloood -) T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: updating github now... T3/r7/2015-10-30.txt.gz:{chan ch=tech}Bloood Tech: done T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I saw. I couldn't understand what it was saying. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Tech: Arcidayne chuckles politely. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Arcidayne Tech: Love the #sub plugin, and love that it works at packet level. T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: thanks. just be careful with overly trivial substitutions. sub something awful like "a -> b" and you'll break the parsing engine T3/r7/2015-10-30.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i've forgotten all about subtitutions since tt++:P T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: actually, a to b might be ok T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: how about { to } :> T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but there will be things that if you substitute them it can mess with things like ansi codes T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: actually I'm trying a to b now. it's kinda funny T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not sure you can sub curly braces. I didn't test that for functionality T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: well it breaks the gmcp plugin hard T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: since I use them as delimiters T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: but it "works" T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: #sub {{} {}}? T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: I did #sub { } T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what did you type in? T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: huh. really? T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: interesting T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I guess that doesn't match the phrase glob and does match the regex. neat. T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: oh yeah. look at all them gmcp data errors T3/r7/2015-10-30.txt.gz:{chan ch=tech}Tech: Arcidayne falls to the ground and rolls around, laughing hysterically. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Arcidayne Tech: Appears to be the gmcp structure that breaks it, though. T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: what is #sub generally used for? T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: generally? for replacing someone's name with an epithet T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: nothing useful T3/r7/2015-10-30.txt.gz:{chan ch=tech}Arcidayne Tech: People use it for all kinds of things. I could sub BobtheGreat to just Bob, or if I knew your real name, your real name. Etc. T3/r7/2015-10-30.txt.gz:{chan ch=tech}Arcidayne Tech: I've used it to replace mob descriptions with mob keywords. T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: hmm, that's a good idea T3/r7/2015-10-30.txt.gz:{chan ch=tech}Arcidayne Tech: Also their respective levels. *shrug* T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but the other day someone set me on ignore because I called out an ethnic slur. so I had a strong urge to #sub their name with a marker indicating "(ignored me for pointing out an ethnic slur, lol)" T3/r7/2015-10-30.txt.gz:{chan ch=tech}Tech: Arcidayne rolls on the floor laughing at The Jerk Fiendish's antics! T3/r7/2015-10-30.txt.gz:{chan ch=tech}Ixle Tech: Here's a good use of subs: substitute the long description of no-scan mobs so that when you walk over them they stand out. T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I bet it's going to mess with the mapper T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: hmm, can't use color codes in the sub output T3/r7/2015-10-30.txt.gz:{chan ch=tech}Ylar Tech: hmm...has anyone made a plugin for storing notes about players? something like, clicking on their name and storing notes you can view later? T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you can. you just need to know how to wedge ansi sequences into string.gsub T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: oops, completely forgot that color codes are a server thing T3/r7/2015-10-30.txt.gz:{chan ch=tech}Tech: BobTheGreat bonks himself and grimaces in pain. T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you sub my name and then go to Fiendishly Twisted Space in vidblain, I bet it stores the sub in the mapper T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: only slightly unfortunate T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: as long as it's subbed forever shouldn't be a problem :P T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: heh T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: if that's true, subbing a -> b and running around the whole mud might cause big problems T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I mean, the alternative is to only pick out channels. T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but then I have to change the chat echo plugin to use gmcp instead of tags and mask all tags so that I can only #sub in gmcp channels, plus I have to deal with mushclient style runs. it's a lot of extra steps. T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and it wouldn't work on things like flist etc T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: yeah, I'll just be careful T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: #sub becomes a small headache with two different data streams, visible and gmcp, where some of the gmcp is programmatic info and some is for display (specifically channels) T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: altering the packets before they go to trigger processing seemed the easiest way T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: otherwise the safest thing is just a "*" trigger, and then you don't get the subs in the comm log T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: which is maybe the better approach? T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: how would you recreate the output with colors? T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: in the * trigger, I mean T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: with a serious of very painful to write scripts T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: series T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: replace \e codes at socket level -> process text in * trigger -> split up text into ColourTells? T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: I wouldn't want to write that T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well, it depends on whether you want to search across color boundaries T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's all easier if you don't T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if you don't... T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: I wouldn't want to search across color boundaries because it raises the question of what it should be replaced to T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sure T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: do you get rid of the color code or intelligently insert it back into the replacement T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so mushclient gives you "style runs" for trigger matches T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: each line is broken up into solid color segments T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: huh, never used those T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you iterate through all the color segments looking for matches, do your substitutions, adjust the length field of the style accordingly, then either simulate or colournote back out T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: this is all, I must stress, several orders of magnitude more processing per line T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but probably fast enough still that you'd never notice? T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: If lines are processed at even 1 us each, then 1000x will be noticable T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: but those are just guesses, I don't know either numbers T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: well, I don't think it's 1000x T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: could be 50 or 100x though T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyway I already have the code to do it T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so I can play with it T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: all the extra processing might be necessary. packet level replacement might just be too dangerous T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I think I have it... T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: #sub {[fF][iI][eE][nN][dD][iI][sS][hH]([:,. ])} {ButtHead%1} T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: (not very straightforward...) T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: to avoid the room in vidblain? T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yeah T3/r7/2015-10-30.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't remember zmud subs being such a pain. but zmud also didn't do gmcp :\ T3/r7/2015-10-30.txt.gz:{chan ch=tech}BobTheGreat Tech: many #subs would benefit from "guards" like that T3/r7/2015-10-31.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: get your mushclient questions in T3/r7/2015-10-31.txt.gz:{chan ch=tech}CMFP Limunious Tech: whats the correct pagesize for mush when paging T3/r7/2015-10-31.txt.gz:{chan ch=tech}CMFP Limunious Tech: so not to lagout T3/r7/2015-10-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: There is no correct pagesize, it's a personal preference. T3/r7/2015-10-31.txt.gz:{chan ch=tech}CMFP Limunious Tech: i just dont wanna disconnect T3/r7/2015-10-31.txt.gz:{chan ch=tech}Khannon Tech: default is 24? T3/r7/2015-10-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Its not a function of mushclient, more your connection. I have mine set to 300 (the max) and I don't get disconnected on Mush. T3/r7/2015-10-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Keep experimenting until you find a setting that works would be my advice. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: Anyone using Mac + Winebottler having issues with their communication logging not working? T3/r7/2015-10-31.txt.gz:{chan ch=tech}CMFP Limunious Tech: i stopped using bottler and just run straight wine T3/r7/2015-10-31.txt.gz:{chan ch=tech}CMFP Limunious Tech: winebottle for me was a nightmare T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: hrm, ill have to try straight wine again T3/r7/2015-10-31.txt.gz:{chan ch=tech}Siren Cera Tech: i can't get mush (even with wine) to with with yosimite. my laptop is now el capatian, but my desktop is still maveracks T3/r7/2015-10-31.txt.gz:{chan ch=tech}Siren Cera Tech: i also have issues with wine 6, so I'm using wine 4. T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: in MUSHclient scripting, is there an object like stdout that writes to the ain window T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: main window* T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: Note() or ColourNote() T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: but those are functions, but is the mainwindow output a file object that can be written to like stdout in *nix T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: s/but// T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: I think you're misunderstanding what exactly stdout is... T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: stdout is a device that represents standard output T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: standard output from the program itself...are you planning to compile MUSHclient? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: if no, then you're not talking about the right thing T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: yeah so I'm looking for an analog of stdout for the main window instead of actual standard output T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: when you want to write to the main output, I told you what to do... T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: until you can express some other thing that you want to do coherently, that is the only answer T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: I want to make a function where I can pass in a file object to write to, so for debugging I can pass in "stdout" T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: do you know how Microsoft Windows works? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Wanpo Tech: yes lols T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: you're not on unix, you're not using a command-line utility... T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: if you want to write to a file, then write to a file...it has nothing whatsoever to do with stdout T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: nice! T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: mis T3/r7/2015-10-31.txt.gz:{chan ch=tech}Endymion Tech: you could name your file writing function "stdout" if that makes you feel better T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: Eh, was just wondering if it existed T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: it never really exists in a non-terminal environment... T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: can I? T3/r7/2015-10-31.txt.gz:{chan ch=tech}BobTheGreat Tech: mis T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: does anyone know the specific lines that need to be updated in snd to make it compatible with the latest version of aard? T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: finger nokfah T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: nokfah has made the changes T3/r7/2015-10-31.txt.gz:{chan ch=tech}Trachx Tech: is it not so simple T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: i know that has an updated script, but I just want to update my own, which is why Im looking for the specific lines T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: it's like the entire plugin T3/r7/2015-10-31.txt.gz:{chan ch=tech}Trachx Tech: you need to xset all areas if you use Nokfah solution T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: the lines are a change in how the plugin works T3/r7/2015-10-31.txt.gz:{chan ch=tech}Trachx Tech: I would rather just modify mapper upgrade function T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: WW's: save the xset to Fiendish's database...what breaks it in latest aardMUSH is that the database no longer has that field...so you need to re-architect it, not only to save it elsewhere, but also to look it up differently T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: Why would you do that? Then you wouldn't be able to use any of fiendishes updates.... T3/r7/2015-10-31.txt.gz:{chan ch=tech}Trachx Tech: if I use now S&D then I cannot just upgrade to newest aard package, so modifying mapper is as bad solution as using S&D T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: Why not use Nokfahs? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: or just use an already-updated S&D which is compatible T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: the state file he provides has xset mark in almost all the right areas T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: but if you really want to know what lines to change run soem kind of version comparison on WW and Nokfah's version T3/r7/2015-10-31.txt.gz:{chan ch=tech}Trachx Tech: your solution is good if you use vanilla S&D - then you just get Nokfah's one T3/r7/2015-10-31.txt.gz:{chan ch=tech}Khannon Tech: there's better then vanilla S&D? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Fatal FrostBite Tech: you're screwed if you use bot S&D =P T3/r7/2015-10-31.txt.gz:{chan ch=tech}Arcidayne Tech: I don't run "vanilla S&D", and it works fine for me. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Trachx Tech: but ... you still need to press F1 to win GQ and F2 to complete campaign T3/r7/2015-10-31.txt.gz:{chan ch=tech}Arcidayne Tech: I changed those to shift g and shift c. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Fatal FrostBite Tech: Seems legit =P T3/r7/2015-10-31.txt.gz:{chan ch=tech}Khannon Tech: I'm quite unsure how pressing 1 button on vanilla S&D function, since it just throws layout T3/r7/2015-10-31.txt.gz:{chan ch=tech}Trachx Tech: not on vanilla one, on that previously mentioned bot S&D T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: If you are smart enough to make a bot S&D then why are you asking for help? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: cuz he received a bot S&D :P T3/r7/2015-10-31.txt.gz:{chan ch=tech}Khannon Tech: Yeah so I'm guessing people with knowledge how to have modified S&D to function similar way it does for CP's T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: Fatal FrostBite crosses his arms and nods slowly and sagely to Magnar Narcus the mage. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: Fatal FrostBite crosses his arms and nods sagely to you. T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: you can get the latest mush package but you would need to use the old mapper plugin T3/r7/2015-10-31.txt.gz:{chan ch=tech}Mr. Robbo Tech: I custom coded my own on CMUD. I type 'gqwin' T3/r7/2015-10-31.txt.gz:{chan ch=tech}Mr. Robbo Tech: Or 'autocp' T3/r7/2015-10-31.txt.gz:{chan ch=tech}Mr. Robbo Tech: Works every time. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Arcidayne Tech: Heh, mine is better. It's simply "winaard", and it just wins at Aarding. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Mr. Robbo Tech: Man, I'm gonna have to upgrade now. T3/r7/2015-10-31.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: mine is afk T3/r7/2015-10-31.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it also wins at aarding for me, just a lot slower T3/r7/2015-10-31.txt.gz:{chan ch=tech}Birdbrain Metria Tech: I wrote a bot so advanced it became self aware and makes me level for it. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: khannon: winkle modified it to function similar way to how it does for CPs, he just distributed that one privately (and pretended it didn't exist :P) T3/r7/2015-10-31.txt.gz:{chan ch=tech}Khannon Tech: Yeah, I knew it, it's too obvious that people have got hands for it or self modified, though I lack knowledge for such thing T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: btw, a "diff" on Winkle's and Nokfah's prduces a 227-line patch file :P T3/r7/2015-10-31.txt.gz:{chan ch=tech}GreenAcid Tech: yea, nokfah rewrote most of the plugin T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: mind you, it IS an 1800-line file to begin with T3/r7/2015-10-31.txt.gz:{chan ch=tech}Birdbrain Metria Tech: The length of the patch file isn't necessarily a good metric of changes, depending on how much context is surrounding each diff. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Arcidayne Tech: A lot of it is simply removing some of the lines that no longer apply and rewriting a few that do. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: not much context in the diff T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: any idea why a highlighted word/phrase wouldn't be showing up as highlighted? I've used it before successfully, but after I installed it's not cooperating anymore, and yes the highlight is in my triggers still T3/r7/2015-10-31.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Your pattern doesn't match exactly? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: it does, i've triple checked T3/r7/2015-10-31.txt.gz:{chan ch=tech}Birdbrain Metria Tech: What's the pattern? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: You concentrate and banish its soul! T3/r7/2015-10-31.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Is "enabled" checked for the trigger? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: yep T3/r7/2015-10-31.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Hm. I dunno. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: looks like it was the punctuation. hrm. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Birdbrain Metria Tech: As in, the pattern wasn't an exact match? :P T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: no, she means that the pattern has a !, the text has a !, but that didn't work unless she wildcarded/unanchored it T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: yeah....i removed the ! and then it worked T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: hmm, it shouldn't have worked if you only removed the !...did you have the "regular expression" checkbox ticked? T3/r7/2015-10-31.txt.gz:{chan ch=tech}Zetkax Tech: instead of removing it try putting one or two backslashes before the ! T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: it works now....i'm happy =P T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: without the !, it couldn't match as a glob pattern, as glob is inherently anchored T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: but all I did was highlight the phrase right click and hit higlight, so now i dind'dt choose regular expression T3/r7/2015-10-31.txt.gz:{chan ch=tech}Shaelynne Tech: no* T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: oh, yeah, highlight trig automatically puts * at the start/end T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: when you use the right-click option T3/r7/2015-10-31.txt.gz:{chan ch=tech}Tech: well, or the menu option as well...I just mean if you tell MUSH to "make me a highlight trig" rather than making your own highlight trig by making a trig and choosing the color options T3/r7/2015-10-31.txt.gz:{chan ch=tech}Cytan Tech: in tt++, how can I escape the @ symbol? For example, #substitute {string} {gt @Rstring@w} ? its a special char for @functions and doing to escape did't work. T3/r7/2015-10-31.txt.gz:{chan ch=tech}Cytan Tech: doing \