T3/r7/2016-07-01.txt.gz:{chan ch=tech}Alzar Tech: Is there a way to automatically size the windows? My resolution is 1920x1080, but when I maximize my client they don't take up all the space automatically. Annoyin'. T3/r7/2016-07-01.txt.gz:{chan ch=tech}Devlyiik Tech: I believe you can manually change the the windows and save the world details (that's what I did and it saved the setup I had) T3/r7/2016-07-01.txt.gz:{chan ch=tech}Alzar Tech: The issue is that I share a client between my desktop and laptop. T3/r7/2016-07-01.txt.gz:{chan ch=tech}Tech: the size of the windows is kept in the state file for the plugin controlling the window... T3/r7/2016-07-01.txt.gz:{chan ch=tech}Ullin Tech: I am not able to save a table in a mushplugin using onpluginsave and then the setvariable function. The odd part is that I can't find the state of the plugin in the state folder either...I know it's not enough info, but would this point to a glaringly obvious error? T3/r7/2016-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: You save tables by serializing them have you done that? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Ullin Tech: yes, that part I have done a million times T3/r7/2016-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Hard to say without looking at the file, could be any number of things, are you sure the code is getting called? How are you sure it's not saving, just by looking for state file manually? Once I had two onpluginsave or whatever functions that took me a while to figure out :) T3/r7/2016-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Try just saving a variable... T3/r7/2016-07-01.txt.gz:{chan ch=tech}Ullin Tech: let me see T3/r7/2016-07-01.txt.gz:{chan ch=tech}Ullin Tech: misterious....will look at it later with a fresh mind. score T3/r7/2016-07-01.txt.gz:{chan ch=tech}Ullin Tech: figured out. for some reason I was missing save_state="y" in the plugin definition! T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: anyone have an alignment plugin that alerts when your al drops or goes to high? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: that's easily writeable T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: who has mushclient questions? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: I do! T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: first, how can I get a trigger to fire off of something in the communication window? T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that depends on what it is T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: trigger to fire off of a tell, trying to make like a page trigger that plays a sound if someone tells you a string. it works when I do a tell -h, but not when people tell me, as it goes to the communication window only. T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: all channel messages are there by GMCP, and so you might want a plugin that watches for GMCP comm broadcasts from the gmcp handler T3/r7/2016-07-01.txt.gz:{chan ch=tech}Dolt Tech: you dont actually trigger off the comm window. it's just another trigger capturing output and echoing it to that window. trigger off the same thing, though it may be GPMC like finedish says T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: hrm, I haven't ventured into triggering off of gmcp yet...I'm sure there is a tutorial link somewhere? ;) T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I posted one recently T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: one sec T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: here. abelinc has a short url for it. http://abelinc.me/triggergmcp T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: that probably ansers my other questions, just gotta figure out gmcp now lol T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: to see when a tell comes in, you'd look for comm.channel broadcasts and then check for the comm.channel.chan value to be "tell" T3/r7/2016-07-01.txt.gz:{chan ch=tech}Dolt Tech: finedish if you're only echoing to the comm window, is that just it gagging the output from the main window? could you still just trigger on regular channel text output? T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: previously yes, in the future no T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the next release will actually be activating a "gmcp only" mode for channels to save the server from sending the same message twice T3/r7/2016-07-01.txt.gz:{chan ch=tech}Dolt Tech: thats cool T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: wow, that's awesome. T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I need to break this release into multiple parts, though. I'm falling way behind on it because of updates I want to make to the mapper display that are just taking me a long time T3/r7/2016-07-01.txt.gz:{chan ch=tech}Souldragon Tech: I keep seeing {helpkeywords} and etc when reading msgs and help. I'm using the mushclient off the website. What is this? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Dolt Tech: it's a tag T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that really shouldn't be holding back the release though, so this week I'm going to be splitting those changes out into a different code branch T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Souldragon: sounds like maybe you had the help miniwindow plugin active at some point and now you don't? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Souldragon Tech: is there something I should do for the meshclient to read the tags, or should I disable them? T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: try "tags helps off" T3/r7/2016-07-01.txt.gz:{chan ch=tech}Souldragon Tech: thanks jerk T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: using the tags is up to the individual plugin T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: "Fiendish" T3/r7/2016-07-01.txt.gz:{chan ch=tech}Souldragon Tech: yeah I've been palying aard for several years on and off, so that's likely the case T3/r7/2016-07-01.txt.gz:{chan ch=tech}Tech: never disable all tags as a whole, though, unless you use a different client T3/r7/2016-07-01.txt.gz:{chan ch=tech}Souldragon Tech: haha Thank Fiendish T3/r7/2016-07-01.txt.gz:{chan ch=tech}Tech: as that would break plugins like the ASCII mini map, the comm log (until the next release ;-), etc T3/r7/2016-07-01.txt.gz:{chan ch=tech}Dolt Tech: he answers to jerk too T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: The player's actual name is always the last word shown if you also view pretitles T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I answer to all kinds of things. When I was in 2nd grade I answered to "hey you in the green shirt" T3/r7/2016-07-01.txt.gz:{chan ch=tech}Souldragon Tech: I answer to dude a lot T3/r7/2016-07-01.txt.gz:{chan ch=tech}Tech: even when wearing a blue shirt? T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: yes T3/r7/2016-07-01.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: other mushclient questions? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: how can you see gcmp data? or is there a wiki/repository of what it shows? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Bishoujo Raded Tech: like this? http://www.aardwolf.com/wiki/index.php/Clients/GMCP T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: okay, this is overwhelming but I will power through lol T3/r7/2016-07-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: whats a good simple and reliable hunt trick plugin? no SnD T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: bast has one. T3/r7/2016-07-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i know he has T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: so why did you ask? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: heh T3/r7/2016-07-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: reliable T3/r7/2016-07-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: basts plugins are very tricky T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: then write one.. it is not a major task T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: I've used it for a while, before S&D, and never had any issue, it's his other plugins I've had issues with, but hrm...I'm not sure I know of another. T3/r7/2016-07-01.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: my writing is the opposite of reliable T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jainnah Tech: sincere question: what is wrong with SnD? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: in case he just need the hunt trick, snd is overkill T3/r7/2016-07-01.txt.gz:{chan ch=tech}Tech: __m_OO_m__ Hwuaijijal points excitedly at Jedhi! T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: what was the command to see all areas with the short zone uid T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: areas keywords that is T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: 'areas keywords' T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: you gave yourself the answer :p T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: also, help areas would have helped here T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: they are all in your aardwolf.db file also T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: yeah, did that finally. tried help area first :P T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: Heh, enjoy T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: fiendish are you around? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Birdbrain Metria Tech: He's been offline for over 4 hours T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: Could have an alt that he is on with T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: I don't need his character, I need him for a question on one of his post's on Gammon's forum T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: ok, anyone understand this post enough to explain why in use with a print statement in it. The print statement would just sit there and repeatedly fire until the next attempt to store something in the db. Mind you it did store the input just fine but it seems to stay in the while loop. http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=11398 T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: Sorry for my terrible explination they have been giving me dilaudin all morning T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: ok, on further testing it doesn't store the entry right away, it stays 'busy' until the next call then stores both T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: he also says it's just a very basic way to see it. he wasn't going for functionality, just to prove his pooint T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: I know but I don't understand how to use the busy handler enough to impliment that right now T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: why are you using muiltiple copies of mushclient at once? lol T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: I am not, I am manipulating the same database with several plugins at once T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: But the question is about that while loop not what I am doing with it T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: that should not produce the exact same instance that he is seeing, but as I am not even close to he, I will see if I can pass on your query next time he is around. T3/r7/2016-07-01.txt.gz:{chan ch=tech}DeJean Tech: Could I get an answer to my newbie/gossip question on here since this seems to be the ONLY channel out of newbie/gossip/tech that anyone is answering questions on...? T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: what is your question? T3/r7/2016-07-01.txt.gz:{chan ch=tech}DeJean Tech: How does one throw/poor water on a mob from a trash item since 'throw water ' and 'pour water ' keeps saying that the item I'm trying to use doesn't exist? T3/r7/2016-07-01.txt.gz:{chan ch=tech}DeJean Tech: Thank you. At least you responded to me. T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: it's the least I can do ;) T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: sounds like this is a goal thing... pour command does not let you throw water at anyone T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: is it a goal? if yes, then please name the goal as well. perhaps someone does know how to di it T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: what goal? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: this pour water thing... or did it get resolved? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Birdbrain Metria Tech: It's a goal thing for Oz, I'm guessing. T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: writing something cool for aardwolf: https://gist.github.com/keevitaja/ecd7b2ada98393b99bc75156b8145bfa , this how you can make triggers and listen to them. T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: I would dig into the code but I can't right now, what do you mean mage and listen to them? T3/r7/2016-07-01.txt.gz:{chan ch=tech}DeJean Tech: Yeah, the pour thing is fixed. I was doing it in the incorrect place. That's all. T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: it uses events T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: I am still not really understanding you T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: google for the "observer pattern" T3/r7/2016-07-01.txt.gz:{chan ch=tech}DeJean Tech: I am no longer having the problem is what I am saying. T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: dejean I am talking to Jedhi T3/r7/2016-07-01.txt.gz:{chan ch=tech}DeJean Tech: Understood. T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: tech Jedhi, so you are building an event handler in javascript? T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: Not sure what that has to do with the link that you posted though T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: actually i am writing a proxy server in nodejs which can be used as a middle man between client and aardwolf server. so you could make scripts/plugins in ndoejs T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: proxy will run on your local machine T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: ah, that makes more sense. Why nodejs though? T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: because it rocks T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: and lua sucks! T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: node is a web language T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: lol, it is not T3/r7/2016-07-01.txt.gz:{chan ch=tech}Bishoujo Raded Tech: dolphinese is a fish language T3/r7/2016-07-01.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Dolphins aren't fish T3/r7/2016-07-01.txt.gz:{chan ch=tech}Bishoujo Raded Tech: exactly! T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: if it looks like a fish, talks like a fish and swims like a fish. then it is a fish! T3/r7/2016-07-01.txt.gz:{chan ch=tech}A macabre Sonet Tech: to each thier own I guess T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: but i hate fish T3/r7/2016-07-01.txt.gz:{chan ch=tech}Bishoujo Raded Tech: dolphins are fish. humans are fish. boats are fish. bread is fish. T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: and there allways will be a bigger fish! T3/r7/2016-07-01.txt.gz:{chan ch=tech}Lucron Tech: damn fish bread. T3/r7/2016-07-01.txt.gz:{chan ch=tech}Jedhi Tech: arn't we techy today T3/r7/2016-07-01.txt.gz:{chan ch=tech}Queen B Vinatia Tech: never mind, guess i had to refresh T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: Is there anyone here who knows lua? I have a few questions T3/r7/2016-07-02.txt.gz:{chan ch=tech}Lucron Tech: isn't that the name of kanye's kid? hrm. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: Patiently, Anaristos frowns at what Lucron did. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: Wait, is it? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Lucron Tech: no lol T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: haha T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: I'd like to design an area, and I just need a few pointers. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: Don't see where Lua comes into play here. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: a helper on newbie said this is the appropiste channel for these questions T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: It is, but I'm saying I don't see how Lua plays into your question. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: because I need to code the area T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: For Aardwolf? You're a builder? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: No, but I aspire to be one T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: You don't need to know Lua to design the areas. Lua only comes into play with the goals and mprogs. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Snowangel Tzadkiel Tech: R.A.T T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: And it's an in-depth thing with goals and mprogs, too. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: well I wanna design an area/survival where it becomes harder each round T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: I meant arena T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: That'll be linked to a goal, and you should be a builder to gain access to the variables you'll need. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: But there's already one in Aardwolf, as a side note. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: Gladiator's Arena does just that. There are several rounds, and it progressively gets harder. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: Really? Where? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: Oh, great! Where is it? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: Starts out easy, and ends with mobs that web you and are pitas. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: You're quite too small a level yet. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: Oh, what's the min. level? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: There's no lock on it, so you COULD go there now. However, mobs in that area range from level 80 to 100 and above. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: Thank you. I'd still like to design T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: The recommended level for Gladiator goal is 95. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: we are glad to have new area designers. If I may suggest, learn the ways of Aardwolf first so that your area will be an intergral part of it when you finally get to design it. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: Read through 'help builder', too. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: How do you suggest further learning aardwolf T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: playing it is the only real way. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: Your best bet, if you want to design, is write it out somewhere (pen and paper, notepad, etc). Then, you have it ready for when you're ready to become a builder. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: right, and as you learn the game you can make mods and other adjustments to your design. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: Aardwolf is massive. As a result, it'll take a bit to learn some of the finer points of Aardwolf. But absorb what you can through regular gameplay. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: but without the feel for the game, it will be very difficult to create a workable design. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: Thank you so much T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: and knowing how to code is not a deal breaker either. Some of our most famous area designers can't code :) Gastro comes to mind immediately :) T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: Arcidayne smirks. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: so you can find a coding partner and you can develop your ideans together. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: Putting people on blast like that! ;) T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: Patiently, Anaristos goes, "Heh." T3/r7/2016-07-02.txt.gz:{chan ch=tech}Chadari Tech: Thank you again T3/r7/2016-07-02.txt.gz:{chan ch=tech}Luna Tech: anaristos, can i ask a non tech question since i can't send a tell? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: hang on T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: You just did. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: Arcidayne blinks innocently at Luna. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Mannec Tech: help question T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tole Tech: where can i find an explanation for setting up the autologin feature on mushclient? T3/r7/2016-07-02.txt.gz:{chan ch=tech}SirCanada Tech: is there anyway to sort / clear items out of the aardwolf database in mushclient? T3/r7/2016-07-02.txt.gz:{chan ch=tech}SirCanada Tech: I think the inventory database is a mess T3/r7/2016-07-02.txt.gz:{chan ch=tech}Arcidayne Tech: You know you use mapper commands too much when you go to maps.google.com, but type mapper google.com ... T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: Arcidayne blames Fiendish. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: mapper find starbucks T3/r7/2016-07-02.txt.gz:{chan ch=tech}Bishoujo Raded Tech: mapper area gas station T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: Arcidayne snickers softly. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Odorless Nuanse Tech: anyone checked myactivity from google? does it actually work? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Odorless Nuanse Tech: mine shows last data from 2014.. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: it works, if you didn't turn stuff off T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: I turned all of that off years ago T3/r7/2016-07-02.txt.gz:{chan ch=tech}Odorless Nuanse Tech: thought so. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: It shows me a bunch of youtube videos I watched. Nothing too damning. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: Now it showed the data from google analytics, I'd be probably be scared. :D T3/r7/2016-07-02.txt.gz:{chan ch=tech}Odorless Nuanse Tech: all it shows for me is NOW... and I dont even remember using that thing :) T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: the mobile data was creepy.. I think that's when I turned off everything T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: it would figure out where you'd been, based on your phone T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: I don't have an android phone, so I'm pretty good there. :) T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: Windows Phone master race. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: Windows Mobile even. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Odorless Nuanse Tech: windows phones became useless when microsoft created them :P T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: I'm on my third, loving the OS. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Odorless Nuanse Tech: and, google tracks you down even in iphone/winphooneys T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: A few apps that aren't there, most notably snapchat and some company utility apps, but other than that it's great. T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: anyone have mushclient questions? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: Is there a way to order pizza from within the mushclient? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Odorless Nuanse Tech: why is not my new mushclient not working with s&d? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: Odorless Nuanse grins evilly. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Confounded CeriQ Tech: And no, my local pizza place doesn't have an API for ordering pizzas. :( T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: im wondering if i can set tags like roomchars with the TelnetOptionsOn in mushclient T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: when my plugin initializes i have a lot of commands like that are spammed T3/r7/2016-07-02.txt.gz:{chan ch=tech}Odorless Nuanse Tech: honestly. one question I have. why is there not STILL been implemented runto command that takes you from area to area through shortest path. That shouldnt be tough since all the scripts have done it already. T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Javaan: one sec T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: you can use the mapper to go from area to area with shortest path T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hm.. T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it looks like there are telopts of roomdesc and roomname, but not roomchars? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: no the list doesnt contain all tags T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's interesting. you might ask about it on the ideas board T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: also not colorset T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: telopts for colorset? unlikely T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there are telopts for quite few things T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i know but its not complete T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I suppose that depends on what one means by complete. There's certainly not a telopt or gmcp send for every configuration T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not by a mile T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: and i noticed that afte comm.tick is send with gmcp then if you request comm.quest after that its nil T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: One thing I can suggest, is that if it's something that has a particular ON/OFF command to set the right status, and not just a basic toggle that may require knowing what you have set already, you can SendNoEcho at a point when you know you're logged in completely T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: yes i made the initialization with OnPluginTelnet etc so if i get 100,3 i know i can start sending sendNoEcho commands T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: but it is sending a lot so i see a lot of empty lines and prompts T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: 100,3 is what? T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ohhhhh T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: that is active and ready status T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: the one from gmcp is not accurate while not logged in T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: man, I can't believe I don't use that anywhere T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: lol T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there are so many useful features like that. I barely remember them T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I guess I need to remember that one T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: it works pretty good. my plugins wait with initialization until right after the MOTD screen T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: nice T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: recently I've been using the receipt of char.status gmcp, which also probably works T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but that 102,100,3 might be better T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: char,status works when you are logged in T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: but it has a bug T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: when you fignt and kill it in 1 round T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: you will get 2 gmcp messages with status 3 T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: you will never get status 8 for fighting T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm only using it as a single-shot to identify when the player is able to send configuration commands after login T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: to detect that you have to use the Telnet negotiation again T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you mean telopt 100,8 gets sent for one hit kills? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: telnet i use it to broadcast kill info T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: yes you get 100,8 in telnet when you kill a mob in 1 round T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's pretty clever T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i wish my plugins could share a session T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: now i have to do tricks to share data T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what do you mean T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you mean share data between plugins? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: yes T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: like gmcp data i dont want to build up everything in each plugin T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sure. I guess you make one external plugin to handle all data get/set T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: someone was asking about ideas for making a data broker like that on the mushclient forum recently T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i was thinking about some sort of session in which you can store lua variables available for all plugins T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish nods. T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you could set that up with one plugin to hold all of it without _too_ much difficulty. you just need to use CallPlugin instead of GetVariable/SetVariable T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you'd need a bit of a wrapper around it to serialize/deserialize tables T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i did that but changed it back. my plugins became too dependend on eachother. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish nods. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: you will get issues with initialization order and data thats not there yet T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hmmm T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not necessarily T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you just need to formalize what data each plugin is dependent on T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the gmcp handler deals with this by broadcasting the receipt of new data, so if your plugin depends on a particular thing, say char.status for example, you just wait until you see the broadcast for it T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i like your mapper by the way, im just about to make a plugin that extends it T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I hope your ethical boundaries for extension overlap with my own! But other than that, best of luck, and if you need help you can always ask T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i want to query the database to get a hold of the roomids T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: its sometimes hard to move around T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: ? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: but yes you are right there are boundaries T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: when i look for a room i get a list with mapper are roomid T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I suppose the best way to limit the harm of any change is to ask "would Lasher like this?" T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: would lasher like it if i get the mapper area roomid list myself so i dont have to use mapper next T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: though I actually have a more concrete boundary that doesn't require getting into Lasher's head T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: the problem with the mapper area roomname list is that i never know i have visited all the rooms and didnt find what i was looking for T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I'm not following T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: you just have to type mapper next until it says there are no more rooms T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: it has low priority it works fine as it is but it would be nice if i van query it from my script T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: that winklewinkle script is really ugly btw, he is changing the mapper databse T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: nokfah's updated version changed that T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i hope so, he was using a date column i believe to store ordering information. T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's correct T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's also why it broke when I removed the date column T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: right i removed all winklewinkle stuff i dont like it T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish shrugs helplessly. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: bast his plugins are much better T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: some people have strong feelings about it for one reason or another T3/r7/2016-07-02.txt.gz:{chan ch=tech}Samsung Tech: does anyone have a tmobile phone on 700 mhz band 6? T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I can never seem to find what code does what in Bast's plugins. Some people say the same about mine. T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: isn't the 700mhz band owned by verizon? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Mr. Dash Tech: as someone who has taken time to modify bast's stuff.... my brain still hurts from it T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: lol his pluginhelper is somewhat over designed with object lua T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: but is works well, especially the database implementation T3/r7/2016-07-02.txt.gz:{chan ch=tech}Samsung Tech: i dont know about verizon, but i am wondering if a sophisticated phone user on tmobile has noticed a difference going on band 6 T3/r7/2016-07-02.txt.gz:{chan ch=tech}Samsung Tech: jokes, ideas, or general T3/r7/2016-07-02.txt.gz:{chan ch=tech}Samsung Tech: oops T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i have tmobile with blowtorch app installed to access aardwolf during the day it works fine what is your issue ? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Samsung Tech: no aard issue, is tech chaanel aardwolf related only T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: i mainly use it to sneak in quests while working :P T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: fiendish have a moment? T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: sure T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=11398 T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what about it T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: can you explain that post to me? I used your while loop for an sql insert but it sticks in it until a second instert is called then insterts both T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I never got that working T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: ok, nvm then if you didn't get it working. I will keep working on it T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the basic problem is that sqlite is not thread safe T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because it doesn't have a request sequencer T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if two threads or processes make requests at the same time it will give you errors or even crash T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: multiple MUSHclient plugins in the same process shouldn't have a problem because MUSHclient doesn't multi-thread so the plugins don't run simultaneously, they run sequentially T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: but if you launch two mushclients that both try to access the same sqlite database, then you'll get into file locking problems T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I never got it working because I stopped working on it, because two mushclients running in the same computer to access the same sqlite database is just imo a silly thing to do T3/r7/2016-07-02.txt.gz:{chan ch=tech}Mr. Dash Tech: the only legit reason i can think of is if someone was using a remotely accessed or otherwise centrally located mapper db and using it for both live and test clients in separate instances, which would be pretty silly T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's such an edge case, that the person who's trying it can make whatever necessary patches and submit them to me. I felt like I was wasting effort trying to fix it T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: why would you want two instances of mushclient connecting to the same database at the same time. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish shrugs helplessly. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Javaan Tech: lol never mind T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Could not say. T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I do know that multi-thread or multi-process access to a single sqlite db is potentially pretty useful. At work a few years ago I had a threaded server that converted that would both convert web requests into SQL queries and also convert UDP messages from a different process into other SQL queries. Every once in a while it would lock up or crash because the two sides would bump against each other T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: so I put in a message queue to handle sequencing the queries T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: I am running into the issue of a busy signal running 1 mushclient but with 2 plugins accessing the same db T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: this is the most fundamental difference between SQLite and other DBs like MariaDB or Postgres or Oracle or whatever. The others all run one or multiple active processes that sequence your requests T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you shouldn't be getting a busy signal. you might get a lock error if you break out of db:nrows without completing the run T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: never break out of a db:nrows loop. always let it finish T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: I am now, but that isn't the issue T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: The issue seems to be caused by both plugins inserting into different tables in the same database T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: are you starting transactions that aren't being committed or something? T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: I don't think so, I am just using the exec command to fire off an insert T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: tbh I haven't played with multiple plugins all committing to the same db T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: The interesting part is that it doesn't get out of that loop, I put a print statement in thinking it would fire 1-100 times until the db was not busy. T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: It will sit there and fire until I go to add the next thing into it T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: Then it adds both in like nothing ever happend T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jedhi Tech: guys, a while ago i wrote a little abstraction layar to give help with sqlite in mush. http://pastebin.com/n3As0B2j T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jedhi Tech: so to take out all rows do rows = db:get("SELECT * FROM table") T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jedhi Tech: this file goes into lua path and you require it T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I only really use sqlite in the mapper, and I can't use that in the mapper because it doesn't solve the problems I've actually had T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: same for my issues T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jedhi Tech: or to get the first row just db:first("SOME SQL query") or just to insert stuff db:query("INSERT ... T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jedhi Tech: and after require db = SQLiteDB:new('Aardwolf') T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the most important thing I had to wrap was making it so that calling db:nrows would temporarily open the database connection if it was closed T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because I didn't want to constantly open/close the connection unless necessary T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: this will actually become much less important in the future T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: why would this not be an issue in the future? T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: eventually we'll all die T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: You giggle. T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Bug resolution: OBE T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: though perhaps in this case we should change Overtaken By Events to Undertaken By Events T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: well that was a rather underwhelming answer :/ T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: The Jerk Fiendish just flew in from The Grand City of Aylor, boy are his arms tired! T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: I thought you had something planned T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I plan to die one day T3/r7/2016-07-02.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: not soon, mind you T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: it sounds like you are giving up T3/r7/2016-07-02.txt.gz:{chan ch=tech}Turie Tech: Fiendish will create a cybernetic interface. T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: No he won't he plans to die T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: I really thought he had planned to live forever seeing as he has already written a fully functional AI, well mostly funtional. T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: Fiendish's advancements into the field of AI have gotten to the point I just assumed he was going to have it hook all of us up to machines and live forever T3/r7/2016-07-02.txt.gz:{chan ch=tech}A macabre Sonet Tech: I will be dissapointed if the next iteration of his map isn't just a json call to Abelinc. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: A macabre Sonet bursts out in a maniacal laughter. KyaHahHAHhAHaHhaHA!@!!@ T3/r7/2016-07-02.txt.gz:{chan ch=tech}Emm Tech: is there a way to add sprite's invis command to the autospellup in ww's plugin? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Gezu Tech: What would cause my game to lag? I'm able to stream TV and play PS4 games online, so I think my internet is fast enough T3/r7/2016-07-02.txt.gz:{chan ch=tech}Gezu Tech: more specifically, those other things are fine, but Aardwolf is lagging T3/r7/2016-07-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: Your connection to anywhere on the internet is only as good as the weakest link between you and there. Maybe something on your route sucks. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Gezu Tech: So no easy fix? It was fine earlier, so I'll just wait it out and hopefully it'll smooth out. Thanks! T3/r7/2016-07-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: You could try to traceroute to here, and see if something looks wonky but it'll likely be outside your house and thus nothing you can fix T3/r7/2016-07-02.txt.gz:{chan ch=tech}Form Aldehyde Tech: does anyone know how i can install win 7 without having to format my pc T3/r7/2016-07-02.txt.gz:{chan ch=tech}Crimzon Tech: get another drive T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: I use 2 drives, one for OS and one for other stuff T3/r7/2016-07-02.txt.gz:{chan ch=tech}Crimzon Tech: well T3/r7/2016-07-02.txt.gz:{chan ch=tech}Crimzon Tech: idk alot of programs out there T3/r7/2016-07-02.txt.gz:{chan ch=tech}Form Aldehyde Tech: is it possible to partition a hard drive without formatting? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: absolutely T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: million ways to do it, my favorite software is acronis true image T3/r7/2016-07-02.txt.gz:{chan ch=tech}Form Aldehyde Tech: and can that solve my OS problem? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: no idea, what's your OS problem? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Form Aldehyde Tech: currently have win xp cuz i live in the stone age XD... i bought win 7 ages ago but didnt install it cuz i have to wipe my hard drive in order to do it... and i have no backup hard drive and dont wanna los my stuff. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: you really should have things backed up T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: especially since you're still on xp T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: 1 Tb external drives are relatively inexpensiive now, about 70 USD. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: you're not supposed to do anything with partitions or etc without backing up first T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: and agree, external drives are the way to go.. I have a couple.. for storing stuff like movies, and backups T3/r7/2016-07-02.txt.gz:{chan ch=tech}Form Aldehyde Tech: yeah i know... external got stolen T3/r7/2016-07-02.txt.gz:{chan ch=tech}Emm Tech: heck you can get a 512 gig SD or microSD card now I think T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: you vould use a backup service to backup your data online, but it takes a long time to upload T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: I keep all my stuff in dropbox T3/r7/2016-07-02.txt.gz:{chan ch=tech}Tech: Ullin warns BACKUP before it all goes PUFF T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: and all my photos in amazon glacier (after ext drive) T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: I keep important stuff like my resume on my google drive T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: I keep stuff on my amazon drive too T3/r7/2016-07-02.txt.gz:{chan ch=tech}Emm Tech: I have at least 6 different backups for everything important, including 3 online and 3 physical T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: everyone will give you free storage now T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: you can pay to get dropbox referrals, which gives you additional free space T3/r7/2016-07-02.txt.gz:{chan ch=tech}Form Aldehyde Tech: problem comes in when having to download it again XD T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: I'm up to 24.8 gigs on dropbox, free account T3/r7/2016-07-02.txt.gz:{chan ch=tech}Emm Tech: i think paying to get dropbox referrals might violate their TOS T3/r7/2016-07-02.txt.gz:{chan ch=tech}Ullin Tech: I only have 2 NAS (one on 24/7, one just to back up this one) and one external backup drive on a very tall shelf in case singapore gets flooded T3/r7/2016-07-02.txt.gz:{chan ch=tech}Turie Tech: I have 19 GB on Google free. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: I have reluctantly been seduced by the cloud. I am considering going dropbox pro. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: well, I think they were real referrals T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: got a few coworkers who have done dropbox pro and are really happy T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: good to know T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: it's brutal if you don't have good upload though T3/r7/2016-07-02.txt.gz:{chan ch=tech}Emm Tech: I have dropbox through my university and I am very happy with it, it is a lot better than my free account T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: I have several cloud accounts, onedrive, googledrive, amazon, dropbox. I am just nervous about snoopers even though I encrypt everything. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: well, if it gives you any peace of mind, Condoleeza Rice is on dropbox's board of directors T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: I probably should encrypt, but don't. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: I was going to use cortana then I found out that if you do, you give your entire life to microsoft. They will basically everything and anything that can be kown about you. Your self uploaded to the cloud. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: I figure that's why they give away all that technology :) T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: I shudder to think what Google knows about me.. they probably know stuff about me that I don't know T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: yeah, I couldn't go with Microsoft T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: look at the permissions you give to your phone's free apps and you'll understand. T3/r7/2016-07-02.txt.gz:{chan ch=tech}Emm Tech: if they don't facebook probably does T3/r7/2016-07-02.txt.gz:{chan ch=tech}Juanito Tech: I started with Ubuntu last year, and couldn't be happier T3/r7/2016-07-02.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: why does the weather app need your contacts? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Jainnah Tech: Facebook is the most evil of the evil, IMO T3/r7/2016-07-02.txt.gz:{chan ch=tech}Form Aldehyde Tech: thats why i instagram T3/r7/2016-07-02.txt.gz:{chan ch=tech}ShadowDragon Tech: website for s and d? T3/r7/2016-07-02.txt.gz:{chan ch=tech}Birdbrain Metria Tech: finger nokfah T3/r7/2016-07-03.txt.gz:{chan ch=tech}Ontuct Tech: I'm sick of using my ps3 for streaming, is anyone using streaming devices? T3/r7/2016-07-03.txt.gz:{chan ch=tech}Ontuct Tech: not looking for TOR content, just looking for a fast(ish) device with the ability to use an iphone or android device for data entry.... typing with the dualshock sucks. T3/r7/2016-07-03.txt.gz:{chan ch=tech}A macabre Sonet Tech: Ontuct, not sure if this would fit your needs but look into a raspberry pi 3 T3/r7/2016-07-03.txt.gz:{chan ch=tech}Ralfkayne Tech: any idea why my internet keeps on going onto 'limited connection' every 5 minutes? T3/r7/2016-07-03.txt.gz:{chan ch=tech}Trachx Tech: WiFi ? T3/r7/2016-07-03.txt.gz:{chan ch=tech}Ralfkayne Tech: yeah T3/r7/2016-07-03.txt.gz:{chan ch=tech}Juanito Tech: your isp is being flakey, most likely T3/r7/2016-07-03.txt.gz:{chan ch=tech}Qbano Tech: restart router/modem? T3/r7/2016-07-03.txt.gz:{chan ch=tech}Bishoujo Raded Tech: probably connection dropping, I'd do a ping 8.8.8.8 -t in cmd to see if packets are dropping T3/r7/2016-07-03.txt.gz:{chan ch=tech}Ralfkayne Tech: ping what?? T3/r7/2016-07-03.txt.gz:{chan ch=tech}Trachx Tech: if it is home router then you may try to change channel T3/r7/2016-07-03.txt.gz:{chan ch=tech}Tech: Ralfkayne goes, "Hmmmm." T3/r7/2016-07-03.txt.gz:{chan ch=tech}Ralfkayne Tech: it seems to be fine now... T3/r7/2016-07-03.txt.gz:{chan ch=tech}Ralfkayne Tech: never had this problem on windows 7... T3/r7/2016-07-03.txt.gz:{chan ch=tech}Tech: Arcidayne tries to use Ctrl+Alt+P for Task Manager instead of Ctrl+Alt+Del... T3/r7/2016-07-03.txt.gz:{chan ch=tech}Tech: Arcidayne buries his face in his hand and sighs, shaking his head. T3/r7/2016-07-03.txt.gz:{chan ch=tech}Ralfkayne Tech: apparently the device was being switched off to save power. i think it's fine now T3/r7/2016-07-03.txt.gz:{chan ch=tech}A macabre Sonet Tech: Anyone know why in sublime I keep getting a database that pops up as journal. It only pops into the list of files for a second then dissapears T3/r7/2016-07-03.txt.gz:{chan ch=tech}A macabre Sonet Tech: It is happening when my database is busy.. but not sure why T3/r7/2016-07-03.txt.gz:{chan ch=tech}A macabre Sonet Tech: woah, so my db problem will eventually resolve itself... it just took over 100 seconds to become not busy T3/r7/2016-07-03.txt.gz:{chan ch=tech}Fireflies Tech: This might not be for this channel, but i was wondering how to install scripts? T3/r7/2016-07-03.txt.gz:{chan ch=tech}Araceli Citlalin Tech: how do I match an ansi escape sequence on cmud? I can get the escape char by itself to match, but if I add anything to that, nothing. Trying to match %e[0;32mtest. T3/r7/2016-07-03.txt.gz:{chan ch=tech}Araceli Citlalin Tech: where is the escape char T3/r7/2016-07-03.txt.gz:{chan ch=tech}Araceli Citlalin Tech: oh I figured it out T3/r7/2016-07-03.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: ESC[ T3/r7/2016-07-03.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: I just have a variable with 0x27 in it. T3/r7/2016-07-03.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: 0x1B rather T3/r7/2016-07-03.txt.gz:{chan ch=tech}Araceli Citlalin Tech: very finicky to match this, hmm T3/r7/2016-07-03.txt.gz:{chan ch=tech}Vespar Tech: anyone familiar with search and destroy plugin from winklewinkle? I keep getting an error for unknown alias xrun_to T3/r7/2016-07-03.txt.gz:{chan ch=tech}Form Aldehyde Tech: is it possible to add info to the chat window? T3/r7/2016-07-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: yes T3/r7/2016-07-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: quiete easily, fiendish has directions on his site. T3/r7/2016-07-03.txt.gz:{chan ch=tech}Form Aldehyde Tech: ok cool T3/r7/2016-07-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: if you can't find it send a tell - will send it. T3/r7/2016-07-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: what are you trying to send, there may already be a plugin or even option... T3/r7/2016-07-03.txt.gz:{chan ch=tech}Form Aldehyde Tech: like everything that has INFO: infront of it T3/r7/2016-07-03.txt.gz:{chan ch=tech}Form Aldehyde Tech: found it in options :P T3/r7/2016-07-03.txt.gz:{chan ch=tech}Form Aldehyde Tech: thanks T3/r7/2016-07-03.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: yeap :) T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: hmm is getpluginid broken in the newest mushclient release? T3/r7/2016-07-04.txt.gz:{chan ch=tech}Tallimos Tech: anybody remember in zmud how you can do something like #10 and it does the command ten times.. is there a way to do that in mush? T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: make an alias T3/r7/2016-07-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: so, what are the best (non-mainstream) plugins for mush? i have WW's plugins, they are pretty sweet... what else is out there that I am missing T3/r7/2016-07-04.txt.gz:{chan ch=tech}Tallimos Tech: havented coded anything in months and i am not an expert by anymeans so no idea how i would write that atm lol T3/r7/2016-07-04.txt.gz:{chan ch=tech}Tallimos Tech: haven't* T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: koopa you have to make friends and steal thier plugins for the really cool ones T3/r7/2016-07-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: wanna be friends? T3/r7/2016-07-04.txt.gz:{chan ch=tech}Faraj Tech: do you have the aardwolf client? or just mushclient? T3/r7/2016-07-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: aard T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: Tallimos use a loop and make it goto the limit you set with the alias, something like #(\d) (.*?) then have wildcards[1] be your limit T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: koopa in my finger I have my publicly released ones T3/r7/2016-07-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: rgr :) T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: Anyone know about the issue in the newest mush package GetPluginId() returning a blank line? T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: r1871? I don't have that issue. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: I don't think. Hmm. T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: hmm the dl page gave me 1825 T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: How are you using it? Within the plugin itself? T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: yes T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: Don't go by the download page from Aardwolf. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: Get it direct from Fiendish's page. In fact, everyone really should be updated to 1871. T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: I refuse to keep upgrading, it takes to much time and effort T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: I do dl them though and fix my plugins for them T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: You DO know that the later versions of MUSHclient are auto-upgradable, right? T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: As in, it checks, downloads, and installs completely for you, and you do nothing but click boxes? T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: I use 1802 T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: I mean, if you want to miss out on things, that's cool, too. But I remain adamant that you need to upgrade. T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: miss out on what? what is different in the new versions T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: This seems stable and that is really the only thing I am looking for T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: Bug fixes, commafied stat mon window, among other features. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Araceli Citlalin Tech: If you don't upgrade, your house will fall into a sinkhole. It's not worth the risk. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Tech: Arcidayne snickers softly. T3/r7/2016-07-04.txt.gz:{chan ch=tech}A macabre Sonet Tech: I enjoy the sinkhole I live in T3/r7/2016-07-04.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I upgraded mushclient and now I have windows 10:( T3/r7/2016-07-04.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: mush comes with win 10 now T3/r7/2016-07-04.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: i thought you agreed. didnt you read the eula? T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: My inflatable girlfriend came with Windows 10... T3/r7/2016-07-04.txt.gz:{chan ch=tech}Araceli Citlalin Tech: The windows 8 ones didn't come with a start button. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: They were hard to turn on. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Tech: Arcidayne's shifty eyes dart back and forth. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Turie Tech: You could get a shell for Windows 8 to have a pseudo-start button. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Araceli Citlalin Tech: isn't that kind of like slipping it roofies? T3/r7/2016-07-04.txt.gz:{chan ch=tech}Tallimos Tech: only issue i have with windows 10 is the wifi adapter issue.. which unfortunately i cannot confirm it is totally windows 10's fault since I have been having trouble with my internet box lately but i hear its a known issue with windows 10 T3/r7/2016-07-04.txt.gz:{chan ch=tech}Turie Tech: www.classicshell.net/ is a pretty good one. T3/r7/2016-07-04.txt.gz:{chan ch=tech}Khaleesi Tech: anyone a phone user and have an issue with stock buttons only two work and the rest scroll up the screen? T3/r7/2016-07-04.txt.gz:{chan ch=tech}Khaleesi Tech: tried making a new button set and it only lets me make one button T3/r7/2016-07-04.txt.gz:{chan ch=tech}Confounded CeriQ Tech: khaleesi.. What client on the phone? T3/r7/2016-07-04.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: the white on pages should be sacred and unclicable T3/r7/2016-07-04.txt.gz:{chan ch=tech}Jainnah Tech: Anyone know why s&d doesn't seem to work for global quests like it does for campaigns? the window populates but clicks don't work T3/r7/2016-07-04.txt.gz:{chan ch=tech}Algaru Tech: i think that was intentional T3/r7/2016-07-04.txt.gz:{chan ch=tech}Arcidayne Tech: It was intentional. T3/r7/2016-07-05.txt.gz:{chan ch=tech}Jedhi Tech: anyone knows the longest possible path in aardwolf without any handheld portals? T3/r7/2016-07-05.txt.gz:{chan ch=tech}Trachx Tech: to area? maybe uprising T3/r7/2016-07-05.txt.gz:{chan ch=tech}Useful Hadar Tech: probably wyrm T3/r7/2016-07-05.txt.gz:{chan ch=tech}Quadrapus Tech: if you're trading a mapper, a continent sw will be good. or to wyrm from recall T3/r7/2016-07-05.txt.gz:{chan ch=tech}Swalec Tech: define longest path -- just walk in circles T3/r7/2016-07-05.txt.gz:{chan ch=tech}Jedhi Tech: i just wrote a mapper algorithm. just want to test the speed. descent to hell judge -> elemental chaos is pretty long i guess T3/r7/2016-07-05.txt.gz:{chan ch=tech}Jedhi Tech: takes about 140 ms to calculate the speedwalk T3/r7/2016-07-05.txt.gz:{chan ch=tech}Useful Hadar Tech: its not sorted but this is what i have: http://pastebin.com/0p3wnBC5 T3/r7/2016-07-05.txt.gz:{chan ch=tech}Useful Hadar Tech: ahhh you are looking for area->area mine is from the room im in to every area T3/r7/2016-07-05.txt.gz:{chan ch=tech}Quadrapus Tech: what language is the client in? T3/r7/2016-07-05.txt.gz:{chan ch=tech}Jedhi Tech: there is no client. i am writing a proxy. plan to use it with tintin. language nodejs T3/r7/2016-07-05.txt.gz:{chan ch=tech}Quadrapus Tech: that seems like a long time T3/r7/2016-07-05.txt.gz:{chan ch=tech}Swalec Tech: I have Titan's keep at 111 steps T3/r7/2016-07-05.txt.gz:{chan ch=tech}Jedhi Tech: well 140 milliseconds is not that long... that is the longes possibly way. and i am not calculating the target area first. this would make it 2 - 3 times faster T3/r7/2016-07-05.txt.gz:{chan ch=tech}Jedhi Tech: usually it takes about 50 ms T3/r7/2016-07-05.txt.gz:{chan ch=tech}Jedhi Tech: but i might write a client as well. it is getting together nicely. plugin writing should be a heaven T3/r7/2016-07-05.txt.gz:{chan ch=tech}Renoir Tech: Does anyone know what that function call to show the available colours for ColourNote is? I forgot to make a note of it, and need it again. T3/r7/2016-07-05.txt.gz:{chan ch=tech}Turie Tech: Who made an Aarchaeology plugin? T3/r7/2016-07-05.txt.gz:{chan ch=tech}Arcidayne Tech: Emdymion. T3/r7/2016-07-05.txt.gz:{chan ch=tech}Turie Tech: Thanks. T3/r7/2016-07-06.txt.gz:{chan ch=tech}Tech: if someone's on the next time Renoir asks, the way to get the colors available for use is \\\world.Debug "colours" T3/r7/2016-07-06.txt.gz:{chan ch=tech}Kylia Tech: Thanks...will watch for him. T3/r7/2016-07-07.txt.gz:{chan ch=tech}Kwerbias Tech: how can i change the CTRL key modifier to ALT for numpad alternate actions? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Gorsk Tech: i told you already, accelerate T3/r7/2016-07-07.txt.gz:{chan ch=tech}Lucron Tech: http://www.mushclient.com/scripts/function.php?name=Accelerator T3/r7/2016-07-07.txt.gz:{chan ch=tech}Gorsk Tech: there's no built-in thing to do it. you'd have to write the alt things on your own T3/r7/2016-07-07.txt.gz:{chan ch=tech}Emm Tech: alternatively you could just reprogram your keyboard :) T3/r7/2016-07-07.txt.gz:{chan ch=tech}Kwerbias Tech: pretty technical stuff though hmm T3/r7/2016-07-07.txt.gz:{chan ch=tech}Kwerbias Tech: i'm using a tenkeyless keyboard, with an external usb mechanical numpad - problem is it doesn't register CTRL at all when pressed as a modifier - even outside of mushclient T3/r7/2016-07-07.txt.gz:{chan ch=tech}Kwerbias Tech: so using keypad input shortcuts work as is, unless i want to hold CTRL to get my secondary list of input T3/r7/2016-07-07.txt.gz:{chan ch=tech}Kwerbias Tech: seems the numpad behavior is strange when connected as a secondary device and not built onto the same board as the rest of my keys T3/r7/2016-07-07.txt.gz:{chan ch=tech}Alixa Tech: Anybody have experience getting the Aardwolf MushClient running under Wine so it looks like the Windows version? I am missing the map window, and score window. Basically it looks like a standard client. T3/r7/2016-07-07.txt.gz:{chan ch=tech}Gorsk Tech: i know nothing about wine but that happened to me when i dl'ed it from the mush website and not the aard one T3/r7/2016-07-07.txt.gz:{chan ch=tech}Alixa Tech: .. Hmm.. Will try redownlading it from the aard site. T3/r7/2016-07-07.txt.gz:{chan ch=tech}Alixa Tech: back in a few T3/r7/2016-07-07.txt.gz:{chan ch=tech}Alixa Tech: That took care of it. I thought I downloaded it from there the first time. I guess I messed it up at some point. Cheers. T3/r7/2016-07-07.txt.gz:{chan ch=tech}Alixa Tech: anybody have an example of using an alias with the aard MUSHclient? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Kippe Tech: we have lots of aliasses. What do you need? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: hello im having a problem with my alias's not working... instead it makes the screen jolt/scroll uowards to more recent actions previously taken without doing its defined commands T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: im using a tablet T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: its a irulu 7 inch screen T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: hello? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Jedhi Tech: hello T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: hi could you help ke with my alias problem on tablet...its not working and im not sure how to set my tablet up with this game T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: help me* sorry i type too fast T3/r7/2016-07-07.txt.gz:{chan ch=tech}Jedhi Tech: i am sorry, i have never had a chance to own a tablet T3/r7/2016-07-07.txt.gz:{chan ch=tech}Jedhi Tech: i guess it depends on the client you use T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: ohh okie... i downloaded this from google play so im not sure what im using T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: its an android tablet though T3/r7/2016-07-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: Raze what is the program called that you downloaded? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: i will quickly go find out its details for you brb T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: ok im back T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: it says the programme is call aardwolf rpg in google play store T3/r7/2016-07-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: so most likely blowtorch T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: yes i think so too T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: what do you recommend ? :) T3/r7/2016-07-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: http://bt.happygoatstudios.com/?view=aliases T3/r7/2016-07-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: having not really used blowtorch I don't know much about its use T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: thanks tech i found some interesting things on he web page you supplied but unfortunaley nothing that would solve my problem, its ok im sure if i look online long enough i will find a way to make it work :) T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: is there any other clients i could try on my android tablet you think is worth a go? T3/r7/2016-07-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: from what I gather blowtorch is the best one for android, I would suggest if you can to try aard on a pc with mushclient T3/r7/2016-07-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: Raze if you want more help with your alias can you supply the alias so we can see if it has problems? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: thanks tech i will try it on a pc later :) but i wanted to know what the option encoding does in the settings and options menu T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: its mostly my button set that are not working anyways...the directional ones...the score button works and the clear button works but all the directions are not being pressed...it just makes the screen freak out a bit...very strange indeed T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: the button sets are totally scured... i noticed that the buttons hit box is one square down from its origianl position.... like a ghost button T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: i have to press and guess where the button is reall T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: hello? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Lucron Tech: goodbye. T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: im back with info for you T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: would any of you care to learn how to fix my future problems for other people? T3/r7/2016-07-07.txt.gz:{chan ch=tech}A macabre Sonet Tech: Raze I don't know what that is, but it sounds like a bug in the program T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: the problem i was having was the button sets were not working correctly by their hit/push boxes being lower than the actual buttons themselves.... the problem was in the options as labled "word wrap" i disabled it and fixed teo things for me 1st it fixed the button problem and second i can scroll down and up more freely T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: pass this info onto anyone who has this problem ^_^ and thanks for the previous help guys T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: hello tech i found the solution to my problem for real this time... full screen mode on 7 inch screen tablets breaks the button hit boxes and wont allow you to scroll up or down very well, and some buttons that were close to the edges of the screen were unpressable due to being psysically off the screen T3/r7/2016-07-07.txt.gz:{chan ch=tech}Raze Tech: i hope the feed back from me helps improve the info you have ^_^ have a good day guys T3/r7/2016-07-07.txt.gz:{chan ch=tech}Trepid Tech: I have a question about Mushclient version 4.91 T3/r7/2016-07-07.txt.gz:{chan ch=tech}Trepid Tech: with this version I can't seem to copy/paste colors anymore T3/r7/2016-07-07.txt.gz:{chan ch=tech}Trepid Tech: unlike the older versions T3/r7/2016-07-07.txt.gz:{chan ch=tech}Trepid Tech: is there a different command than control + D? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Pumpkin Tech: mushclient never had a copy colour feature, it is a plugin aard_Copy_Colour_Codes.xml T3/r7/2016-07-07.txt.gz:{chan ch=tech}Pumpkin Tech: maybe it's not loaded or smth? T3/r7/2016-07-07.txt.gz:{chan ch=tech}Trepid Tech: thanks! T3/r7/2016-07-07.txt.gz:{chan ch=tech}Trepid Tech: that was it, thank you very much T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jedhi Tech: what is the best way to trigger a prompt? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Bladesinger Tech: I am getting this error: Timer function "how_camppgn_text" not found or had a previous error, how do i get rid of it? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Bladesinger Tech: that is "show_campaign_text" T3/r7/2016-07-08.txt.gz:{chan ch=tech}Shaleya Tech: Can someone tell me how to make a trigger to keep me online (I'm using the Aard-mushclient)? I thought I had one, but it doesn't seem to work. T3/r7/2016-07-08.txt.gz:{chan ch=tech}Shaleya Tech: Can I make an alias that holds garbage can, enters, then dual wields my secondary weapon? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Ralyn Tech: yes T3/r7/2016-07-08.txt.gz:{chan ch=tech}Shaleya Tech: How? I keep getting only the first part to work? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Ralyn Tech: put a semicolon between the commands T3/r7/2016-07-08.txt.gz:{chan ch=tech}Kippe Tech: put each command on a new line T3/r7/2016-07-08.txt.gz:{chan ch=tech}Kippe Tech: if you do it lcientside T3/r7/2016-07-08.txt.gz:{chan ch=tech}Shaleya Tech: Thanks Kippe, now it works. T3/r7/2016-07-08.txt.gz:{chan ch=tech}Shaleya Tech: Any idea about a trigger to keep me online as well? I thought I had one, but it doesn't work. T3/r7/2016-07-08.txt.gz:{chan ch=tech}Kippe Tech: I do but for that you have to wait until I get home. I think in 1 or 2 hours T3/r7/2016-07-08.txt.gz:{chan ch=tech}Shaleya Tech: Very well. I can do that. T3/r7/2016-07-08.txt.gz:{chan ch=tech}Useful Hadar Tech: so i want to buy a portable charger, most likely just going to pick it up off newegg or amazon anyone have any really good experiences with one? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Trachx Tech: you may consider getting one from aliexpress T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jedhi Tech: yeah, china is the cheapest way T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jedhi Tech: and the ones you buy from amazon, come from china as well :P T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jedhi Tech: just price is only tripled... if you're lucky T3/r7/2016-07-08.txt.gz:{chan ch=tech}Useful Hadar Tech: i heard some of them are bad thats why i was asking if anyone had any good experiences with any T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jainnah Tech: a portable charger for what? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Useful Hadar Tech: my phone mainly, i can work up to 24 hours without power sometimes T3/r7/2016-07-08.txt.gz:{chan ch=tech}Trachx Tech: you mean days? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jainnah Tech: There's a lot on amazon.. I know people who use aliexpress, but it scares me a bit in terms of quality and risk.. at least amazon you can return it for 30 days T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jedhi Tech: http://www.aliexpress.com/popular/portable-charger.html T3/r7/2016-07-08.txt.gz:{chan ch=tech}Trachx Tech: IIRC aliexpress has escrow type payment, and you should buy from a people with a lot of positives T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jainnah Tech: my advice would be to get something with a lot of capacity, like one of the 20000 MAH packs.. most phones take a lot of juice to charge T3/r7/2016-07-08.txt.gz:{chan ch=tech}Lucron Tech: heya trach T3/r7/2016-07-08.txt.gz:{chan ch=tech}LeafGuider Waker Tech: does anyone have an updated aardwolf blow torch application link? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Hirozan Tech: there a way to get xterm to work in main window of mushclient? T3/r7/2016-07-08.txt.gz:{chan ch=tech}Hirozan Tech: only seems to show up in the chat log T3/r7/2016-07-08.txt.gz:{chan ch=tech}Jedhi Tech: xterm and mush? T3/r7/2016-07-08.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: lgr has a really relaxing 486 building vid up. with smooth jazz background T3/r7/2016-07-09.txt.gz:{chan ch=tech}OMG! That Codebuster Tech: Anyone familiar with blowtorch? T3/r7/2016-07-09.txt.gz:{chan ch=tech}Lucron Tech: http://bt.happygoatstudios.com/?view=aliases T3/r7/2016-07-09.txt.gz:{chan ch=tech}OMG! That Codebuster Tech: Thanks lucron T3/r7/2016-07-09.txt.gz:{chan ch=tech}Shaleya Tech: Anyone around to help with the spellup plugin? T3/r7/2016-07-09.txt.gz:{chan ch=tech}Aisling Tech: What's wrong? If you type out your question and issue, people will know if they can help you with it or not. Or, maybe, point you in the right direction to get your answer. T3/r7/2016-07-09.txt.gz:{chan ch=tech}Shaleya Tech: It seems to work, but I keep getting three errors every time I start up Mushclient. Some files called Send_Input_To_Main.xml, Copy_Output.xml and something with Activate (I don't remember & can't reproduce without closing the client) are missing. Where are those? T3/r7/2016-07-09.txt.gz:{chan ch=tech}Raze Tech: hi is there a way to change the size of the lower text bar? T3/r7/2016-07-09.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: tell them you are using blowtorch-aard :) T3/r7/2016-07-09.txt.gz:{chan ch=tech}Raze Tech: lol T3/r7/2016-07-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Ooh good call was just looking through Mushclient options :) T3/r7/2016-07-09.txt.gz:{chan ch=tech}Raze Tech: sorry T3/r7/2016-07-09.txt.gz:{chan ch=tech}Raze Tech: my bad T3/r7/2016-07-09.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: it's ok, Raze. T3/r7/2016-07-09.txt.gz:{chan ch=tech}Raze Tech: i keep forgetting this is on a pc too T3/r7/2016-07-09.txt.gz:{chan ch=tech}Raze Tech: i will wait in here and see what you can find for me :) T3/r7/2016-07-09.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: there is a help page online, I don't know enough about the client to find precisely what you need. T3/r7/2016-07-09.txt.gz:{chan ch=tech}Patiently, Anaristos Tech: http://bt.happygoatstudios.com/ T3/r7/2016-07-09.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Suggest posting a note to tech board if you can't find the answer after searching, may not be anyone with tech on at the moment who knows the answer. Sorry I've never used it.... T3/r7/2016-07-09.txt.gz:{chan ch=tech}Raze Tech: thanks lol i was about to ask for an address. your top man thanks :) T3/r7/2016-07-09.txt.gz:{chan ch=tech}Raze Tech: np its ok thanks for help T3/r7/2016-07-10.txt.gz:{chan ch=tech}Archemedies Tech: hrmmm T3/r7/2016-07-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: why does mush disconnect when "note list" ideas board with pagesize 0? T3/r7/2016-07-10.txt.gz:{chan ch=tech}Pheal My Redwood Tech: because your connection cant handle it T3/r7/2016-07-10.txt.gz:{chan ch=tech}Pheal My Redwood Tech: same with mine when tethering on my phone sometimes T3/r7/2016-07-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: where is the problem? T3/r7/2016-07-10.txt.gz:{chan ch=tech}Negader Tech: try note list 20, then 30, increase in 10 and find out how much it can handle before it disconnects you. .. T3/r7/2016-07-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: 100 is ok T3/r7/2016-07-10.txt.gz:{chan ch=tech}Pheal My Redwood Tech: too much incoming info at once perhaps? T3/r7/2016-07-10.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: 300 is ok but its max T3/r7/2016-07-10.txt.gz:{chan ch=tech}Negader Tech: it never disconnected when i was on a bbs 300 bps modem back in the days. it just took forever, but didn't disconnect. :) and of course this wasn't aard. shrug. T3/r7/2016-07-11.txt.gz:{chan ch=tech}Trurien Tech: Is Atlantis the preferred MUD client for Mac? T3/r7/2016-07-11.txt.gz:{chan ch=tech}Mithridatic Tech: i made a variable called PBag, how do i call it in an alias in the mushclient? T3/r7/2016-07-11.txt.gz:{chan ch=tech}Mithridatic Tech: for speedwalks/portals T3/r7/2016-07-11.txt.gz:{chan ch=tech}Gorsk Tech: GetVariable('PBag') T3/r7/2016-07-11.txt.gz:{chan ch=tech}Mithridatic Tech: so get GetVariable('PBag') will work? T3/r7/2016-07-11.txt.gz:{chan ch=tech}Gorsk Tech: Execute('get '..'%1..'GetVariable('PBag')) T3/r7/2016-07-11.txt.gz:{chan ch=tech}Gorsk Tech: send to script T3/r7/2016-07-11.txt.gz:{chan ch=tech}Tallimos Tech: you can also check expanded variables and use @PBag T3/r7/2016-07-11.txt.gz:{chan ch=tech}Mithridatic Tech: yeah, i like it simple lol, i used to have custom speedwalks and stuff, i just use stacked aliass T3/r7/2016-07-11.txt.gz:{chan ch=tech}Pixel Tech: why does maptype dont give me options? T3/r7/2016-07-11.txt.gz:{chan ch=tech}Neclord Tech: Is there a mac version of MUSHclient? T3/r7/2016-07-11.txt.gz:{chan ch=tech}Neclord Tech: What's the best option for a mac user as far as MUD clients go? T3/r7/2016-07-11.txt.gz:{chan ch=tech}Bishoujo Raded Tech: MUSHclient w/Wine T3/r7/2016-07-11.txt.gz:{chan ch=tech}Bishoujo Raded Tech: or was that linux T3/r7/2016-07-11.txt.gz:{chan ch=tech}Neclord Tech: That's for Linux T3/r7/2016-07-11.txt.gz:{chan ch=tech}Crej Tech: i run win xp in vitualmachine in vmware fusion on the mac T3/r7/2016-07-11.txt.gz:{chan ch=tech}Jedhi Tech: there is a wine for mac as well T3/r7/2016-07-11.txt.gz:{chan ch=tech}Jedhi Tech: vm sounds bit overkill T3/r7/2016-07-11.txt.gz:{chan ch=tech}Neclord Tech: Anyone ever use Tintin as a MUDclient? T3/r7/2016-07-11.txt.gz:{chan ch=tech}Crej Tech: as i have a licence for it. i may aswell use it.... it works very well T3/r7/2016-07-11.txt.gz:{chan ch=tech}Jedhi Tech: currently 10 people on tintin T3/r7/2016-07-11.txt.gz:{chan ch=tech}Jedhi Tech: i am writing a proxy (mapper, plugins etc) for aardwolf so i could use tintin without the tintin scripting on my linux T3/r7/2016-07-11.txt.gz:{chan ch=tech}Quadrapus Tech: Anyone do much Firefox addon development? Need help with someone - send a tell if you're interested T3/r7/2016-07-11.txt.gz:{chan ch=tech}Quadrapus Tech: Anyone do much Firefox addon development? Need help with someone - send a tell if you're interested T3/r7/2016-07-11.txt.gz:{chan ch=tech}Quadrapus Tech: Anyone do much Firefox addon development? Need help with someone - send a tell if you're interested T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: hello T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: why doesnt 'maptype' work when i enter it? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: I'm using a freshly installed r1871 version of AardClient. The GitHub site says I should be able to click on [*] in the upper-left of the mini-map window and then click the [x] to bring up the room color codes. But the room color codes aren't showing for me. Any idea what I'm doing wrong? T3/r7/2016-07-12.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: is anyone tried using mush on a windows phone? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: Okay. After re-reading, it seems like the room color codes should be displayed as soon as I click the [*] button. But they're not showing up. First thing listed is "Depth" and last thing listed is "Room size". T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: is 2 gig enough to mud a month via mush? T3/r7/2016-07-12.txt.gz:{chan ch=tech}An Ancient Moofie Tech: I would think so - it's text based T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: ball park figure? T3/r7/2016-07-12.txt.gz:{chan ch=tech}But first, Juanito Tech: it can't be much, since you could play this fine on dialup T3/r7/2016-07-12.txt.gz:{chan ch=tech}An Ancient Moofie Tech: no clue! depends on how much you mud ... etc T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: gotcha thanks you two T3/r7/2016-07-12.txt.gz:{chan ch=tech}Azrail Tech: it takes like 20mb+- each day depending on how long/what you do on the mud T3/r7/2016-07-12.txt.gz:{chan ch=tech}CMFP Limunious Tech: isnt there a command that shows u how much data u used during a session T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: yip, type mccp T3/r7/2016-07-12.txt.gz:{chan ch=tech}CMFP Limunious Tech: so could u do that and estimate your usage? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: possibly T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: im on blowtorch, not sure mush use same ammount data T3/r7/2016-07-12.txt.gz:{chan ch=tech}General Zoot Tech: I used to have 2GB for a month for aardwolf and I wouldn't even use up 1 by the end of the month T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: fabouluus T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: thanks again T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: how stable is the connection of a Mifi modem ? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: it creates a wifi hotspot for devices like a pc to connect from T3/r7/2016-07-12.txt.gz:{chan ch=tech}But first, Juanito Tech: I'm gonna go with it varies.. T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: hmm, wonder if its stable enough to mud from without disconnections :/ T3/r7/2016-07-12.txt.gz:{chan ch=tech}But first, Juanito Tech: you'll just have to use it and see T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: rather want to know before i buy it T3/r7/2016-07-12.txt.gz:{chan ch=tech}Lucron Tech: it depends on signal strength, mostly. wireless devices have high latency, which isn't a huge deal on a mud, can still affect things T3/r7/2016-07-12.txt.gz:{chan ch=tech}Lucron Tech: it may be plenty fast and you not notice. it may be unusable T3/r7/2016-07-12.txt.gz:{chan ch=tech}Lucron Tech: we cannot predict it. T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: i T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: i see thanks T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: i T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: i T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: oops T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: a throughput through a cell phone is going to double the cellphone data T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: idk, they say its 5gig data a month plus the mife LTE router at a very low cost for 24 months T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: LTE is good from i hear, but not sure about stability T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: probably will need to place the router next to window, since rumour has it that it picks up signals better there T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: adsl router need a land line, and that is extra cost.. T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: so the heavy data (including gmcp) from the mud goes directly to the computer, and the light data goes to and from the cellphone and computer (y/n) T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: its not a cellphone T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: its a LTE modem T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: between 5 to 12 Mbps and uploads between 2 to 5 Mbps T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: downloads between 5 to 12 Mbps and uploads between 2 to 5 Mbps (mifi lte) T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: LTE internet is often offered as part of a TVcable subscription T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: LTE is faster than dialup T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: great, so connection stability relies on your celluar network coverage T3/r7/2016-07-12.txt.gz:{chan ch=tech}Trurien Tech: LTE is faster, but isn't it wireless? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Trurien Tech: Yeah T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: yip, im seeking a wireles internet source for gaming pc that haves a stable internet, and not disconnect like cellphones do all the time T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: cableTV is not wireless T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: do not use a satellite connection - the lag is a killer T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: fibre is still best? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: the cable connection is copper wire from the outletbox in rural areas T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: if i spend some on a mifi router and 2016 games lags to much i will get adsl T3/r7/2016-07-12.txt.gz:{chan ch=tech}But first, Juanito Tech: do you have the option for fiber? because I'd get that if you can T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: yip, its xpensive, like cable tv, will try cheapo wireless option first and spend my money saved else wear T3/r7/2016-07-12.txt.gz:{chan ch=tech}But first, Juanito Tech: fiber is pretty awesome, don't have it now, but used to T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: hmm, on the other hand i want uncapped internet badly, so either fibre or normal adsl uncapped plan that use a landline T3/r7/2016-07-12.txt.gz:{chan ch=tech}But first, Juanito Tech: no comparison between adsl and fiber.. fiber is much better T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: yip and 3 times the cost T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: but... fibre is the best yes, will most likely get it LOL T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: will eat rice all month and black coffee T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: fibre 3x the cost of adsl ?!? - which country T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: rio T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: For anyone using MUSHClient, do you see the room colors when you click the Map Configuration ([*]) in the upper-left corner of the mapper mini window? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zetkax Tech: yes T3/r7/2016-07-12.txt.gz:{chan ch=tech}A macabre Sonet Tech: no T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: Thanks. Zetkax, can you tell me what verssio of AardClient you're using (checkversion command)? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zetkax Tech: r1797 T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: Thanks. Sonet, what version are you using? T3/r7/2016-07-12.txt.gz:{chan ch=tech}A macabre Sonet Tech: 1802 T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: I'm using r1871 and don't see the colors. It's a fresh install with no changes. T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: Thanks again. I'm going to see if I can pull down 1797 and see if I get the colors. T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: what and how many plugins is standard with aard mush T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: or its void of plugins and need to download some T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: finger fiendish T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: oops T3/r7/2016-07-12.txt.gz:{chan ch=tech}Pixel Tech: http://www.not-porn.com/Aardwolf/ T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: Okay. I read the AardMush changes file, and it looks like r1800 was the version where he removed color config options from the mapper. T3/r7/2016-07-12.txt.gz:{chan ch=tech}Codone Tech: According to the release change notes, nobody should be using the color config options. Hmm. T3/r7/2016-07-12.txt.gz:{chan ch=tech}Fireflies Tech: How to install plugins on mobile? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Quadrapus Tech: any Firefox addon programmers around? T3/r7/2016-07-12.txt.gz:{chan ch=tech}Zade Tech: Firefox looks like a design-mess compared to iExplorer -- as though Firefox programmers don't use the badly-coded options of Eirefox T3/r7/2016-07-12.txt.gz:{chan ch=tech}Scars Tech: i'm sure in your head that was a helpful comment T3/r7/2016-07-12.txt.gz:{chan ch=tech}Tech: Hirozan falls down laughing. T3/r7/2016-07-12.txt.gz:{chan ch=tech}Quadrapus Tech: totally agree, firefox addons sucks T3/r7/2016-07-12.txt.gz:{chan ch=tech}Quadrapus Tech: thats why i dont want to spend time fixing this :P T3/r7/2016-07-12.txt.gz:{chan ch=tech}But first, Juanito Tech: "there's a bug" "please double check" "oh it's fixed now" T3/r7/2016-07-12.txt.gz:{chan ch=tech}But first, Juanito Tech: story o' my life (at work) T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: I have enough money to buy a second hand pc or brand new laptop in 3 weeks, i want to play aard and watch movies on it, what is best choice? T3/r7/2016-07-13.txt.gz:{chan ch=tech}Ixle Tech: laptop would be my choice, can run mushclient from a thumb drive or dropbox, don't need anything special and you'll appreciate the portability T3/r7/2016-07-13.txt.gz:{chan ch=tech}Tech: Pixel thanks Ixle heartily. T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: if the laltop is plug in the power source like most of the time, will that be ok? T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: wow ok, im dumb with this stuff, thanks for the imput T3/r7/2016-07-13.txt.gz:{chan ch=tech}Araceli Citlalin Tech: if the laptop is plugged in all the time, the battery life will be shortened a bit, but other than that, it's fine T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: okies T3/r7/2016-07-13.txt.gz:{chan ch=tech}Araceli Citlalin Tech: li-ions degrade faster at a high state of charge, so if plugged in it will be at full charge. I don't worry about it though, they still last years. T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: is celeron cpu laptop with 2 gig ram bad for mush and movies and games like age of empires and the sims 3 T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: nods, danke T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: is celeron cpu laptop with 2 gig ram bad for mush and movies and games like age of empires and the sims 3 ok T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: sorry missed "ol" T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: "ok" T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: sorry for all the stupid questions, im windows shopping for a laptop and dont google good T3/r7/2016-07-13.txt.gz:{chan ch=tech}Araceli Citlalin Tech: not stupid T3/r7/2016-07-13.txt.gz:{chan ch=tech}Gorsk Tech: they didn't sound stupid to me T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: blush, ok T3/r7/2016-07-13.txt.gz:{chan ch=tech}Piffaron Tech: silly question:) how hard would it be to make a pc macro that either moves your mouse a little, or moves from one cell to another in excel? T3/r7/2016-07-13.txt.gz:{chan ch=tech}Piffaron Tech: I thought someone here would be up to the challenge, lol T3/r7/2016-07-13.txt.gz:{chan ch=tech}But first, Juanito Tech: there are programs out there to move your mouse a little bit, or make it click stuff, etc T3/r7/2016-07-13.txt.gz:{chan ch=tech}Jedhi Tech: which encoding aardwolf uses? utf8? T3/r7/2016-07-13.txt.gz:{chan ch=tech}Xerev Tech: How does one turn off the ascii map on the main window? ( MushClient ) T3/r7/2016-07-13.txt.gz:{chan ch=tech}But first, Juanito Tech: automap T3/r7/2016-07-13.txt.gz:{chan ch=tech}But first, Juanito Tech: I think that's what you want T3/r7/2016-07-13.txt.gz:{chan ch=tech}Xerev Tech: why yes, that's exactly what I want. thank you! T3/r7/2016-07-13.txt.gz:{chan ch=tech}Xerev Tech: oh dear, guess I got it wrong. It's not when I move, it's when the connection "refresh". If you understand what I mean T3/r7/2016-07-13.txt.gz:{chan ch=tech}Ixle Tech: What seems to be the problem you're having? Maybe there's a different way to address it. T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: Proline notebook Model W945TU-N255B Display 14" 1366x768 TFT HD LED Processor Intel Celeron N2830 2.16Ghz Operating System Windows 8.1 64 bit T3/r7/2016-07-13.txt.gz:{chan ch=tech}Lucron Tech: ok T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: Proline notebook Model W945TU-N255B Display 14" 1366x768 TFT HD LED Processor Intel Celeron N2830 2.16Ghz Operating System Windows 8.1 64 bit Memory 2GB DDR3 1600MHz Graphics Intel HD Graphics Disk Drives 500GB SATA HDD Optical Drive DVD Super Multi RW USB Ports 1 x USB 3.0 2 x USB 2.0 Video Ports 1 x HDMI 1 x VGA Extra Multi Card Reader Connectivity Lan Wifi Bluetooth Webcam Yes, 1.0MP Battery 3 Cell, 24WH, Li-ION Warranty 2 Year Carry in Warranty. is this notebook OK for mudding via mush? watching movies via hdmi cable on tv? playing old games like the sims2? please help T3/r7/2016-07-13.txt.gz:{chan ch=tech}Ayasinda Tech: mudding yes, movies yes, games I doubt T3/r7/2016-07-13.txt.gz:{chan ch=tech}Lucron Tech: a potato can run mush and mud. and as long as it has an hdmi port, and it does, it can play movies on a tv T3/r7/2016-07-13.txt.gz:{chan ch=tech}Qbano Tech: But does it play Minecraft? (asking the real questions) T3/r7/2016-07-13.txt.gz:{chan ch=tech}Lucron Tech: old games may run, but you've got no processor and no grpahics card, so it's not gonna run well T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: thanks, its mostly 2d games like age of empires, red alert, and commandoes. is windows 8 good and compatible for real old games ? T3/r7/2016-07-13.txt.gz:{chan ch=tech}Ayasinda Tech: yep but you might need to run them in some compatibility mode T3/r7/2016-07-13.txt.gz:{chan ch=tech}Ayasinda Tech: I have some C&C games installed and they run but play like crap T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: a small one T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: oops T3/r7/2016-07-13.txt.gz:{chan ch=tech}Lucron Tech: wrong channel for those kinds of confessions. T3/r7/2016-07-13.txt.gz:{chan ch=tech}Ayasinda Tech: my advise .. if you want to buy the laptop for games, even old ones .. dont. T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: sorry i was talking about a puppy T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: ohk ayasinda and all, thanks T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: -20 T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: those games should run Pixel, but I don't like the celeron N2830 T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: it is pretty horrible, the games will probably run slow T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: you are better off with a 5 year older non-celeron dual core prcoessor T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: just a moment, im on a quest T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: e.g. an intel Txxxx core 2 duo (at least 6500 or higher) T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: sircanada T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: the only advantage to newer celerons is better battery life + less heat, but it will run slower T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: the n2830 is dual core T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: yes but it's a celeron T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: they are the 'crippled' dual cores T3/r7/2016-07-13.txt.gz:{chan ch=tech}Snowangel Tzadkiel Tech: And a warrantee.. T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: but even 2d games like age of empires will play very bad ? T3/r7/2016-07-13.txt.gz:{chan ch=tech}Tech: Ayasinda nods. T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: it will run acceptable but not speedy T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: an older T6500 will run it smooth, in comparison T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: so must i get a second hand pc rather, about 2gigh dual core 2gig ram 200gig hdrive and geforce 730gt 128bit 2gig ddr3 ? T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: im scared to buy second hand though T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: depends what you are after, speed, battery life, weight, etc. T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: some 2nd hands are actually more reliable than new laptops, depends whether you get a business class or consumer class T3/r7/2016-07-13.txt.gz:{chan ch=tech}Snowangel Tzadkiel Tech: don't buy second hand imo T3/r7/2016-07-13.txt.gz:{chan ch=tech}Snowangel Tzadkiel Tech: and look further than here for tech advice on a new computer T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: e.g. I would bet money on a decent business class laptop outlasting some cheap brand new laptops T3/r7/2016-07-13.txt.gz:{chan ch=tech}Tech: Ayasinda is agreeing with that SirCanada person again... T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: ohk tzadkiel T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: thanks for the help, bey bey T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: Pixel type in T6500 vs N2830 on google, go to userbenchmark.com (4th link for me) T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: they are both dual core, the T6500 is 2.1ghz and the N2830 is 2.16ghz, so it should be faster, but as you can see the T6500 is 36% faster, should show you how bad celerons are T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: if you want to get a brand new one, go for it, but I highly recommend avoiding celerons, you might pay a bit more but it is worth it T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: unless you are just mudding T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: take it from someone who actually bought a celeron for a family member thinking it would be okay, since all she does is use office T3/r7/2016-07-13.txt.gz:{chan ch=tech}SirCanada Tech: (it's not okay) T3/r7/2016-07-13.txt.gz:{chan ch=tech}Pixel Tech: kkies T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: any idea, why gnu telnet client crashes when areas command is entered? only message i get, is that server has closed the connection. telnet (GNU inetutils) 1.9.4 T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ixle Tech: too much information too fast T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: but how do mud clients handle it? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: actually, i am trying to write my own client in nodejs and electron T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: same thing happens there T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ixle Tech: Well I don't know the technical specifics, sorry. I just remember it used to happen to me in the old days. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: hello T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: is there a way to check what pci slot a pc have? may it be pci pci-express or pci 1,2 or 3 or times 4-16 T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: you can use SIW portable application T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mr. Dash Tech: consult specs online is probably the quickets T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: pci express is newer, so on modern board expect several pci express slots T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: i am not the hardware guy you're looking for, but perhaps the bios has the information you are seeking for T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: and there are apps that can do it as well. google T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: ohk, atm i only got a cellphone. so can i download the siw app and link it to the pc with usb cord and then check it? i need to know if its pci express 1 or 2 times 16 speed, because i want to buy that pc and need it to be that way for the gt 730 128 bit 2gig ddr3 to work, i also need to see if it haves a 300 min psu T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: just try the bios. no need to download anything T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: that does not seem to be a modern PC, easiest way to be sure is to check specs as it was already suggested T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: its a celeron dual core 2ghz and 2 gig ram with windows 8, can i play 2000 to year 2005 with that rig plus that gt 730 128bit 2gig? i appreciate the help guys T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: 2005 games* T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: win 8 and 2 gig ? I doubt that will run smoothly T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mr. Dash Tech: for that range of games? sure T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: i can buy 2 gig more, the cpu ok ? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: it's a laptop. It's even a laptop with a celeron. dont play games on it. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Lucron Tech: pixel, the laptop hasn't gotten better since when you asked yesterday ;) T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: Aya i dropped the laptop idea, and going with that second hand pc but with new 3d card T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: the games of those years will run smoothly on that laptop. ill know :) T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: oky well with those parts then T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mr. Dash Tech: so it isn't a laptop? sounds fine for that era of games T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: but the 2 gig is kinda very low T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: there is one game to rule them all... and also runs on them all T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mr. Dash Tech: i'd even do the free upgrade to windows 10 unless it breaks compatibility with the games you are looking to play just because it is a better optimized os for that hardware T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mr. Dash Tech: 2GB was pretty average in 2005 T3/r7/2016-07-14.txt.gz:{chan ch=tech}Lucron Tech: I'd never consider a celeron, and 4 gig is min for 8-10, with more being better. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: cool dash! i hope it works with 2000 to 2005 games, its just a starter pc, in 4-5 months i will get a i7 gt970 gaming pc T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: at the end of this month iirc windows 10 wont be free anymore T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: thanks dash and all, im happy now, makes sense 2gig was ok back in that time T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: mught want to take a look at http://www.systemrequirementslab.com/ T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: what's the deal with this win10 anyway. in the office the windows people were all screaming... win10 like forced itself on them. like one second you're working on something and the next moment some alert pops up saying hey, i am win10 and i am going to install myself T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: what game jedhi? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: that gt 730 gets like 600fps in quake 3 time demo set to high, i wanna play games like that on that second hand pc T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: Neji: MUD, aardwolf T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: thanks aya T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: thanks and all T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: lol pixel, that is quake 3 :P T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: very true jedhi xD T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: but i like those games :) T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: how much data do i need to upgrade to win 10 ? im on a cellphone plan and will need to purchas some T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: true but its understandable that the gt730 will get 600fps on quake 3. its a rather old game compared to that graphics card T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: dude your phone will cry... T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: haha T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: trust me I know. im using phone to T3/r7/2016-07-14.txt.gz:{chan ch=tech}Grannie Killene Tech: most people don't like win 10 unless its a new computer T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: if im unhappy with win 8 i will most definitly go back to xp T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: win 7 works for me T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: I love win10 T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: windows is not worth loving T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: you probably use ios T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: nope, arch linux T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: lol, I love linux too T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: ahhh linux T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: i got slackware on my other pc, this one has windows 10 T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: slackware still around and up to date? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: good operating system, i don't like debians developers though T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: i belive slack is the first distro T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: yeah, they're usually the first with updates T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: 2 pc's run win 10. 1 runs linux mint 13. 1 runs linux mint 17 and kali linux and 1 runs ka linux T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: lol, i just got my laptop T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: lol, 3 pc's and 2 laptops here :) T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: try openbsd T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: that o/s is built for laptops T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: but windows is the hardest to use of them all. few month ago we tried to install a printer in the office. noone knew how to do it. the the it-guy came and it took like 20 minutes or so T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: I actually did try that once T3/r7/2016-07-14.txt.gz:{chan ch=tech}Naughty Neji Tech: ffs ayasinda :0 T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ayasinda Tech: Cant remember why I removed it again though T3/r7/2016-07-14.txt.gz:{chan ch=tech}SirCanada Tech: don't run windows 10 on a celeron, I have tried, it is horribly slow (in my opinion) T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: i removed open bsd cause i lost my curve , but also cause i had to write my own soundcard driver lol T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mr. Dash Tech: one day people will realize that IT is 99% googling and 1% using installers that come with hardware and a whole industry will crumble T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: it's great if you've got an aptitude for programming and alot of patience T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: main problem with windows is that if it does not work there is no way to fix it other way than reinstall T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: probably the most secure and adaptable operating system in the world - playstation 4 uses freebsd T3/r7/2016-07-14.txt.gz:{chan ch=tech}SirCanada Tech: there usually is, it just takes 50 times the amount of time to figure it out :P T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: am i wrong? reason i want to downgrade to xp 64bit is because of that cpu im getting, its a dual core 2ghz and only 2gig ddr2 ram, so wont games play better or xp since xp use less system recoucres T3/r7/2016-07-14.txt.gz:{chan ch=tech}SirCanada Tech: I think it's a great idea T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: with 2 gig ram get 32-bit os, no point to use 64-bit win xp - it will also cause problems with drivers T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: sweet T3/r7/2016-07-14.txt.gz:{chan ch=tech}SirCanada Tech: I just worry about compatibility, since it is a newer laptop it may not have XP drivers T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: yeah, i started using linux when redhat 7.1 was the latest release. i hated it. really did. like to get vga out working, i had to hack some other driver or something. and this thing just kept going T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: if you ever tried programming assembly language, you'll love 64 bit T3/r7/2016-07-14.txt.gz:{chan ch=tech}Tech: Ayasinda agrees! T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: its the pc sircanada with the gt 730_ im leaving the laptop, this pc will play better games T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: the problem is that there is no good manuals on learning to program 64 bit, so you have to start with 32 and then write your own T3/r7/2016-07-14.txt.gz:{chan ch=tech}Pixel Tech: ok i will get xp sp2 then in 32 bit T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: is xp still supported? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: programming from the ground up is the best assembly language book/ tutorial T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: banned from university's T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: not really, sometimes there are only critical updates released T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: after that you can make your own compilers and stuff T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: Mith, sounds hacky T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: it is T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: I mean it was announced end of life / end of support, but after that still some critical updates were released T3/r7/2016-07-14.txt.gz:{chan ch=tech}SirCanada Tech: updates are overrated T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: do they realy teach assembly anymore? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: i found out how to take over unix systems through shells and dynamic linkers T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: not really T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: believe me when i say that it's the only language you need to know though T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: all of the others are built on it T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: yeah, but assemly is soooo procedural. so you most likely need some oop or modular experience as well. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: mathematicians love procedure, i'm great at math, or used to be T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: perfection is how you control the computer T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: not that i think oop is the way to go T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: imagine assembly usage in any business app :P that would take ages to do anything in it T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: not if you built your own language on top of what you wrote T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: unisys is a good company for security T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: yeah, and with new kids on the block, like golang and differens js frameworks, assembly would not make much sense T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: right, build your onw language, own OS, own RDBMS, own ... T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: lol T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: i'm just interested in filesystems and schedulers T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: along with bytecode assignment T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: i bet concurrency would be fun in assembly T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: with those things you are the boss T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: i got some good books you can read and become a master programmer T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: really, it takes several year to become a master programmer T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: like the practical programmer? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: linus torvalds made transmeta processors based on a 1981 IBM model along with a 1985 unisys model T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: you can make any sloppy code immune to being hacked through byte size and opcode T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: nothing practical about it - there's only 100 DWARF debugger programmers in the world T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: people use dwarf but the people who can write it aren't so many T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: it does take several years T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: but one the way there you'll realize that you are there T3/r7/2016-07-14.txt.gz:{chan ch=tech}Oladon Tech: is when you no longer find it necessary to pretend to be an expert? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: yeah T3/r7/2016-07-14.txt.gz:{chan ch=tech}Tech: Oladon whistles a little tune to herself. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: good books though T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: programming from the ground up - maurice j bach the unix operating system - w. richard stevens T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: i know people who have coded like 30 years and they all still say: "i s*ck at it". and the reason is, the industry is changing so fast, that you just must keep learning T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: and o'reilly has some good kernel books T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: that's all you need to know T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: and the c programming language is a prerequisite T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: that's a great book - written by the authors of c T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: ah, you can see everything in code if you're a good programmer T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: need to know your math too though :), not much math is needed in most programming T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: operating system programming doesn't need alot of calculus T3/r7/2016-07-14.txt.gz:{chan ch=tech}Shaleya Tech: Is there a way to keep myself from getting logged out while afk? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: triggers are good T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: Your eyes glaze over. (look) i used to have one T3/r7/2016-07-14.txt.gz:{chan ch=tech}Mithridatic Tech: i think if you sleep the mud lets you stick around too T3/r7/2016-07-14.txt.gz:{chan ch=tech}Trachx Tech: best to check first whether you are in safe room before doing "keep online" action T3/r7/2016-07-14.txt.gz:{chan ch=tech}Shaleya Tech: Ah, I'll try that, then. Thanks. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Bishoujo Raded Tech: fun printer problem: how do I force a printer to never print double-sided when duplex is already disabled both on the machine printing AND in the printer's web configuration? T3/r7/2016-07-14.txt.gz:{chan ch=tech}Ralyn Tech: don't select double sided when you print T3/r7/2016-07-14.txt.gz:{chan ch=tech}Tech: Bishoujo Raded slaps Ralyn. T3/r7/2016-07-14.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: be fast and grab the paper before it goes for the other side T3/r7/2016-07-14.txt.gz:{chan ch=tech}Jedhi Tech: i do not know the answer, but printers can be evil... especially the legacy ones T3/r7/2016-07-14.txt.gz:{chan ch=tech}__m_OO_m__ Hwuaijijal Tech: true. ive met 50 printers in my lifetime and they all had problems. every.single.one. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Bishoujo Raded Tech: it all happens inside the printer. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Bishoujo Raded Tech: I hate printers. T3/r7/2016-07-14.txt.gz:{chan ch=tech}Bishoujo Raded Tech: ignoring the printer settings on the computer kind of makes sense, ignoring the settings on the printer itself is making me rage T3/r7/2016-07-14.txt.gz:{chan ch=tech}Quadrapus Tech: Bieber >> Joe, sorry not sorry T3/r7/2016-07-14.txt.gz:{chan ch=tech}Quadrapus Tech: mis :P T3/r7/2016-07-15.txt.gz:{chan ch=tech}Xerev Tech: is it possible for mushclient to hide my password when I type it? Just to hide them from eyes behind/beside me. T3/r7/2016-07-15.txt.gz:{chan ch=tech}Kippe Tech: nope T3/r7/2016-07-15.txt.gz:{chan ch=tech}Xerev Tech: well..alright then.. :/ T3/r7/2016-07-15.txt.gz:{chan ch=tech}Bobolai Tech: my eq T3/r7/2016-07-15.txt.gz:{chan ch=tech}Bobolai Tech: problem solved T3/r7/2016-07-15.txt.gz:{chan ch=tech}Metropolis Tech: If i download a ttf file to my tablet, how would i change the font for aardwolf to the font i downloaded? T3/r7/2016-07-15.txt.gz:{chan ch=tech}Mique Tech: you can change mushclient font by clicking on the a for alias nd then output on left side T3/r7/2016-07-15.txt.gz:{chan ch=tech}Mique Tech: Apperance/output T3/r7/2016-07-15.txt.gz:{chan ch=tech}Metropolis Tech: Got it. Thanks T3/r7/2016-07-15.txt.gz:{chan ch=tech}Metropolis Tech: Oh gods. I messe up the sizes by changing the font. How can i chnage the sizes back to default? T3/r7/2016-07-15.txt.gz:{chan ch=tech}Metropolis Tech: whenever I type whois, everything isnt aligned anymore. T3/r7/2016-07-15.txt.gz:{chan ch=tech}General Zoot Tech: yeah that's the trouble with exciting new fonts :( T3/r7/2016-07-15.txt.gz:{chan ch=tech}Metropolis Tech: Oh well... Ill just be boring and default T3/r7/2016-07-15.txt.gz:{chan ch=tech}Garrot Tech: Whats the exact command to drop a wait into Umaris castle for mapper. I need to say Umari and wait say 4 seconds straight after. T3/r7/2016-07-15.txt.gz:{chan ch=tech}A macabre Sonet Tech: mapper help T3/r7/2016-07-15.txt.gz:{chan ch=tech}A macabre Sonet Tech: more accuratly mapper help exits T3/r7/2016-07-15.txt.gz:{chan ch=tech}Garrot Tech: Ive checked the help file. Tried every combination with no luck. T3/r7/2016-07-15.txt.gz:{chan ch=tech}A macabre Sonet Tech: Are you sure? It is the 6th option of mapper help exits T3/r7/2016-07-15.txt.gz:{chan ch=tech}Arcidayne Tech: You need to read the whole thing. T3/r7/2016-07-15.txt.gz:{chan ch=tech}Mique Tech: type mapper help, not help mapper T3/r7/2016-07-15.txt.gz:{chan ch=tech}Garrot Tech: Closest Ive come is Mapper cexit say umari;mapper cexit_wait 4. Still doesnt work properly. T3/r7/2016-07-15.txt.gz:{chan ch=tech}Arcidayne Tech: You didnt read it all. T3/r7/2016-07-15.txt.gz:{chan ch=tech}Arcidayne Tech: Read the full paragraph for cexit. T3/r7/2016-07-15.txt.gz:{chan ch=tech}A macabre Sonet Tech: the cexit_wait is for the next time you use mapper cexits, it is the wait timer... T3/r7/2016-07-15.txt.gz:{chan ch=tech}A macabre Sonet Tech: so you would need to do mapper cexit_wait