T3/r7/2014-07-01.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: so, here's a weird question :P can i close the main output window in mush? T3/r7/2014-07-01.txt.gz:{chan ch=tech}Cehualli Xoxa Tech: I doubt it. T3/r7/2014-07-01.txt.gz:{chan ch=tech}Cehualli Xoxa Tech: weird question indeed, though... why would you want to? T3/r7/2014-07-01.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: i want to pipe everything to a miniwindow instead T3/r7/2014-07-01.txt.gz:{chan ch=tech}Cehualli Xoxa Tech: that... doesn't quite make sense, though. T3/r7/2014-07-01.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: i want to add a split scroll pane like in cmud T3/r7/2014-07-01.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: that can be added to a miniwindow easily (i already did it to the comm log) T3/r7/2014-07-01.txt.gz:{chan ch=tech}Cehualli Xoxa Tech: ah, I see. T3/r7/2014-07-01.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: from what i can tell though, the main window works differently T3/r7/2014-07-01.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: i'd rather not have to muck around in the source :P T3/r7/2014-07-01.txt.gz:{chan ch=tech}Cehualli Xoxa Tech: ask Nick to create split-screen capability. T3/r7/2014-07-01.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: i could try... i assume it's been asked before T3/r7/2014-07-01.txt.gz:{chan ch=tech}Cehualli Xoxa Tech: maybe, I don't know. T3/r7/2014-07-01.txt.gz:{chan ch=tech}Gwynyfar Tech: whats the best app for geo tags/geocaching T3/r7/2014-07-01.txt.gz:{chan ch=tech}Dustpuppy Tech: i could ask my geocaching buddy T3/r7/2014-07-01.txt.gz:{chan ch=tech}Gwynyfar Tech: thatd be sweet :) T3/r7/2014-07-01.txt.gz:{chan ch=tech}Torskman Tech: anyone else having problems with bast's miniwins going all black every now and then? restart mush works to bring it back, but dont want to do that everytime T3/r7/2014-07-01.txt.gz:{chan ch=tech}Turie Tech: You can just reinstall the plugin for the mini-window. T3/r7/2014-07-01.txt.gz:{chan ch=tech}Torskman Tech: yeah I know... sort of hoping for a solution that takes the issue away though... T3/r7/2014-07-01.txt.gz:{chan ch=tech}Turie Tech: Bast, Fiendish, and Gammon do not know what is causing it. They just got a work around and left it. T3/r7/2014-07-01.txt.gz:{chan ch=tech}Valli Tech: CTRL+SHIFT+P loads the plugins screen, without having to go through the menus, to make it a little easier.. T3/r7/2014-07-01.txt.gz:{chan ch=tech}Torskman Tech: oh, bummer :/ thanks though, and thanks for the shortcut :D T3/r7/2014-07-01.txt.gz:{chan ch=tech}Darkwing Duckbat Tech: can someone help with statistics? i have a list of values, each with a weight attached to indicate how reliable this information is and i need to calculate the most likely value from this list and also include weight of how sure i am this value is correct T3/r7/2014-07-01.txt.gz:{chan ch=tech}Trivial Remarto Tech: sounds like you need to make up a math formular for it T3/r7/2014-07-01.txt.gz:{chan ch=tech}Darkwing Duckbat Tech: yes T3/r7/2014-07-01.txt.gz:{chan ch=tech}Darkwing Duckbat Tech: i wrote problem here http://pastebin.com/tKhYHFtd T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: just average? T3/r7/2014-07-01.txt.gz:{chan ch=tech}Darkwing Duckbat Tech: weight too T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: weight meaning what exactly? I mean take the average of the numeric value and thats your weight, no? T3/r7/2014-07-01.txt.gz:{chan ch=tech}Darkwing Duckbat Tech: weight means how sure i am of this value T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: seems like simple probability analysis T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: derp for some reason I answered you on FT.... treat each tuple as a vector with direction and magnitude. direction = value, magnitude = probability T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: take the cross product and you'll have a resulting vector T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: basically add the vectors together T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: your resulting vector will be direction of the answer and magnitude of the certainty T3/r7/2014-07-01.txt.gz:{chan ch=tech}Darkwing Duckbat Tech: i don't understand this T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: google adding vectors T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: its kinda like trig. i have an arrow pulling one way and an arrow pulling another. each has direction and magnitude (force/distance) T3/r7/2014-07-01.txt.gz:{chan ch=tech}Ontuct Tech: wolframalpha might do vector math. T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: yeah it might T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: there are matrix calculators online T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: been years for me since I've mucked around with all that T3/r7/2014-07-01.txt.gz:{chan ch=tech}Turie Tech: http://www.mathsisfun.com/algebra/vectors.html T3/r7/2014-07-01.txt.gz:{chan ch=tech}Darkwing Duckbat Tech: if i have value 5.5 with weight 0.4 how do i convert this to vector? T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: 5.5 is the direction T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: 0.4 is the magnitude T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: you visualize it as a vector, nothing is a vector T3/r7/2014-07-01.txt.gz:{chan ch=tech}Definitely Defines Tech: just like nothing is a number... they're language T3/r7/2014-07-01.txt.gz:{chan ch=tech}Darkwing Duckbat Tech: this is more confusing than the original problem, i'll try thinking something else T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: does anybody know mushclient well? T3/r7/2014-07-01.txt.gz:{chan ch=tech}TrEz Tech: just ask your stuff dude T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: I have plugins from another mud, where i could see tells in one and channels in a yet another seperate window, but now i want those windows to work for this mud, but i didn't set the others up initially so i don't know how T3/r7/2014-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Deveroth are you using Aard Mush? T3/r7/2014-07-01.txt.gz:{chan ch=tech}Kippe Tech: rewrite your plugins T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: nah, mushclient T3/r7/2014-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Best to download that from help mushclient. T3/r7/2014-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: The Aard Mush comes preequipped with a ton of plugins for Aard, including a comm window. T3/r7/2014-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: There is also a page on the old google code site on how to make a duplicate comm window which'll show you how to make one for just tells. T3/r7/2014-07-01.txt.gz:{chan ch=tech}Tech: https://code.google.com/p/aardwolfclientpackage/wiki/ChannelCapture T3/r7/2014-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: It's worth it just for the mapper honestly. JUst install into a completely different directory and you can try it without affecting your old vanila mush install. T3/r7/2014-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Thanks Abe, that's the one! T3/r7/2014-07-01.txt.gz:{chan ch=tech}Tech: note that the aard MUSHclient package is a zipfile, it won't touch your current MUSH install T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: sounds good, thanks for the help T3/r7/2014-07-01.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: As long as you put it in a Seperate directory :) T3/r7/2014-07-01.txt.gz:{chan ch=tech}Tech: so you can unzip it into my docs or desktop and run from there, and use your regular program files install for the other MUD T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: yeah, just don't put one client in the same folder as the other T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: ?* T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: aye T3/r7/2014-07-01.txt.gz:{chan ch=tech}Tech: it would be in a separate directory unless you work to not make that be the case T3/r7/2014-07-01.txt.gz:{chan ch=tech}Tech: since the standard MUSHclient download is installer-based T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: ohhh T3/r7/2014-07-01.txt.gz:{chan ch=tech}Devaroth Tech: brb T3/r7/2014-07-01.txt.gz:{chan ch=tech}Elchanan Tech: does anyone here use chrome os T3/r7/2014-07-01.txt.gz:{chan ch=tech}Dustpuppy Tech: ah T3/r7/2014-07-01.txt.gz:{chan ch=tech}Elchanan Tech: tech -h elchanan T3/r7/2014-07-02.txt.gz:{chan ch=tech}Iron Sides Arystul Tech: anyone know the best place to download open office is? the one I tried to download wants me to make an account on some site and also downloads a bunch of crap programs that I don't want T3/r7/2014-07-02.txt.gz:{chan ch=tech}Ambilevous Tech: Okay with libreoffice? Or need openoffice? T3/r7/2014-07-02.txt.gz:{chan ch=tech}Dolt Tech: https://www.openoffice.org/download/ ? should send you to sourceforge for the actual download T3/r7/2014-07-02.txt.gz:{chan ch=tech}Quantum Anaristos Tech: open office has a home page... T3/r7/2014-07-02.txt.gz:{chan ch=tech}Iron Sides Arystul Tech: I just need a program to type a few papers up, doesn't really matter which I think T3/r7/2014-07-02.txt.gz:{chan ch=tech}Quantum Anaristos Tech: https://www.openoffice.org/download/ T3/r7/2014-07-02.txt.gz:{chan ch=tech}Tormat Tech: can anyone get me started on writing triggers using mccp calls? T3/r7/2014-07-02.txt.gz:{chan ch=tech}Ayasinda Tech: http://www.aardwolf.com/wiki/index.php/Clients/MushclientGMCP T3/r7/2014-07-02.txt.gz:{chan ch=tech}Seltsimees Dagnir Tech: nice. my isp is upgrading my 100/100mbit connection to 300/300 T3/r7/2014-07-02.txt.gz:{chan ch=tech}Tormat Tech: is there a limit to how many triggers can be in a plugin? T3/r7/2014-07-02.txt.gz:{chan ch=tech}Negader Tech: can anyone recommend an easy to use Java IDE? T3/r7/2014-07-02.txt.gz:{chan ch=tech}Negader Tech: free one? T3/r7/2014-07-02.txt.gz:{chan ch=tech}Cleff Tech: eclipse T3/r7/2014-07-02.txt.gz:{chan ch=tech}Ambilevous Tech: netbeans T3/r7/2014-07-02.txt.gz:{chan ch=tech}Negader Tech: thank you. :) T3/r7/2014-07-02.txt.gz:{chan ch=tech}Daikojun Tech: I use Netbeans and Eclipse T3/r7/2014-07-03.txt.gz:{chan ch=tech}Acheos Tech: What is the command to unlock your mush layout inorder to make some adjustments? T3/r7/2014-07-03.txt.gz:{chan ch=tech}Thunderous Norton Tech: aard layout unlock T3/r7/2014-07-03.txt.gz:{chan ch=tech}Acheos Tech: Cheers T3/r7/2014-07-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: when i start my client a get a message that says a lot but at the beginning it says 'Can't open world file: .\world\Aardwolf\Spellups/mcl Directory .\worlds\Aardwolf\ does not exist' any ideas? T3/r7/2014-07-03.txt.gz:{chan ch=tech}Pseudocyesis Tech: You have a world named spellups? T3/r7/2014-07-03.txt.gz:{chan ch=tech}Pseudocyesis Tech: Check your global preferences for worlds to load on startup T3/r7/2014-07-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: only showing .worlf\Aardwolf.mcl T3/r7/2014-07-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: world* T3/r7/2014-07-03.txt.gz:{chan ch=tech}Pseudocyesis Tech: Is the error a windows message or a message in the aard window T3/r7/2014-07-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: message in the aard window T3/r7/2014-07-03.txt.gz:{chan ch=tech}Pseudocyesis Tech: install any scripts recently? Maybe try reinstalling them T3/r7/2014-07-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: i could post the whole error message on tech board if it would help T3/r7/2014-07-03.txt.gz:{chan ch=tech}Pseudocyesis Tech: might be helpful T3/r7/2014-07-03.txt.gz:{chan ch=tech}Pseudocyesis Tech: Not sure Vinatia...can you think of any recently installed plugins/scripts T3/r7/2014-07-03.txt.gz:{chan ch=tech}Vibrating Vinatia Tech: how do i load an old db backup file? tried copy/paste into the main file but that didnt work T3/r7/2014-07-03.txt.gz:{chan ch=tech}Ambilevous Tech: I would think renaming it and moving it should do the trick T3/r7/2014-07-03.txt.gz:{chan ch=tech}Tormat Tech: is there a way to force a page to load fomr cache? T3/r7/2014-07-03.txt.gz:{chan ch=tech}Ayon Tech: webpage, yes and no T3/r7/2014-07-03.txt.gz:{chan ch=tech}Tormat Tech: yeah webpage T3/r7/2014-07-03.txt.gz:{chan ch=tech}Ayon Tech: yes there is, no it's not worth the effort. T3/r7/2014-07-03.txt.gz:{chan ch=tech}Tormat Tech: no internet so i was just being hopeful :P T3/r7/2014-07-03.txt.gz:{chan ch=tech}Ayon Tech: the browser is already pretty good at caching, and only sends a simple request that usually return 203 unmodified, so nothing is usually returned from the server. T3/r7/2014-07-03.txt.gz:{chan ch=tech}Ayon Tech: ahh, in that case, i.e. and SPA there is a cach header that you can use T3/r7/2014-07-03.txt.gz:{chan ch=tech}Tormat Tech: how? T3/r7/2014-07-03.txt.gz:{chan ch=tech}Tormat Tech: the cache is in IE. T3/r7/2014-07-03.txt.gz:{chan ch=tech}Daikojun Tech: can I get helpfiles to popup in another window? T3/r7/2014-07-03.txt.gz:{chan ch=tech}Turie Tech: Finger Bast T3/r7/2014-07-03.txt.gz:{chan ch=tech}Turie Tech: He has a set of plugins with that. T3/r7/2014-07-03.txt.gz:{chan ch=tech}Daikojun Tech: I have his pack, what plugin is it? T3/r7/2014-07-03.txt.gz:{chan ch=tech}Turie Tech: Miniwin_Help T3/r7/2014-07-03.txt.gz:{chan ch=tech}Daikojun Tech: not in my pack. Must have an old pack T3/r7/2014-07-03.txt.gz:{chan ch=tech}Daikojun Tech: yeah I'm dated. thanks T3/r7/2014-07-03.txt.gz:{chan ch=tech}Turie Tech: bup check T3/r7/2014-07-04.txt.gz:{chan ch=tech}Askani Tech: whats the "Send to" to make mapper work? (world, exe, command) T3/r7/2014-07-04.txt.gz:{chan ch=tech}Turie Tech: Does anyone know who wrote this? https://code.google.com/p/proxymud/downloads/list T3/r7/2014-07-04.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Think it was Duckbat, was linked from his old site. T3/r7/2014-07-04.txt.gz:{chan ch=tech}Turie Tech: Ok. T3/r7/2014-07-04.txt.gz:{chan ch=tech}Gener Tech: is there a way to make a timer to auto save the world file? I had a power outage a while ago and lost everything i had set up the last 5 days. :( T3/r7/2014-07-04.txt.gz:{chan ch=tech}Valli Tech: umm.. quit once in a while? it normally saves on quitting.. T3/r7/2014-07-04.txt.gz:{chan ch=tech}Negader Tech: not sure, but i try to back up my mushclient folder to another drive. T3/r7/2014-07-04.txt.gz:{chan ch=tech}Gener Tech: i want to keep my keys tho. haha T3/r7/2014-07-04.txt.gz:{chan ch=tech}Negader Tech: try to back up once a wk that is... T3/r7/2014-07-04.txt.gz:{chan ch=tech}Daikojun Tech: the save button in MC saves it right? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Gener Tech: if I can remember to do that. thta is why i lost all my settings. i was just hopin there is some way to send ctr-s to the client each hour or something T3/r7/2014-07-04.txt.gz:{chan ch=tech}Askani Tech: setup a trigger to ctrl+S ? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Zoot Tech: my keyboard ribbon fell out and I cant get it back in I tried googling but nothing metioned seems to work. it sounds simple to fix I dont know what im missing T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tigernuts Tech: why can't you get it back in? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Zoot Tech: I guess I dont know how I try sliding it into the spot and putting the holder down on it but its not connected T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tigernuts Tech: as a rule there is a little plastic "collar" which will pull out by about a millimeter, allowing you to slot the ribbon into place, then you push the collar back into place to hold it there T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tigernuts Tech: right way up? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tigernuts Tech: you didn't attempt this with it switched on, presumably T3/r7/2014-07-04.txt.gz:{chan ch=tech}Zoot Tech: no! T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tigernuts Tech: if it's in securly and stil lnot working, it's probably fux0r3d T3/r7/2014-07-04.txt.gz:{chan ch=tech}Zoot Tech: I must not be placing it in properly T3/r7/2014-07-04.txt.gz:{chan ch=tech}Zoot Tech: thanks for the help T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tsunwu Tech: hi there, anyone reading me? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Valli Tech: nope T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tsunwu Tech: ok then... T3/r7/2014-07-04.txt.gz:{chan ch=tech}Trachx Tech: sorry, you probably have black on black font T3/r7/2014-07-04.txt.gz:{chan ch=tech}Smiq Tech: loud and CLEAR T3/r7/2014-07-04.txt.gz:{chan ch=tech}Ayasinda Tech: he, what? Someone said somthing? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tsunwu Tech: I have a friend that is getting really frustrated with connection problems here on Aardwolf. The problem is most likely not Aardwolf. I am wondering if any of you tech-smart people can contact him and see if you can help him out. His is a T6 player, and name is "Bloood". Please if you can spare the time. Thanks. T3/r7/2014-07-04.txt.gz:{chan ch=tech}Smiq Tech: serves him right T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tsunwu Tech: nobody should sit with connection problems if it can be helped with others, especially not if they really enjoy the game and want to play. It's not aardwolf's fault, just thinking maybe you can help. T3/r7/2014-07-04.txt.gz:{chan ch=tech}Smiq Tech: He should sit with connection problems for calling me a noo T3/r7/2014-07-04.txt.gz:{chan ch=tech}Smiq Tech: He should sit with connection problems for calling me a noob T3/r7/2014-07-04.txt.gz:{chan ch=tech}Trachx Tech: you can use axence nettools to diagnose some problems T3/r7/2014-07-04.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Why can't Bloood ask on tech himself? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Turie Tech: Is Bloood No_Channel? T3/r7/2014-07-04.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: hilarious T3/r7/2014-07-04.txt.gz:{chan ch=tech}Rauru Tech: call his isp T3/r7/2014-07-04.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: Call his mother T3/r7/2014-07-04.txt.gz:{chan ch=tech}Turie Tech: Call his PO! T3/r7/2014-07-04.txt.gz:{chan ch=tech}Crej Tech: is there a app for aardwold on the ipad? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: what's the command to reset sharptracker? T3/r7/2014-07-04.txt.gz:{chan ch=tech}BluMalice Tech: st_reset, I think T3/r7/2014-07-04.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: thanks, that's it T3/r7/2014-07-04.txt.gz:{chan ch=tech}Xaerik Tech: anyone knows ftp well? T3/r7/2014-07-04.txt.gz:{chan ch=tech}Tormat Tech: whats the question? T3/r7/2014-07-04.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I know filezilla pretty darn well. Does that count? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Kendra Tech: Have a question perhaps for anyone familiar with the version of mushclient for blind/visually impaired users. I goofed something. T3/r7/2014-07-05.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: just wondering. if you are coding some graphical things, has it ever bothered you that you have to think the Y always backwards? T3/r7/2014-07-05.txt.gz:{chan ch=tech}BeetleBane Anaristos Tech: backward? T3/r7/2014-07-05.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it isn't backward T3/r7/2014-07-05.txt.gz:{chan ch=tech}Dexter Tech: so, how many has preordered Myo? =P T3/r7/2014-07-05.txt.gz:{chan ch=tech}Dexter Tech: have* T3/r7/2014-07-05.txt.gz:{chan ch=tech}Xaerik Tech: Who can help me with ftp? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Zhaal Tech: 8->? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Hanslanda Tech: 9 T3/r7/2014-07-05.txt.gz:{chan ch=tech}Turie Tech: 8.000000000000000000000000000000001 T3/r7/2014-07-05.txt.gz:{chan ch=tech}Rembert Tech: 8->~~~ T3/r7/2014-07-05.txt.gz:{chan ch=tech}Vellius Tech: How do you move the main window in the Aard client? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Ayasinda Tech: same way you move any other window T3/r7/2014-07-05.txt.gz:{chan ch=tech}Vellius Tech: Trying to click on it just highlights text in it, though. T3/r7/2014-07-05.txt.gz:{chan ch=tech}Vellius Tech: Oh, there, has to be the very edge. T3/r7/2014-07-05.txt.gz:{chan ch=tech}Turie Tech: aard layout unlock, grab the top part of the main_layout, and resize using the lower right corner, aard layout lock to keep it in place. T3/r7/2014-07-05.txt.gz:{chan ch=tech}Vellius Tech: Thanks T3/r7/2014-07-05.txt.gz:{chan ch=tech}Naotsugu Tech: im having an error "trigger function "invmon" not found or had a previous error" T3/r7/2014-07-05.txt.gz:{chan ch=tech}Naotsugu Tech: i think this is bast related. T3/r7/2014-07-05.txt.gz:{chan ch=tech}Tormat Tech: i keep getting an error when i look in a container, insuficent memory to uncompress buffer, any ideas on how to fix? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Tormat Tech: mushclient T3/r7/2014-07-05.txt.gz:{chan ch=tech}Turie Tech: Are you using Bast's plugins? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Naotsugu Tech: hey im also having 'invmon' problem anyone know how to fix. i think its also bast related T3/r7/2014-07-05.txt.gz:{chan ch=tech}Turie Tech: Try eqdb refresh and eqdb clean T3/r7/2014-07-05.txt.gz:{chan ch=tech}Ayasinda Tech: or restarting mush T3/r7/2014-07-05.txt.gz:{chan ch=tech}Naotsugu Tech: i tried restarting i still have it T3/r7/2014-07-05.txt.gz:{chan ch=tech}Turie Tech: If that does not work, you will need to close AardMUSH, go to MUSHclient folder>Logs, Delete eq.db, and reopening AardMUSH. T3/r7/2014-07-05.txt.gz:{chan ch=tech}Naotsugu Tech: wont it break anything or my explored areas? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Turie Tech: It is just your equipment information. T3/r7/2014-07-05.txt.gz:{chan ch=tech}Turie Tech: Unless you are using it to do your equipment switching, it should not affect anything. T3/r7/2014-07-05.txt.gz:{chan ch=tech}Adlezl Tech: silly question... does 'cast desolation %1' take longer to tramsit than 'c 244 %1'? or does it even matter if it was a whole paragraph of words difference in length? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Adlezl Tech: transmit* T3/r7/2014-07-05.txt.gz:{chan ch=tech}Naotsugu Tech: i think not. well typing the first one does consume more time :) T3/r7/2014-07-05.txt.gz:{chan ch=tech}Ayasinda Tech: it takes the same time T3/r7/2014-07-05.txt.gz:{chan ch=tech}Adlezl Tech: just checking. i didnt think the modem had to work any harder :) thx guys T3/r7/2014-07-05.txt.gz:{chan ch=tech}Skgubza Tech: is't possible to have healthy bars like on mushclient, on android aardwolf version? T3/r7/2014-07-05.txt.gz:{chan ch=tech}Rarshin Tech: not really, the blowtorch client doesnt have them T3/r7/2014-07-05.txt.gz:{chan ch=tech}Turie Tech: Google Aardwolf Blowtorch Beta. T3/r7/2014-07-05.txt.gz:{chan ch=tech}Rarshin Tech: you could put in a feature request, or look up how to make plugins T3/r7/2014-07-05.txt.gz:{chan ch=tech}Zetkax Tech: ty rhuli T3/r7/2014-07-05.txt.gz:{chan ch=tech}Naotsugu Tech: is there a command that restarts all plugins? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Naotsugu Tech: anyone know how to refresh s&d gui. my list got cleared even though i still have mobs to kill T3/r7/2014-07-06.txt.gz:{chan ch=tech}Loony Lachdanan Tech: cp c T3/r7/2014-07-06.txt.gz:{chan ch=tech}Naotsugu Tech: go T3/r7/2014-07-06.txt.gz:{chan ch=tech}Naotsugu Tech: LOL . anyway thanks T3/r7/2014-07-06.txt.gz:{chan ch=tech}Tier, Nur, Trurien Tech: Anyone used Google's voice rec API? Can't seem to get a key for it now... T3/r7/2014-07-06.txt.gz:{chan ch=tech}Turie Tech: Is UTF-8 supported on main? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Crej Tech: is there a ipad client any one can recomend, i felt lost while away T3/r7/2014-07-06.txt.gz:{chan ch=tech}Faetally Faerlun Tech: how do i get rid of {chan ch=gossip} stuff? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Faetally Faerlun Tech: using zmud T3/r7/2014-07-06.txt.gz:{chan ch=tech}Ixle Tech: tags channels off T3/r7/2014-07-06.txt.gz:{chan ch=tech}Hanslanda Tech: you can turn off the tag, or you can write a trigger that #PSUBs it away. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Faetally Faerlun Tech: thanks :) T3/r7/2014-07-06.txt.gz:{chan ch=tech}Naotsugu Tech: anyone having with potion quaffer? it cant detect the number of pots inside bag even when i set it. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Naotsugu Tech: it still cant detect my pots. when i type pots. and my number of pots always resets to 0 T3/r7/2014-07-06.txt.gz:{chan ch=tech}Naotsugu Tech: but when i set it to say buffnum = 10. when i type bp it will quaff my buff pot. then it will reset again. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Daikojun Tech: finally updating my mushclient from 1667 to 1723 and reinstalling my plugins. I've used Winkle's spellup script forever. Just noticed Bast has one too. Pros/Cons? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Daikojun Tech: any preference either way? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Daikojun Tech: upgraded to v1723 and moved my files. My mapper notes are showing up. What file do I need to check? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Daikojun Tech: just the aardwolf.db file right? T3/r7/2014-07-06.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: and aardwolf.mcl if you have personal aliases/triggers T3/r7/2014-07-06.txt.gz:{chan ch=tech}Daikojun Tech: I imported from the ardwolf.acl I had in r1667. All my aliases are there T3/r7/2014-07-06.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Can Mushclient be run on an android tablet? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Daikojun Tech: there is an android client. search aardwolf in the playstore T3/r7/2014-07-06.txt.gz:{chan ch=tech}Hanslanda Tech: probably not, since the OS is different, unless you can install an emulator on an android device. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: I'm not asking about Blowtorch- I'm primarily a phone user. :P T3/r7/2014-07-06.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Hans, I didnt think to check for an emulator for that. Thanks! T3/r7/2014-07-06.txt.gz:{chan ch=tech}Ambilevous Tech: You can remote into a desktop running Mushclient...like with vnc T3/r7/2014-07-06.txt.gz:{chan ch=tech}Daikojun Tech: blowtorch is it for android as far as I know T3/r7/2014-07-06.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Hmm... Alright, thanks. ^.^ T3/r7/2014-07-06.txt.gz:{chan ch=tech}Ambilevous Tech: That's what I do...vnc over ssh into my computer T3/r7/2014-07-06.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Ambi- thatd be a good idea but I dont own a desktop. And Im not fond of leaving my laptop running all the time. :P T3/r7/2014-07-06.txt.gz:{chan ch=tech}Ambilevous Tech: Ahhh...I see T3/r7/2014-07-06.txt.gz:{chan ch=tech}Hanslanda Tech: since you can install mush on a thumb drive, if you can find one large enough to also have an OS/emulator on it (highly doubtful, but I'm not up on the latest stuff) I suppose you might even be able to work off that without really having to mess with the tablet itself. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Hanslanda Tech: assuming yours has usb ports, of course. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Yep. I'm primarily a phone user, so I really dont mind Blowtorch.. But I want a mapper so badly. Hmm.. I dont my tablet has a usb port. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: It was a gift, so I cant complain, but.. I was hoping. :P T3/r7/2014-07-06.txt.gz:{chan ch=tech}Loktar Tech: Anyone familiar with Opochtli's sharp tracker. Trying to remember how to configure it to send the info to different channels? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Loktar Tech: nm found the instructions :p T3/r7/2014-07-06.txt.gz:{chan ch=tech}Tormat Tech: is there an end color flag? or do you have to just set the color back? T3/r7/2014-07-06.txt.gz:{chan ch=tech}Tier, Nur, Trurien Tech: Yes, you have to set the colour back. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Hanslanda Tech: you set the color to whatever you want to come next. For most things, you can use @w, but doing that will set the current color to dim white. T3/r7/2014-07-06.txt.gz:{chan ch=tech}Daikojun Tech: fot the record, I closed and reopened mush and my mapper note were there. Odd but working again T3/r7/2014-07-06.txt.gz:{chan ch=tech}Tier, Nur, Trurien Tech: Does anyone else have a display bug with xfreerdp where pressing Enter toggles On-All-Desktops in Unity? I have Ubuntu 12.04 :( T3/r7/2014-07-07.txt.gz:{chan ch=tech}Bloood Tech: hi my bast miniwin_events plugin seems to have vanished and refuses to re-appear even with re-installation and using the commands mev events front + mev events show. Help please? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Bardis Tech: I got a Surface with win8.1 Pro, when I want to install an app it come out and want me to enter my phone number or an alternate, is there a way to skip that ? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Bardis Tech: alternate e-mail T3/r7/2014-07-07.txt.gz:{chan ch=tech}Cehualli Xoxa Tech: just enter some random fake phone number, or a random fake email T3/r7/2014-07-07.txt.gz:{chan ch=tech}Bardis Tech: think it will send a sms or a mail I have to repond too T3/r7/2014-07-07.txt.gz:{chan ch=tech}Cehualli Xoxa Tech: then use a site like guerillamail for a temporary email address, wait for it to request validation, and go from there. T3/r7/2014-07-07.txt.gz:{chan ch=tech}Bardis Tech: thanks, but I really don't understand why its asking, I paid for the damm win version and now it wants you to have a mobilphone or an extra mail addresse to use it :(( T3/r7/2014-07-07.txt.gz:{chan ch=tech}Mea Culpable Tech: Thoughts on a router I just picked up. Salesman convinced me to go with a Netgear Nighthawk AC1900 Smart Wifi Router. Thoughts? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Tigernuts Tech: terrible T3/r7/2014-07-07.txt.gz:{chan ch=tech}Mea Culpable Tech: Finding mixed reviews online. T3/r7/2014-07-07.txt.gz:{chan ch=tech}Ambilevous Tech: does it support custom firmware? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Tigernuts Tech: in it's stock environment can be hacked into by the security services + anyone else who knows how T3/r7/2014-07-07.txt.gz:{chan ch=tech}Mea Culpable Tech: Don't think anyone will be hacking me in the middle of nowhere. At least I hope not. T3/r7/2014-07-07.txt.gz:{chan ch=tech}Tigernuts Tech: what makes you think your physical location has anything to do with it? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Mea Culpable Tech: I read in one of the reviews that it does support open-end firmware? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Negader Tech: when you say hack, do you mean thru internet? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Ambilevous Tech: I might try installing custom firmware. dd-wrt, tomato, etc T3/r7/2014-07-07.txt.gz:{chan ch=tech}Mea Culpable Tech: dd-wrt was mentioned in one of the reviews. T3/r7/2014-07-07.txt.gz:{chan ch=tech}Mea Culpable Tech: We will see once I get it set up. T3/r7/2014-07-07.txt.gz:{chan ch=tech}Tigernuts Tech: when i next buy a router it won't have wifi :-) T3/r7/2014-07-07.txt.gz:{chan ch=tech}Ambilevous Tech: I have it on an old netgear router and it works nice T3/r7/2014-07-07.txt.gz:{chan ch=tech}Mea Culpable Tech: Ah. You probably have more knowledge about this stuff in the nail on your pinkie than I ever will though :) T3/r7/2014-07-07.txt.gz:{chan ch=tech}Ambilevous Tech: Not really...first time I had ever used custom firmware. Spent weeks reading up on ot to make sure I didn't brick it T3/r7/2014-07-07.txt.gz:{chan ch=tech}Mea Culpable Tech: Although I don't think my internet connection will be very fast with DSL in the first place :( T3/r7/2014-07-07.txt.gz:{chan ch=tech}Tigernuts Tech: wow, they really did manage to screw up Paypal, didn't they? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Gener Tech: is there a way to clear the buffer in mushclient without having to exit? T3/r7/2014-07-07.txt.gz:{chan ch=tech}Bast Tech: shift-ctrl-c or Display->Clear Output Buffer T3/r7/2014-07-07.txt.gz:{chan ch=tech}Gener Tech: thanks. it didn't release any ram like i thought it would do. lol oh well, at least I know now T3/r7/2014-07-08.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: there's no reason for clearing the scrollback to actually release any ram T3/r7/2014-07-08.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: it's just going to get filled again T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: hmm... my home button on my android phone seems to have suddenly stopped working T3/r7/2014-07-08.txt.gz:{chan ch=tech}Tech: Loony Lachdanan raises an eyebrow at Redryn's weird actions. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: it is a software error since i can still turn on the screen with it T3/r7/2014-07-08.txt.gz:{chan ch=tech}Dolt Tech: is it a soft button or physical? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: physical T3/r7/2014-07-08.txt.gz:{chan ch=tech}I am NOOB? Smiq Tech: broken home? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Loony Lachdanan Tech: oh, that is a wierd bug. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: cant get to home screen or anything T3/r7/2014-07-08.txt.gz:{chan ch=tech}Dolt Tech: you can try resetting the home action, from your top drawer can you get to settings? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: yea can get to settings T3/r7/2014-07-08.txt.gz:{chan ch=tech}I am NOOB? Smiq Tech: factory reset T3/r7/2014-07-08.txt.gz:{chan ch=tech}Dolt Tech: nah, try going to applications and find your launcher.. i guess the problem is sometehing else might have taken over it.. anyway, find the launcher you think you're using and go clear defaults. then when you press home it should prompt you on the action, hopefully. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: already cleared defaults no difference T3/r7/2014-07-08.txt.gz:{chan ch=tech}Dolt Tech: is it a stock one? or one you could reinstall? try installing a different launcher? just throwing stuff out now, i'm sure you've rebooted. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: using apex, ill try reinstalling it T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: I think you're right, I switched to touchwiz launcher and it's ok T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: yeah clearing all launcher data worked, thanks! T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: now I need to re add all my shortcuts and widgets T3/r7/2014-07-08.txt.gz:{chan ch=tech}Dolt Tech: that sucks, but I say it's a nice feature that launchers are just an app like any other. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Tech: Loony Lachdanan rapidly nods twice at Dolt, in complete agreement. T3/r7/2014-07-08.txt.gz:{chan ch=tech}I am NOOB? Smiq Tech: why do you lile apex above stock android redryn? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Loony Lachdanan Tech: I'm sure that sounded like English in your head, but it sure didn't come out that way. T3/r7/2014-07-08.txt.gz:{chan ch=tech}I am NOOB? Smiq Tech: LOL T3/r7/2014-07-08.txt.gz:{chan ch=tech}Tech: Mique laughs with Lachdanan T3/r7/2014-07-08.txt.gz:{chan ch=tech}I am NOOB? Smiq Tech: i cant type :) T3/r7/2014-07-08.txt.gz:{chan ch=tech}Dolt Tech: i've used custom launchers at times for the most minor of features, like scrolling wallpapers.. at least something touchwiz didn't do, but also taken them further with custom icon sets etc. aviate and.. some other I can't remember changed things entirely though. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Redryn Tech: different grid size, scrollable apps drawer, hand gestures T3/r7/2014-07-08.txt.gz:{chan ch=tech}I am NOOB? Smiq Tech: ok T3/r7/2014-07-08.txt.gz:{chan ch=tech}I am NOOB? Smiq Tech: sounds good, goonna trry it T3/r7/2014-07-08.txt.gz:{chan ch=tech}I am NOOB? Smiq Tech: sounds good, goonna trry it T3/r7/2014-07-08.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: hm. in javascript.. how to flat a number: 3.703 to 3. math,round doesn't do that T3/r7/2014-07-08.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: floor T3/r7/2014-07-08.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: thanks! T3/r7/2014-07-08.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: i remembered there was something.. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Daikojun Tech: mushclient question. How can I place a plugin command on a keypad? For example, I want to DisableSpellup on CTRL+1. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Wittle Naer Tech: Any programmers on? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Definitely Defines Tech: indeed T3/r7/2014-07-08.txt.gz:{chan ch=tech}Tequila & Zhalt Tech: Sure T3/r7/2014-07-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: You need Qbasic help, I"m your man!!! Ask the question and be speicific T3/r7/2014-07-08.txt.gz:{chan ch=tech}Wittle Naer Tech: If I want to open a visual studio 2013 C++ file to view the code, but don't have visual studio 2013 (and can't get the trial), what can I do? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Definitely Defines Tech: just open in notepad? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Definitely Defines Tech: also vs2013 express is free :p T3/r7/2014-07-08.txt.gz:{chan ch=tech}Wittle Naer Tech: I don't have time to download it :P T3/r7/2014-07-08.txt.gz:{chan ch=tech}Naotsugu Tech: notepad or notepad++ T3/r7/2014-07-08.txt.gz:{chan ch=tech}Wittle Naer Tech: Turn of events made it so that I have to bring a different computer to a meeting T3/r7/2014-07-08.txt.gz:{chan ch=tech}Wittle Naer Tech: Oh, I'm an idiot. All of the .cpp files are here, just rather scattered. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Definitely Defines Tech: nods :) no worries, I'm an idiot all day T3/r7/2014-07-08.txt.gz:{chan ch=tech}Wittle Naer Tech: haha T3/r7/2014-07-08.txt.gz:{chan ch=tech}Wittle Naer Tech: Thanks guys! T3/r7/2014-07-08.txt.gz:{chan ch=tech}Naotsugu Tech: you can also use 'edit' in cmd :) T3/r7/2014-07-08.txt.gz:{chan ch=tech}Daikojun Tech: mushclient question. How can I place a plugin command on a keypad? For example, I want to DisableSpellup on CTRL+1. Is this possible? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Daikojun Tech: I added it to the interface but it doesn't do anything. It's set to execute T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: anyone have a lot of knowledge on plugins for mushclient? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Mohan Tech: finger bast T3/r7/2014-07-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Ledrid - better to ask the question - might be able to help might not - depends on what you need. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: im trying to find and install 2 plugins that would constantly tell me campaign mobs and quest objectives T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: i already have the aardclient for mush, just looking to install properly T3/r7/2014-07-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Oh just finger bast. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Severkill Tech: search and destroy is good also T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: what is finger bast T3/r7/2014-07-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: He has plugins for that and so much more. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Severkill Tech: i just got search and destroy T3/r7/2014-07-08.txt.gz:{chan ch=tech}Severkill Tech: and bast's T3/r7/2014-07-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Finger bast gives you his website, which you can use to download. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: bast has those 2 plugins for you T3/r7/2014-07-08.txt.gz:{chan ch=tech}Mohan Tech: or finger winklewinkle he has nices scripts for cp/quest T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: perfect. so i just find them download and unzip or copy into plugin folder of aardmush? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Severkill Tech: bast's site have instructions on how to do that i believe T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: leprid yes, and after that you install them in mush. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Mique Tech: now you have to walk thru areas, teaching it the room names before it will be much use T3/r7/2014-07-08.txt.gz:{chan ch=tech}Tech: Severkill nods. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Severkill Tech: which is a good way to learn the area first before it takes over for you T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: im not looking to have somehting do my work, i just want the information on the side panel T3/r7/2014-07-08.txt.gz:{chan ch=tech}Severkill Tech: bast plugin will do that T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: so i just downbload bastmush? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Severkill Tech: yes T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: i cant really find the help install so do i just copy the entire folder or just its contents? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Devaroth Tech: so yeah, theres no information on the installing of this plugin T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: the entire folder T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: and there is info on it T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: on the bast wiki T3/r7/2014-07-08.txt.gz:{chan ch=tech}Devaroth Tech: is that a different site? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: yes T3/r7/2014-07-08.txt.gz:{chan ch=tech}Devaroth Tech: omg T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: https://code.google.com/p/bastmush/wiki/Intro T3/r7/2014-07-08.txt.gz:{chan ch=tech}Devaroth Tech: thank you T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: after downloading the folder,putting it in plugins and going through the installatiion im getting an orange screen with a string of errors. any ideas? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: after successfully adding a plugin should a window just pop up or do i need to re open mush T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: depends on the plugin T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: its supposed to be quest info T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: broadcast quest T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: it pops up when on a quest T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: not broadcast quest, use miniwin quest T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: and miniwin cp for campaign? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: nod T3/r7/2014-07-08.txt.gz:{chan ch=tech}Naotsugu Tech: also use tabwin T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: ok back. was on the phone T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: the miniwin quest still hasnt appeared T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: even after reinstalling T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: if should appear as soon as you request a quest. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ledrid Tech: with the spellup plugin how do you add a spell list to cast on others? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Trachx Tech: why don't you just use spellup ? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Dark Lord Rovin Tech: Let's say a friend of mine accidentally removed his Bast Moonbots window. How would this friend get it back? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Dark Lord Rovin Tech: Besides reinstalling the plugin, which does not work? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Daikojun Tech: your friend might try deleting the correct state file T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ontuct Tech: is your friends name Rovin? :p T3/r7/2014-07-08.txt.gz:{chan ch=tech}Vellius Tech: Out of curiosity: is anyone familiar with WinkleWinkle's Search and Destroy plugin? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ambilevous Tech: Yes T3/r7/2014-07-08.txt.gz:{chan ch=tech}Vellius Tech: Have you had any issues getting the hunt trick part to work when you don't have hunt learned? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ambilevous Tech: Yes...the hunt message changed. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ayasinda Tech: the hunt messages ingame have changesd T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ambilevous Tech: You need to change the word left to is T3/r7/2014-07-08.txt.gz:{chan ch=tech}Vellius Tech: I went in and changed the message in the plugin(at least, I thought I did) and it still didn't seem to work T3/r7/2014-07-08.txt.gz:{chan ch=tech}Vellius Tech: I might need to try it again, though T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ambilevous Tech: make sure you didn't just change the comment :) T3/r7/2014-07-08.txt.gz:{chan ch=tech}Vellius Tech: Yeah, I did it in the trigger pattern T3/r7/2014-07-08.txt.gz:{chan ch=tech}Vellius Tech: I'll try uninstalling, changing it in the xml, then reinstalling, though T3/r7/2014-07-08.txt.gz:{chan ch=tech}Torskman Tech: make sure you don't change the 'commented out' line... change the line in the actual code... T3/r7/2014-07-08.txt.gz:{chan ch=tech}Torskman Tech: lol I did that mistake first :D T3/r7/2014-07-08.txt.gz:{chan ch=tech}Vellius Tech: Thanks! T3/r7/2014-07-08.txt.gz:{chan ch=tech}Ambilevous Tech: Yeah, the comment is right above the actual code you need to change T3/r7/2014-07-08.txt.gz:{chan ch=tech}Naotsugu Tech: how do i change font-size of main window in mush? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Daikojun Tech: where in aardmush can I place a command to run after login? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Pleiades Tech: you want to login and immediately run somewhere? T3/r7/2014-07-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: You can trigger off the reconnecting and welcome to Aardwolf message if you'd like. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Daikojun Tech: so a trigger would be best? Can I set a delay? Like after a few seconds? T3/r7/2014-07-08.txt.gz:{chan ch=tech}Daikojun Tech: basically I'm trying to see how many notes I have and other stuff like lottery after all my plugins scroll by. T3/r7/2014-07-08.txt.gz:{chan ch=tech}Naotsugu Tech: how do i decrease the font-size of my main window? T3/r7/2014-07-08.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: File - World Properties - Output T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: Using the mapper on aardmush.. is there a way to edit a cexit without removing the old one? T3/r7/2014-07-09.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: what's the difference? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Valli Tech: right click on the room with the cexit.. change exit (only lets you change the room number it leads to) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: ok, thanks T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: well, I've been able to place two similarish cexits in one room before, and mapper tends to pick the most recent cexit as the one it uses T3/r7/2014-07-09.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I don't think the mapper makes any temporal guarantees T3/r7/2014-07-09.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you might just be getting lucky T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: but I think i only have 1 or 2 rooms ive done that too before T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: I delete and retype the cexit in usually T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: Will give it a shot, thanks T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayon Tech: how do I add an alias to mapper? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: example? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayon Tech: or will a cexit accept an alias T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayon Tech: I want to run two commands to move to another room instead of just one T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: should just accept the alias T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayon Tech: seems so T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: nods T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: SH aliases are fuuun. :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: be creative with them, will help you out a ton T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayon Tech: yup :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Valli Tech: I've been putting in cexits for doors, using double semicolons, which seems to work well :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: Found 695 custom exits. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: I think I need to work on getting that over 1k T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayon Tech: apparently an alias "seems" to work T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayon Tech: yup, it works fine, so an open alias like, ow -> op w, w works fine for stupid non pass doors T3/r7/2014-07-09.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: ya, no pass doors are stupid T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayon Tech: yeah, we they aren't locked T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: gotta love pass door for UD and Zoo, etc. :P T3/r7/2014-07-09.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: a cexit nightmare T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: Ok, hrm.. trying to set a cexit in knossos to go from entrance to the castle.. buying all the stuff and what not.. and I'm using the ; to break up things and what not.. but its saying its putting a link to somewhere mid-run, not at the end. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: What am I doing wrong? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Rauru Tech: mapper help exits T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: Yep, I did that.. and thats what I'm setting up. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: Its just putting the link to a room midrun.. even as it finishes out the run. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Rauru Tech: read the help, it answers your question T3/r7/2014-07-09.txt.gz:{chan ch=tech}Dolt Tech: extend the cexit_wait time, if you need more of a nudge T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: Ahh, ok thanks T3/r7/2014-07-09.txt.gz:{chan ch=tech}Arista Tech: I hadn't thought to look at that, much appreciated. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: toshiba laptops any better than dell ? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ontuct Tech: I bet that is a ford vs chevy question... I bet you ask 10 people, 10 answers T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: got a 911 on my hands and need a new one. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ontuct Tech: I have had good luck with toshiba T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: well only thing ford co did right was circle thier mistake :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Turie Tech: I had good luck with my last Toshiba Laptop. I am using an Asus now. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Tech: A bright, shiny gold halo appears over Vanion's head. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: satilite model ? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Turie Tech: It lasted 3 years. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Turie Tech: Yes. It was a Satelite model. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ontuct Tech: Chevy I own now, is rusting faster then i thought was possible T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ontuct Tech: I'm on an L675 satellite now T3/r7/2014-07-09.txt.gz:{chan ch=tech}Tech: Valli praises HP laptops.. not for the cost, but because she's seen one run over by a 4x4.. which only had a cracked screen! T3/r7/2014-07-09.txt.gz:{chan ch=tech}Turie Tech: I have a crappy Eagle. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: new cars suck the metal is so thin go figure T3/r7/2014-07-09.txt.gz:{chan ch=tech}Naotsugu Tech: asus never fails me T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: hrmm T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ontuct Tech: near as I figure most are obsolete by the time of failure anyhow T3/r7/2014-07-09.txt.gz:{chan ch=tech}Kyrito Tech: pardon I agree I am using a toshiba but I find most asus's to be superior T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: ya 3 yrs is about right T3/r7/2014-07-09.txt.gz:{chan ch=tech}Naotsugu Tech: my last laptop is still working for 6 years now and my the laptop im using is now 3 years both are asus. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Valli Tech: as with any other PC, laptops are normally obsolete 6 months after purchase :( T3/r7/2014-07-09.txt.gz:{chan ch=tech}Kyrito Tech: but I guess it is what is on the inside that counts T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: i smell a contest :p T3/r7/2014-07-09.txt.gz:{chan ch=tech}Naotsugu Tech: yeah i need to upgrade too :( T3/r7/2014-07-09.txt.gz:{chan ch=tech}Turie Tech: Best time to buy is in July/August for last years Tech for Computers. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: 5 tp reward.. best bang for buck budget under 700$ go :p has to last me at least a year :p T3/r7/2014-07-09.txt.gz:{chan ch=tech}Tech: Valli is on a Core 2 Duo (P8400), 2GB of RAM, running XP still :D T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: tech hrmm i should do it on notes so all can see T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: stay tuned ,) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Valli Tech: are you wanting any whistles and bells Vanion? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Kyrito Tech: try and find somthing that runs amd a6 or higher they tend to be loads cheaper then intel T3/r7/2014-07-09.txt.gz:{chan ch=tech}Vanion Tech: note read 6431 T3/r7/2014-07-09.txt.gz:{chan ch=tech}The Devil Remps Tech: how can I create a window in mush which captures different channels than the default one but is similar to it? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Ayasinda Tech: https://code.google.com/p/aardwolfclientpackage/wiki/ChannelCapture#Creating_multiple_log_windows T3/r7/2014-07-09.txt.gz:{chan ch=tech}The Devil Remps Tech: I will look into it, thank you :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Raded Tech: Is there any way to see a list of lockexits with the mapper tool? I think I accidentally set one to 300 and it's messing up level ranges with S&D T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: ok so im trying to find my feet for learning some basic scripting, I'm getting a compile error for a short trigger script designed to warn me when my health is low. what have I done wrong? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: the eroor i get is this "[string "Trigger: "]:3: 'end' expected (to close 'if' at line 1) near ''" T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: it seems you didn't end the if statement T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: oh T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: i think that fixed it, thanks :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: well it didnt work the way id hoped, i didnt get the warning message when my health was below 100 T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: and im getting errors again T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: wait T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: aha! T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: its working! T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: which language are you scripting in? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: LUA T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: as advised on the MUSH scripting guide T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: this information does help, since there are thousands of scripting languages out there and most people know all :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: don't know all i meant T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: im only just atsrting T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: starting T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: doesn't matter if you are starting or professional, always tell the language you need help with, therefore you only get responses you can use :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: ok:) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: my next q. is how do i get the same trigger script to quaff a potion for me T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: ? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: im using MUSHclient T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: and using the world config for the trigger T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: mushclient is no language, mushclient is a program, you want to use lua to write this script T3/r7/2014-07-09.txt.gz:{chan ch=tech}Naotsugu Tech: isnt auto quaffing listed as bot? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: no T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: everything that does something while you could be away from keyboard is flagged as bot T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: as long as your still at the kb T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: If you are unsure of whether or not triggers you have made would be T3/r7/2014-07-09.txt.gz:{chan ch=tech}Naotsugu Tech: thats what im saying by using auto quaffing you can leave in an aggro room since it quaffs at certain percentage so you wouldnt worry about dying. except if you run out of pots T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: so, a autoquaff script would be counted as botting T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: like lasher said it boils down to common sense T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: hmm T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: if you really wanna be at the save side, just use a macro or such, like pressing f7 and getting a potion from bag and quaffing it T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: normally i use a short quickly typeable alias for that T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: of 2 keys T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: that is the same :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: but an auto quaff would be nice T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: but if you have to go afk in a aggro room and keep fighting and autoquaffing, that is counted as botting and you get nuked by it T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: I know... T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: so, an autoquaff is botting? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: i never go afk whilst im fighting T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: never say never :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: ok, since we already at the point that we can get a message while below a threshold, what is the difference with quaffing? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: instead of writing the message use the command to quaff a potion T3/r7/2014-07-09.txt.gz:{chan ch=tech}Naotsugu Tech: i say why not use pquaffer plugin T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: ahh yes T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: ahh well but how would i check for health below x? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: without secnding to script? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: i think this is to learn scripting, if it would actually be to write a bot this would be illegal and every imm by now should have noticed and will ban this ip :) T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: and 'quaff light' in my if statement returns an error T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: just use the same command you use for your "write health message" and replace it with quaff light T3/r7/2014-07-09.txt.gz:{chan ch=tech}Naotsugu Tech: check out Mark Gammon's tutorial on scripting T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: im getting errors again like this T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: [string "Trigger: "]:2: '=' expected near 'light' T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: so like (no idea about the actual lua syntax): if health below 10% do begin get light bag; quaff light T3/r7/2014-07-09.txt.gz:{chan ch=tech}Naotsugu Tech: auto-quaffing has a tutorial in Gammon's site T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: can you post a link? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: wait i think i found it T3/r7/2014-07-09.txt.gz:{chan ch=tech}Frolo Tech: just write gammon autoheal in google^ T3/r7/2014-07-09.txt.gz:{chan ch=tech}Sciptlearn Tech: hmm looks like 'send' is what im looking for T3/r7/2014-07-09.txt.gz:{chan ch=tech}The El Drakoth Tech: anyone having connection issues? T3/r7/2014-07-09.txt.gz:{chan ch=tech}Severkill Tech: not me T3/r7/2014-07-09.txt.gz:{chan ch=tech}Mique Tech: not me T3/r7/2014-07-09.txt.gz:{chan ch=tech}The El Drakoth Tech: frown.. computer cant connect but philone works fine. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Mique Tech: turn in off and back on usually works for me? T3/r7/2014-07-09.txt.gz:{chan ch=tech}The El Drakoth Tech: this is bizarre.. none of the internet works except google/gmail/youtube.. and i only get sound on youtube no video.. T3/r7/2014-07-09.txt.gz:{chan ch=tech}Severkill Tech: yeah try to reboot your computer to see if that has an effect T3/r7/2014-07-09.txt.gz:{chan ch=tech}The El Drakoth Tech: modem needed a reboot T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tigernuts Tech: anyone on dealt with html and unicode characters? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Feral Wife Snowolf Tech: Is there something I can type to enable the channel capturing to a seperate window in the mushclient? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Feral Wife Snowolf Tech: Was defaulted to on when I installed it on my PC, but that was a couple years ago.. iirc T3/r7/2014-07-10.txt.gz:{chan ch=tech}Ayasinda Tech: https://code.google.com/p/aardwolfclientpackage/wiki/ChannelCapture#Creating_multiple_log_windows T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: Feral Wife Snowolf thanks Ayasinda heartily. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Feral Wife Snowolf Tech: That'll work, but I mean the one window for all the channels, it's not showing T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: snowolf: if you don't see the window at all, you can try reseting the client's windows by typing resetaard T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: or better, since you mention it being a couple years since install, I'd recommend downloading a fresh aardMUSH install for all of the updates since then T3/r7/2014-07-10.txt.gz:{chan ch=tech}Feral Wife Snowolf Tech: Well, on my desktop it's a couple years old and always had a working window, but I just now am putting this on my laptop is all T3/r7/2014-07-10.txt.gz:{chan ch=tech}Feral Wife Snowolf Tech: Resetaard does not show a window for channels, so I assume it's default is disabled or perhaps didn't load properly T3/r7/2014-07-10.txt.gz:{chan ch=tech}Feral Wife Snowolf Tech: When I get home I can just copy the desktop install over which would be nice for my map files I guess.. eheh T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: on the laptop, did you run a MUSHclient installer? if so, that's not the aard MUSHclient package, so wouldn't have any of Fiendish's stuff like the comm window T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: but yeah, we even have a number of players who put their MUSHclient folder into dropbox, keeping all the goodies in sync T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: or T3/r7/2014-07-10.txt.gz:{chan ch=tech}Rahvin Tech: Just came back on after a few years and am setting up my aardmud properly. How can I remove the function where I press one and it tries to bring up the help file? I'd like to use it as a regular macro. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Rahvin Tech: F1* T3/r7/2014-07-10.txt.gz:{chan ch=tech}Ayasinda Tech: file>global preferences - General Tab. Check F1,F6 are macros T3/r7/2014-07-10.txt.gz:{chan ch=tech}Rahvin Tech: Thank you very much. :) T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: how does bast's miniwin_help work? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Did you look at the Wiki? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: Bast's wiki? Negative T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Start there. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: I went there first. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: got it, thanks T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: hmm, mnhelp isn't working T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Do you have the plugin loaded and enabled? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: ahh fails to load, run-time error T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Do you have any aliases, triggers, macros, or variables? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: tons. The error says phelpobject.lua:302: Bad argument #1 to 'RGBColourToName' (number expected, got nil) T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: My suggestion is to open up the alias, trigger, macro, keypad, and variable window and click save for each and put that file somewhere you will not delete them, Download a fresh copy of AardMUSH package and Bast's plugins, unzip both, move your Aardwolf.db file to your fresh download. Open up the fresh AardMUSH and load the plugins, aliases, triggers, macros, keypad, and variables. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: sounds like a lot for a little. I'll msg bast and see if there is a quick fix first. Thanks T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: does anyone else modify the default miniwin_statmon plugin to add commas to the gols field? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Daikojun Tech: gold* T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: can i have two worlds open side by side in mush? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Ayasinda Tech: yes T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: how? :P T3/r7/2014-07-10.txt.gz:{chan ch=tech}Ayasinda Tech: i think it's File>open world T3/r7/2014-07-10.txt.gz:{chan ch=tech}Zoot Tech: did you do tile vertically/tile horizontally already? T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: hmm T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: kinda looks terrible :P T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: was hoping more for a miniwindow style look T3/r7/2014-07-10.txt.gz:{chan ch=tech}Ayasinda Tech: That can't be done i think. maybe you can open 2 instances of mush and place them side by side T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: that adds even more padding T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: can plugins communicate between worlds? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Ayasinda Tech: I dont know. Never tried it myself T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: hmm, doesn't look like you can use CallPlugin on a plugin in a different world :/ T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: so tempted to just give up on mush :P T3/r7/2014-07-10.txt.gz:{chan ch=tech}Mencheres Tech: is there any way to load the plugin aard_channels_fiendish from bast's collection with 3 windows? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Mencheres Tech: right now I have two T3/r7/2014-07-10.txt.gz:{chan ch=tech}Mencheres Tech: one more T3/r7/2014-07-10.txt.gz:{chan ch=tech}Mencheres Tech: mush client T3/r7/2014-07-10.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: https://code.google.com/p/aardwolfclientpackage/wiki/ChannelCapture#Creating_multiple_log_windows T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: I'd note that it's not from bast's collection...bast doesn't have anything for channels T3/r7/2014-07-10.txt.gz:{chan ch=tech}Mencheres Tech: thanks, figured it out T3/r7/2014-07-10.txt.gz:{chan ch=tech}Mencheres Tech: ah its fiendish T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: how do i create a variable With mushclient? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Roofless Rhuli Tech: Control G, at the bottom. T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: thanks :) T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: ok so Im trying to make an experience tracker but I'm not having much luck, firstly where do I send the trigger to? secondly, how do I add a numeric value to the variuable I created in the world config? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Rauru Tech: send to script T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: not variable? T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: so I have You receive * experience points. as my trigger T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: what do I need to send to script to change the value of the variable I made in the world config T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: sorry for asking newbie questions but I am just that T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: (with scripting) T3/r7/2014-07-10.txt.gz:{chan ch=tech}Roofless Rhuli Tech: It's what this channel is for. :) T3/r7/2014-07-10.txt.gz:{chan ch=tech}Rauru Tech: http://www.mushclient.com/scripts/function.php?name=SetVariable T3/r7/2014-07-10.txt.gz:{chan ch=tech}Oh No It's Robbo Tech: I thought it was for tech snobbery and Apple products? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Oh No It's Robbo Tech: Shows what I know. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: Apple rulez T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Apple has its issues like any T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: I thought I already set the variable in the variables menu no? T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: or do I need to use "SetVariable" even in the variables menu for a variable? T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: please help im totally new to scripting and I can learn if people teach T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: how do I call the variable "exp" that I made in a trigger and then add to it? T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: in the same trigger, we have established I need to send to script and have the variable set in the variables menu... T3/r7/2014-07-10.txt.gz:{chan ch=tech}Rauru Tech: http://mushclient.com/forum/?id=7794#22 T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: xp = xp + %1 T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: @exp = @exp + %1 T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: shows this error [string "Trigger: "]:1: unexpected symbol near '@' T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: sounds like a syntax error to me T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: captain obvious over there T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: LuaKid rolls his eyes, disgusted. T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: ive tried everything i can think of T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: including exp = exp + %1 T3/r7/2014-07-10.txt.gz:{chan ch=tech}Lecithin Tech: expand dem variables T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: and Variable ("exp") = Variable ("exp") + %1 T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: this is why helpfiles get written, you know. T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: yes i looked T3/r7/2014-07-10.txt.gz:{chan ch=tech}Lecithin Tech: its why google was invented:) T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: and im still stuck otherwise i wouldnt be asking T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: there is very little about lua on google T3/r7/2014-07-10.txt.gz:{chan ch=tech}Lecithin Tech: false T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: at least for a total script newbie T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: i checked google first couldnt find anything of any real use after about 10 searches checking the forst 5 pages of each search so i thought id ask here but obviously no-ones willing to just tell me what i need to type so i can learn from it T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: your question is on the order of a newb asking for blackboard answers in the academy goal. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Cruella de Purr Tech: What exactly are you trying to do? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: that doesn't already exist? T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: create an exp tracker T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: well it doesnt help that i cant even see the blackboard T3/r7/2014-07-10.txt.gz:{chan ch=tech}Trauco Tech: Ouch man, that was harsh. At least he's trying. Don't beat him down, at least point him in a direction T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: this is why ive tried and failed so many times with learning to script T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: there are so few learning resources and no ones willing to teach T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: probably why there are so many "script kiddies" too T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: well, there's lua.org, but after 5 searches he probably already knows about it and the 10 "better" sites. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Zetkax Tech: download something like basts or winkles scripts and read them for ideas how to code T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: it doesnt help that you cant even comprehend simple statements T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: i said 10 searches of 5 first pages T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: and yes i cheked lua.org but all it had was links for buying books T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: and books are a terrible way to learn, nods T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: zet told you the right way, go dl winkle's or bast T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: then pick it apart T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: I would suggest Sharptracker first. T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: when im struggling to understand what a variable is and how it works do you think thats realistic? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: It does a cumulative exp setup in it. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: then maybe a dictionary would help you most. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Raded Tech: A variable is a placeholder for a changing value. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Raded Tech: Boom, knowledge dropped :O T3/r7/2014-07-10.txt.gz:{chan ch=tech}Cruella de Purr Tech: A variable is something that holds information. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: helpfiles are written with people JUST like you in mind. Try not skipping over the basic, introductory chapters just because the presentation offends your sensabilities. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Cruella de Purr Tech: I have only one set up. I have it for 'normalportal' .. the portal that I would 'normally' be holding. My scripts that call for me to remove/replace my portal call 'normalportal' rather than a portal by name T3/r7/2014-07-10.txt.gz:{chan ch=tech}Cruella de Purr Tech: That way when I change what portal I use normally, I don't have to go update 10 scripts, just one variable. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: nods i use same T3/r7/2014-07-10.txt.gz:{chan ch=tech}Cruella de Purr Tech: That's what a variable does. It lets you use a value in multiple places by a generic name. T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: right T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: http://ptaramai2013.blogspot.com/search/label/Sharptracker T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: and we also established that to make a variable in mushclient simply open the world config, click "variables" and type the name of the variable at the top next to where it says variable, we also established that for a trigger to use this variable it needs to be sent to script, now the last piece of the puzzle is how to change the value of the variable within the trigger based on a number captured in the trigger itself as a wildcard.. cant be that hard surely. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: LuaKid: Take this plugin, download it, and look through it. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: oh, this is a mushclient variable and not a lua variable? T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: YES T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: mushclient doesn't have a helpfile for variables? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: terrible, terrible design, if so. Embarassingly amateurish. T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: when I go to the functions list ther's no help feature T3/r7/2014-07-10.txt.gz:{chan ch=tech}Cruella de Purr Tech: LuaKid: http://www.gammon.com.au/forum/?id=8315 I got that on a search for mushclient increment variable. Try that? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: and that's where you're making your mistake. The functions list is not really the helpfile, at least not the part designed to teach the non-scripter about the basic concepts and stuff that will let them become a scripter. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Hanslanda Tech: it's basically the cheatsheet/reference card for the mid-grade/proficient scripters who know what they're looking for but are unsure if mush has it built-in. T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: finally that was exactly what I was looking for T3/r7/2014-07-10.txt.gz:{chan ch=tech}LuaKid Tech: Thank You :) T3/r7/2014-07-10.txt.gz:{chan ch=tech}Goku Tech: is Intel® Core i5-4210U Processor (3M Cache,up to 2.70GHz)with Intel® Turbo Boost Technology 2 a single or dual core chip? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Dolt Tech: google i5-4210U - first hit is specs, says dual core. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Goku Tech: thanks saw that and didn't understand it T3/r7/2014-07-10.txt.gz:{chan ch=tech}Dolt Tech: yeah, in the table it says # of cores: 2, hence dual core :) T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: Single chip with two processors, Goku T3/r7/2014-07-10.txt.gz:{chan ch=tech}Goku Tech: yep i see now, i saw all the numbers and spaced out sorry T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: I know the feeling when I see something shiny too T3/r7/2014-07-10.txt.gz:{chan ch=tech}Goku Tech: think that would be plenty of chip for someone who web surfes, plays aard and ocasionally watches movie's on his puter? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Dolt Tech: yeah T3/r7/2014-07-10.txt.gz:{chan ch=tech}Goku Tech: looking at getting it with windows 7 instead of 8 T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: Is anyone using Mushclient on Windows 8? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Yes. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Well, 8.1 T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: Any issues? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Nope. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: What is your opinion on Windows 8, Turie? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Dustpuppy Tech: it still sucks T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: oh i use windows 8.1 on my surface T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: it's not bad, needs a little getting used to T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: I am using a skin called classic shell to migrate over to the Metro/tile concept. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Dustpuppy Tech: wife just bought a toshiba i5 with windows 7 from costco T3/r7/2014-07-10.txt.gz:{chan ch=tech}Xaeris Tech: I use Win 8.1 at work. I don't mind it. It really just grows on you T3/r7/2014-07-10.txt.gz:{chan ch=tech}Tech: Invite Tiana rapidly nods twice at Xaeris, in complete agreement. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: I am considering a Surface 3. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: So no issues running windows 7 program but odd interface? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: So no issues running windows 7 programs but odd interface? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: forgot an 's' T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: i've had no issues T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Do not get Win RT. It will not run anything that is not app based. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: nods mine is a pro T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: not rt T3/r7/2014-07-10.txt.gz:{chan ch=tech}Dustpuppy Tech: what is rt?? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Figured T3/r7/2014-07-10.txt.gz:{chan ch=tech}Dolt Tech: it's the metro only tablet version of win8 T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: Really This? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: A stripped down windows that does not run legacy programs. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Dustpuppy Tech: Retarded Technology, it sounds like.... T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: No, it was MS way of trying to strip down Windows for a smaller HD. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Nemmy Tech: Anyone running Mushclient on a Surface? T3/r7/2014-07-10.txt.gz:{chan ch=tech}Turie Tech: Tiana is I think. T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: i am T3/r7/2014-07-10.txt.gz:{chan ch=tech}Invite Tiana Tech: it's fine T3/r7/2014-07-11.txt.gz:{chan ch=tech}Askimm Tech: I'm getting the error "Trigger function "spelltag_on" not found or had a previous error." when I do spellup. Anyone know how to fix this off the top of their head? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Askimm Tech: I am running MUSHClient. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Raded Tech: Do you have a spellup script? Sounds like a problem with that T3/r7/2014-07-11.txt.gz:{chan ch=tech}Askimm Tech: I am reinstalling it now to see if it will fix it. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Askimm Tech: seems to have worked :P T3/r7/2014-07-11.txt.gz:{chan ch=tech}Raded Tech: That's good, that was easy :D T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: when I try to match multiple triggers using the same trigger only the last one I created fires, how can I correct this so that all triggers with the same match fire together? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Turie Tech: Did you click the keep evaluating on each? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: ahh no I didn't T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: I will try that, thank you :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: do I need to tick keep evaluating for the the last one (%5) ? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: seems to work fine with it ticked so guess I will leave it :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: my next q. is how do i then print the value of each variable into the main output window? I tried print(variable_x) but it returns nil T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: how do I output a variable into to the say command? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Redryn Tech: just send it? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: what code do I use T3/r7/2014-07-11.txt.gz:{chan ch=tech}Severkill Tech: use the send command T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: ive tried "Send ariablex" with variables expanded T3/r7/2014-07-11.txt.gz:{chan ch=tech}Redryn Tech: Send(varname) T3/r7/2014-07-11.txt.gz:{chan ch=tech}Severkill Tech: yeah Send("say 'hello'") T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: it says sorry luakid, i dont understand you. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Severkill Tech: what are you using? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: my variable is hp_lvl T3/r7/2014-07-11.txt.gz:{chan ch=tech}Severkill Tech: paste the code here if you can T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: my mush trigger is "slvl" T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: Send(hp_lvl) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: should it be an alias rather than a trigger? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Severkill Tech: i think you can use a trigger but i do not have much experience with this. but i did create a simple alias with this line: Send ("get '%1' from bag") T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: ahh bit more luck with alias but its returning "nil" into the output window instead of "30" which is the value of the variable in the variables menu right at the bottom in the world config for mush T3/r7/2014-07-11.txt.gz:{chan ch=tech}Redryn Tech: plugins do not see variables you make in the main world T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: that uses a wildcard T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: im after how to use a variable T3/r7/2014-07-11.txt.gz:{chan ch=tech}Redryn Tech: every plugin has to be self contained T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: im not making a plugin T3/r7/2014-07-11.txt.gz:{chan ch=tech}Redryn Tech: are you using lua variables or mush variables T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: mush variables T3/r7/2014-07-11.txt.gz:{chan ch=tech}Redryn Tech: you have to retrieve them with GetVariable first iirc T3/r7/2014-07-11.txt.gz:{chan ch=tech}Redryn Tech: why are you asking on an alt instead of main anyway T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: even with "GetVariable("hp_lvl")" added as the first line I still get a nil value T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: and you also will need to convert them tonumber(GetVariable("hp_vl")) T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: oh, you are just trying to Say a variable. T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: still nothing with "tonumber(GetVariable("hp_lvl"))" replacing the previous - even with the lvl typo fixed T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: a nil value T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: to output a variable for debug: Note("The value is: " .. GetVariable("hp_lvl")) T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: if it says it is nil, then it's nil T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: the value of hp_lvl in the variables menu shows as 30 T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: did you initialize the variable? i.e. you know it's set to a value? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: ^ T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: type: \\\Note(GetVariable("hp_lvl")) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: that worked T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: assuming your script prefix is still the default \\\ T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: yes it is T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: it returned 30 T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: okay, that's a start, now, where are you inputting the code Note("The value is: " .. GetVariable("hp_lvl"))? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: that is, how do you get the "system" or Mush to execute the code? What file are you putting it in? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: ahh i wasnt using note i was using Send T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: Use note, otherwise you are sending useless commands to the Mud, which has to process them, Note is better for debugging T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: it works! T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: thank you all :D T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: so, how do you get Mush to execute your code? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: send to script T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: okay, fair enough! T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: so my next question is how would I "send" or otherwise output that value onto for instance the say channel on aardwolf T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: Send("say My HP is: [" .. GetVariable("hp_lvl") .. "]" ) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: no need for ansi correction I got it thanks :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: oops, forgot the double @ T3/r7/2014-07-11.txt.gz:{chan ch=tech}Tech: LuaKid :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: sweeet this works! thanks a million! :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: HP gained from Level-Ups: [0] T3/r7/2014-07-11.txt.gz:{chan ch=tech}Tech: LuaKid goes, "Whee!" T3/r7/2014-07-11.txt.gz:{chan ch=tech}Tech: Severkill pats LuaKid on his head. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: congrats, but don't post that to tech :) you'll drive people batty. T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: I won't was just testing :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: I can do all sorts with this now I am very very happy :) really thanks :D T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ayon Tech: glad we could help. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Crnogorac Tech: getting some run-time error with winkles script, "Trigger function "xcp_index_line" not found or had a previous error." T3/r7/2014-07-11.txt.gz:{chan ch=tech}Crnogorac Tech: anyone have an idea what this is due to? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Ambilevous Tech: not sure...have you tried restarting? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: ok so I've got this far for being able to report stats onto a channel: T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: HP gained from Level-Ups: [41] MN gained from Level-Ups: [45] MV gained from Level-Ups: [61] T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: what I'm now trying to do is add some color but when I use for example @G it thinks im trying to use a variable T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: is there any way around this? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Amparo Tech: have you tried doubling the @ up, so it sends @ to the MUD? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: yep T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: still thinks im trying to use a variable T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: tried both of the previous with a / aswell T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: as this "should" work for wildcard convert to standard asterisk (at least that's what i have read) T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: all the time thinks im trying to use a variable T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: my code is this: end("say HP gained from Level-Ups: [" .. GetVariable("hp_lvl") .. "] MN gained from Level-Ups: [" ..GetVariable("mn_lvl") .. "] MV gained from Level-Ups: [" ..GetVariable("mv_lvl") .. "] ") T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: thats Sendat the beginnign not "end" T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: arrgh my typing :( T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: I have treid adding the right before the "HP" string and nothing T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: I have tried adding the @G right before the "HP string and nothing T3/r7/2014-07-11.txt.gz:{chan ch=tech}Siren Cera Tech: if you use the LAU "getvariable" look up the LUA for colors. T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: they are mushclient variables T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: im told there is a difference T3/r7/2014-07-11.txt.gz:{chan ch=tech}Siren Cera Tech: have you tried changing the "send to" world, script, excute? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: its on script at the moment T3/r7/2014-07-11.txt.gz:{chan ch=tech}Siren Cera Tech: try one of the others? T3/r7/2014-07-11.txt.gz:{chan ch=tech}LuaKid Tech: didn't work on either T3/r7/2014-07-11.txt.gz:{chan ch=tech}Flak Tech: anyone know how to use ReadyBoost and if it's worth using? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Flak Tech: pretty sure my flash drive is USB 2.0 and it's saying "This device does not have the required performance characteristics for use in speeding up your system." T3/r7/2014-07-11.txt.gz:{chan ch=tech}Sepulchure Tech: is there a way for me to learn/see how to make my own time to tick on MUSH? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: can someone link me to the spellup-when-duration-up plugin and the search & destroy plugin T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: finger winklewinkle for s&d and bast for the spellup you want T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: thank you! T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: for the search and destroy script, if let's say I have to kill "a fish" for my CP, can I just type ht fish, find the cp fish(let's say 3.fish) and then type ah 3.fish? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: took me a few weeks to figure it out.. :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: in musch client I've set the mini windows to just the size i like it T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: how do i "save" that config T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: leave it alone T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: it is automatic T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: just now I quit mushclient to set up my plugins and when i come back the windows are not saved T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: odd did you move it over to another monitor or change your screen res? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: no T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: really only screen res I think would change them T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: or size of your screan T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: screen T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: *slaps self* T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: idk that's not normal is all I can say you can try changing them how you like them save then leave and come back T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: okay, I just rt storm mountain and there's a huge bunch of ugly and colorful ascii art T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: is that needed, and if no, how do i get rid of it? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: nod, try save world once T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: Aimbot that's probably just graffit you're looking at T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: the ugly ascii art is called the big mapper. you will find it useful T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: when you need to track down something T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: I just resize it as small. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: how? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: vidblain for example T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: oh ya that ascii it's acutally really useful, all the symbols on the map mean things T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: you can see where the blue dot is for sendia T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: okay. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: if you aren't tiered enough to use the imperial nation portal yet T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: finally, I've typed ht goddess to find a hurricane goddess on storm mountain for my cp T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: it says the goddess is "in the clouds" T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: i use xcp T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: how do i go there T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: sorry for being stupid this plugin confuses me a lot T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: aimbot i'm thinking you didn't read that link I pm'd you? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: did you pm me something? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: i was too busy setting up plugins T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: sorry T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: ya a while back I sent you the link to get s&d and one that helps explain the mapper T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: let me find the mapper one T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: Aimbot check this link http://www.holgerschurig.de/games/aardmapper.html T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: help! I've done ht on the goddess and I know it's in the clouds but where's the function to automatically run to wherever in the clouds is? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dolt Tech: go T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: I typed go in the clouds and it said goal listing for levels 1 to 201, no goals found T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: the command is "xrt" T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: how would I use it? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dolt Tech: just go by itself T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: sorry, hit the wrong key T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: it'll tkae time for you to figure it out T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: dolt that gives me a list of all the goals in the game T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: "xrt" to runto an area by keyword. Ht gives you the room name, and will pull up a list of rooms with numbers beside them. "Go 1" will send you to the first in the list, etc. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: ht gives me the following prompt the Hurricane Goddess In the Clouds T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: then you don't have S&D installed. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: use "xm in the clouds" to test T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: that is not a command. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Xoxa Tech: seriously, search for it yourself instead of heavily depending on it. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: but really - reading the helpfile would be much more useful. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: or you could take a third of the time and open a map and find the room :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: I could of course find the goddess if I want, but I want to learn how to use it T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: then read the helpfile :) T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: actually I already know the general location of the goddess T3/r7/2014-07-11.txt.gz:{chan ch=tech}Xoxa Tech: find it first, then learn how to use it later. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: but I want to train this so I can use it in gq T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: and you have to build the mapper db - which is key for s&d, aimbot T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dolt Tech: I think you've installed the s&d plugin but not the mapper extender T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: mapper extender? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Tech: Rikitiki Takihisis nods at Dolt. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: wait what is extender? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: omg this is so confusing T3/r7/2014-07-11.txt.gz:{chan ch=tech}Xoxa Tech: ah, so you want to be a gq bot. lovely aspirations. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dolt Tech: it's part of the pack of winkle plugins T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: mapper extender is the plugin that allows S&D to talk to the mapper. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Felagunda Tech: lol T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: yes, it's in the package T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: and apparently i do have mine installed T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: I didn't install the package, just the normal plugin T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: he doesn't have that gq version of the s&d T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: although that isn't a hard tweak T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dolt Tech: on winklewinkle's page there's a triple pack, get that T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: i'd go with the package, aimbot T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: if you want to make it work T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: before getting that plugin should I disable the "standalone" s&d plugin which i already have? T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: I would uninstall it T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: nod T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dolt Tech: I don't know if they're different or not, but yeah remove it to be safe T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: to prevent complications T3/r7/2014-07-11.txt.gz:{chan ch=tech}Aimbot Tech: alright, now in worlds/plugin I have a zip file containing the triple pack as well as my auto spellup script. I have deleted the standalone s&d plugin T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dolt Tech: then install those 3 plugins, gui optional really but most people seem to like it.. then look at 'ww help' for the list of commands you get. go should work then. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Tech: Rikitiki Takihisis nods at Dolt. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: I personally dont care for the gui T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: i find the gui useful T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: but try it and see if you like it, can always uninstall it T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dolt Tech: I do use it passively, it's there showing my list of targets, but I hate having to click things. T3/r7/2014-07-11.txt.gz:{chan ch=tech}Dustpuppy Tech: better than the big mapper, actually T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rauru Tech: map gui commands to keypad T3/r7/2014-07-11.txt.gz:{chan ch=tech}Xoxa Tech: no T3/r7/2014-07-11.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: actually i use basts events for target listing :) T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: was is a basts event? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: sry what is* T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: ahhhh! I closed and reopened aardwolf and my mini-windows were not saved! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: everything is going wrong! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: bast is a player. he also has a full set of plugins. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: did I tell you to save world once? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Xoxa Tech: that's a sign, aimbot. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I saved the world already! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: Aimbot - save is your friend. Ctrl+S every time before you close. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: lol T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: i really shouldn't laugh b/c I am not using s&d but one day probably will and might have trouble too T3/r7/2014-07-12.txt.gz:{chan ch=tech}Xoxa Tech: nothing hard about it. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Xoxa Tech: shame that so many people rely on it and can't find things themselves. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: i utilize all resources available to me T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: well I have avoided using it for now just so I could learn and experience T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: it's just another tool. can we drop it with the judgmental crap? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: okay guys I've uninstalled and reinstalled prety much everything T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: let him play how he wants. if he crosses a line, that's what the imms are there for *wry grin* T3/r7/2014-07-12.txt.gz:{chan ch=tech}Xoxa Tech: taki: not being judgemental. simply stating it's a shame so many people heavily rely on it. *shrug* T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: the triple search and destroy package is downloaded in the form of a zip not an xml T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Xoxa grins evilly at Rikitiki Takihisis. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: should I extract the xml and put them in world/plugin T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: or shoud I just dump the whole zip into the /plugin folder T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: Follow the directions Aimbot. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: yeah, would be a smart thing T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: It takes a lot of exploring to get your mapper set up well T3/r7/2014-07-12.txt.gz:{chan ch=tech}Vellius Tech: At this point, it just feels like streamlining stuff I've been doing forever and ever, but that's just me T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: Mush can't exactly access it if it's zipped up T3/r7/2014-07-12.txt.gz:{chan ch=tech}Severkill Tech: plus that search and destroy isn't fool proof T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: there are no directions on the triple package help!!! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: but there was in the download area T3/r7/2014-07-12.txt.gz:{chan ch=tech}Severkill Tech: you still have to explore/learn the different areas T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Rikitiki Takihisis rapidly nods twice at Dustpuppy, in complete agreement. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Vellius Tech: Yeah, basically. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I feel like throwing this computer out of the window T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: lol don't do that T3/r7/2014-07-12.txt.gz:{chan ch=tech}Vellius Tech: And the 'people having to explore on their own' genie is long out of the bottle T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: do it T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: your pc is innocent i promise T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: nothing works the way it should! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: lol T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: The easier solution would be to not try to use things that you haven't taken the time to research thoroughly.... T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: he quit :P T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: ahahah T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: there goes the pc T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: just hit the grong T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: well thank goodness for small favors :P T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: oh no just linkdead, wb aimbot! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: so. despite saving no less than three times before exiting mushclient, the windows were default-sized again T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: and the stupid little "resizer help" was there even though i clearly checked the box the LAST TWO TIMES T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: . o O (Where is his MUSHclient install anyway? In a zip file?) T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: Aimbot - if you were looking for a quick fix, S&D isn't it - there are months of setup ahead of you. I've been using it for 2 years and am still putting in cexits and paths. It doesn't do it for you - it just remembers and stores those paths you've already walked. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: are you like runing this muschclient in way that is read only? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: and make sure you're running mush in admin mode... T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I've started to hate all plugins T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: for $50 US, I'll hold your hand. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rikitiki Takihisis Tech: Per hour... T3/r7/2014-07-12.txt.gz:{chan ch=tech}Xoxa Tech: i'll do it for $49 T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: what about 1000 gold T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: lol T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: *koff* T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: that insultingly low price tho T3/r7/2014-07-12.txt.gz:{chan ch=tech}Xoxa Tech: i just made that my last quest. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Dustpuppy nods. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: well, my advice and please take it seriously, is to read the manuals, and build your mapper, and BE patient. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: WTF the ht command only hunts ONE manticore T3/r7/2014-07-12.txt.gz:{chan ch=tech}Vellius Tech: You have to edit the plugin, since the message is different now T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: how? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Vellius Tech: Go to the plugin window, choose it, choose edit T3/r7/2014-07-12.txt.gz:{chan ch=tech}Vellius Tech: There's a line where all of the messages are being used as patterns for a trigger, it's near the top T3/r7/2014-07-12.txt.gz:{chan ch=tech}Vellius Tech: It's all labelled(it'd be under 'Hunt Trick') T3/r7/2014-07-12.txt.gz:{chan ch=tech}Vellius Tech: You want to change it where all of the messages are on one line, in a block, as opposed to separated onto multiple lines T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: what do you mean T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: alright so I've gotten to storm mountain, and done ht goddess T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: at this point it indicates that the hurricane godess is in the clouds but DOESNT GIVE A UID T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: i pressed go it says no destination exists T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: your map has to know how to get there. You have to have explored the area to build up your mapper's database T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: I believe it has to be explored before you can go there. Sometimes a maze will prevent you from going direct to a destination as well. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: so I should explore all the areas. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Askimm nods. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: then once I've been in the goddess's room, I can run there from the start of the area? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Askimm nods. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rauru Tech: get someone to give you a completed map database T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: someone give me on i'm not even using S&D but that database would still help :P T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: But thats cheating :P T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: FINALLy I've gotten this to work T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I managed to successfully huntrick, goto and ak a cp mob T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: congrats, now you're a bot T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: lol T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: Congratulations :D Now don't go beating me in nay gquests! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: the moment I completed it I felt much less angry T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I was on the verge of erupting into violence and now I'm calm and zen-like T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: I love the whole portal aspect. Getting from point a to point b by using the shortest path possible. It makes me very happy. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: is there a way to make my mapper "know" all the rooms of aardwolf without having to explore them manually T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: By asking someone for their map database. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: specifically a completed one :) T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rauru Tech: is there a way to purge mapper notes T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: one last thing before I leave you guys alone. Is there a plugin that will auto-explore areas for me? guinness told me that that's acceptable as long as I'm at the keyboard to respond to mobs T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: no T3/r7/2014-07-12.txt.gz:{chan ch=tech}Zetkax Tech: dude, exploring areas is fun! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: as far as I know. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Raded Tech: Not that I have heard of. It'd be better to do it manually, mostly so you don't die. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: exploring is half the fun T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: but you should explore the areas yourself, familiarize yourself. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: okay. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: Knowing is half the battle - GI Joe T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: Hahaha! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Dustpuppy is agreeing with that Felagunda person again... T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Daikojun nods. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: dude, I just got back from a 8 year absence, and I have pretty much remapped everything, and that's just in 7 months since my return T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: ok T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: Me too. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: and learned how to use mushclient too T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: with time, you will learn T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: hmm.... s&d just slammed into a closed door and had to abort the speedwalk T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: is this normal T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: yes T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: phew T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: here's something useful for your mapping T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: yes, read http://www.holgerschurig.de/games/aardmapper.html T3/r7/2014-07-12.txt.gz:{chan ch=tech}Raded Tech: Yes. You have to teach it where doors and custom exits are. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: you can use cexits to fix that. "mapper help exits" T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: I pm'd him that link 3x now T3/r7/2014-07-12.txt.gz:{chan ch=tech}Raded Tech: "mapper help" is also super useful. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I haven't read that link yet T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: make an alias to map a cexit to open door;direction T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: lol T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: too buys trying to learn how to use plugins T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I didn't even know what a plugin was until today T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: I gotta go i can't handle it T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: READ READ READ T3/r7/2014-07-12.txt.gz:{chan ch=tech}Raded Tech: Takes a while to learn but it's worth it :D T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: READ EVERYTHING, AND EVERYTHING RELATED. I did. It was worth my time to learn. And it only takes a few hours T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I see. still running into little bugs here and there(mapper thinking all three "primate houses" are the same room T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: but I've gotten the core functions to work T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: in the s&d gui, it says "mudwog's swamp" is unknown. I visited the area and explored so the gui would get used to it but it still says it's unknown. why is this? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Raded Tech: There's a room called "Mudwog's Swamp" that's what's unknown T3/r7/2014-07-12.txt.gz:{chan ch=tech}Raded Tech: Well, like 7 rooms T3/r7/2014-07-12.txt.gz:{chan ch=tech}Naotsugu Tech: type explored you will see if you have visited all rooms T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: true, but it also says thandeld's conflict is unknown and there's no such room T3/r7/2014-07-12.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: actually, there are 7 rooms with that name. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tormat Tech: you may of explored the rooms before you started the mapper db T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: 'mapper unmapped here' is a good command as well. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: uhhhh I shifted my s&d gui too far to the right T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: now its out of the screen and I can't shift it back T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: xD T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: how do I reset the location of the search and destroy gui window? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I've moved it so far out that the location I need to press to move it around is now out of my window T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: windows hate you today eh? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: this whole client hates me today T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dustpuppy Tech: was the same vic, but can't remember the commands to reset it T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I tried resetaard but that only resets the "default" windows T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: ie. doesnt reset plugin windows T3/r7/2014-07-12.txt.gz:{chan ch=tech}Negader Tech: xset reset gui T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: nothing happened T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: my bad didnt enable one of the plugins T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: GOTCHA thanks negader T3/r7/2014-07-12.txt.gz:{chan ch=tech}Negader Tech: yw :) T3/r7/2014-07-12.txt.gz:{chan ch=tech}Gertrudez Tech: how do you know if you're using compression T3/r7/2014-07-12.txt.gz:{chan ch=tech}Dolt Tech: type compress T3/r7/2014-07-12.txt.gz:{chan ch=tech}Gertrudez Tech: thanks T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rauru Tech: PSA if anyone was looking for a good db, check my finger information T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: if I got ahold of someone's map database, how would I add that to my mushclient? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: nvm, figured it out T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: I hope you aquired that map database... legitimately :D T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I got it from someone who offerd his db to me in a tell T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: uh-oh. my gui's screwed up again. this time it doesn't update when I type cp check T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askani Tech: restarted your client? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I just restarted my client T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: so what's the problem here T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: why doesn't my gui update T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: can someone help me with my search and destroy gui T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rauru Tech: did you try reinstalling it T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: what have you done in between it was working and has stopped to work ? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: uhm, I added rauru's mapper T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: and restarted client T3/r7/2014-07-12.txt.gz:{chan ch=tech}Askimm Tech: I hope you backed up your old mapper just in case >.< T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: mapper db should not affect S&D gui T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: and yet T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: try: 'ext debug' then 'cp ch' T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: nothing happened T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: when I typed ext debu it said ext debug: 1 T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: cp ch gives me my campaign mobs as usual but doesn't update gui T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: no 'Extender ~ xcp_check' and 'Extender ~ xcp_index_line:' lines ? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: now it says ext debug: 0 T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: none of whatever you put T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: why is it every time i get it to work it falls apart again T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: for literally no reason T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rauru Tech: try xset reset gui T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: it reset the gui to default position but the gui still doesnt update T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: reinstall winklewinkle_mapper_extender_2.xml T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: ok T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: must i reinstall the gui plugin also? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: just click reinstall in plugin list T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: no need to replace files or so T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: I did that for both T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: nothing happened T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: it said it has reinstalled but T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: wait Ima delete rauru's mapper T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: were areas indexed ? after reinstalling extender ? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: just out of interest it gives me a list of all aresa when i login or reinstall the mapper T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: but that happened too when it was working fine T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: guys I gtg if you have any suggestions for me, much appreciated :) T3/r7/2014-07-12.txt.gz:{chan ch=tech}Aimbot Tech: please leave it in a note to me or a forum post T3/r7/2014-07-12.txt.gz:{chan ch=tech}Freemon Tech: When I want to create a new character in Mushclient, how do I do it wihout interfering with old aliases and triggers? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Naotsugu Tech: you aliases are retained T3/r7/2014-07-12.txt.gz:{chan ch=tech}Naotsugu Tech: if you made it client side T3/r7/2014-07-12.txt.gz:{chan ch=tech}Freemon Tech: I don't want the to be retained. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Naotsugu Tech: open a diff. world. though i havent done it. try it T3/r7/2014-07-12.txt.gz:{chan ch=tech}Freemon Tech: I did... it seems to shut off all the plugins and becum just plain mushclient and not the aard version of it... though I guess I could just have a second folder for aard.. I think I might try that. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Freemon Tech: Where can I download the most up-to-date version of the Aardwolf-Mushclient? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Amparo Tech: is there a way to manually flag a room as noportal, in the Aardclient Mapper? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rauru Tech: echo the noportal message T3/r7/2014-07-12.txt.gz:{chan ch=tech}Loony Lachdanan Tech: is that faster than attempting to recall? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rauru Tech: if you know the room is norecall, possibly. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Amparo Tech: it isn't working.. it's a noportal room, it checks for blindness.. but never flags the room? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Rauru Tech: what room T3/r7/2014-07-12.txt.gz:{chan ch=tech}Ixle Tech: this is fun to watch: http://map.ipviking.com/ T3/r7/2014-07-12.txt.gz:{chan ch=tech}Trachx Tech: where does those data com from? some kind of Norse idses ? T3/r7/2014-07-12.txt.gz:{chan ch=tech}TrEz Tech: what's the best adblock plugin for chrome T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tyreens Tech: adblock plus? T3/r7/2014-07-12.txt.gz:{chan ch=tech}TrEz Tech: k I'll switch T3/r7/2014-07-12.txt.gz:{chan ch=tech}TrEz Tech: what about this adblock premium T3/r7/2014-07-12.txt.gz:{chan ch=tech}TrEz Tech: so much stuff T3/r7/2014-07-12.txt.gz:{chan ch=tech}TrEz Tech: oh adblock plus is like 10+ users T3/r7/2014-07-12.txt.gz:{chan ch=tech}Negader Tech: does your mapper ever think that there is a route, which actually doesn't exist, and keeps trying to go that certain direction? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Negader Tech: i'm in xyl's mosaic, and apparently, the mapper is bit 'lost' here. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Hanslanda Tech: mappers don't do mazes so well T3/r7/2014-07-12.txt.gz:{chan ch=tech}Negader Tech: i'm in the main part of mosaic, and not in the maze parts. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Hanslanda Tech: then you probably just mismapped that part. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Hanslanda Tech: or ran into a locked door or something T3/r7/2014-07-12.txt.gz:{chan ch=tech}Hanslanda Tech: typically, a mapper will go all the way to the end of the speedwalk even if in-game you don't actually get there due to errors. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: do Triggers that you want to recolor text need to be sent to World or Execute? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: doesn't matter T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: can't get it to work. FOr example, I want to highlight my name and play a sound. That way I know if I'm addressed and I miss it T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: world, execute or script tells MUSHclient how to treat the text that's in the huge box of the trigger definition...you don'nt need anything in that box for a highlight T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: select your name in the main MUD output, right-click it and select highlight word T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: that will create the trigger for you T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: then go into triggers, find that one, and add a sound component to it T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: ahh, thank you T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: it's working now, thanks again T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: no prob :-) T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: slowly re-familiarizing myself with aard and mush T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Honestly, Abelinc gets ready to say Daikojun every 10 mins until it gets annoying ;-) T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: bring it on lol T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Honestly, Abelinc wonders if Daikojun is still beeping T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: no, It's not triggered on the Comm Log T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: highlights my name but no sound. I put the sounds on triggers for blindness and such T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: getting a few messages that say 'BUG: bkey: duration - is nil for item 13' What plugin is causing this? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: probably bast's eqdb stuff T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: I forgot about that plugin or what it even does. I'll check it out. thanks T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: it's Winkle's spellup plugin that's causing the Bugs T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: Winkle's spellup help states that you can use AcceleratorTo("Ctrl+Delete", "DisableSpellup", sendto.execute) to assign it to a key. This doesn't work from the command line. Where do I enter this. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: you can add it to command line by putting \\\ first T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: but you'd have to do that every time you start MUSHclient T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: ahh ok so enter as a Lua command. How would I assign it to CTRL+NUM1? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: can I set it as an auto-loading lua script? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: http://www.mushclient.com/forum/?id=7794#39 is a good MUSHclient FAQ entry on accelerators T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: thank you kindly T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: you'd change the "ctrl+delete" part to assign it to a different key T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: yeah just curious how to reference a numpad key T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: the accelerator helpfile within MUSH itself has a good set of examples T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: note that your environment will determine whether or not you can specifically use numpad numbers...some environments tell the program the same thing, whether from regular numbers or numpads T3/r7/2014-07-12.txt.gz:{chan ch=tech}Daikojun Tech: how can I see what state file belongs to what plugin? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: i really need to learn how to use Bast's tools T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: especially his inventory management stuff T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: Loony Lachdanan rapidly nods twice at Bobolai, in complete agreement. T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: his google code wiki's got lots of info :-) T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: link please? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: finger bast, click bastmush, note the "documentation is currently at" link T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: the helpfiles are overwhelming, i feel like it's rocket science, this is why i haven't been bothering... T3/r7/2014-07-12.txt.gz:{chan ch=tech}Felagunda Tech: oh no kidding that bad to understand? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: eqdb addid 116283786 potbag. Identifier potbag was added to 116283786. exa potbag -> You don't see that here. Dammit! T3/r7/2014-07-12.txt.gz:{chan ch=tech}As high as Anaristos Tech: potbag must not have the keyword "potbag"... T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: no, he's talking about learning to use eqdb T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: how do i set up my client such that i can (for example) 'examine potbag' and it works? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: eqdb substitutes the identifiers for get/put/remove/wear/ident T3/r7/2014-07-12.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Well... I use blowtorch. I aliased the id number of my bag to eq bag (one word though) to use it. Maybe something like that would help, a client side alias? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: blowtorch alias is different from mushclient alias though T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: it works in mushclient as well T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: i guess there's a way to change that, which is what im asking for T3/r7/2014-07-12.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Yes, but isnt the idea the same? Alias the id number to your 'keyword' T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: i know the idea, but i want to know how to do it so that it works T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: you'd need to unanchor the alias, and allow for the output to pre- and post-pend T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: how T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: but really, the point of the eqdb is that you don't need to do that T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: abelinc's got it T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: let it worry about where stuff is T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: would it be difficult to 'unanchor the alias, and allow for the output to pre- and post-pend'? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: nope, easily done T3/r7/2014-07-12.txt.gz:{chan ch=tech}Negader Tech: just make a simple alias in mushclient with 'epb' as exam 116283786 T3/r7/2014-07-12.txt.gz:{chan ch=tech}Zetkax Tech: ^ T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: so how do i do it abelinc T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: doing what I mentioned would work with any command, not just exam... T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: so how do i do what you mentioned abelinc T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: have the alias be "*potbag*", have its action be "%1NumOfPotbag%2" T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: NumOfPotbag can be (21312) or 1112378237 right? T3/r7/2014-07-12.txt.gz:{chan ch=tech}Tech: yup T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: i see what it does! thank you abelinc! T3/r7/2014-07-12.txt.gz:{chan ch=tech}Bobolai Tech: i can also have the alias be "*whore*", have its action be "%1Bobolai%2"...:P T3/r7/2014-07-13.txt.gz:{chan ch=tech}Felagunda Tech: is there a Mushclient for an andriod tablet? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: nope T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tormat Tech: blowtorch is a client... its not mush T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: there are MUD clients for android, nothing like MUSHclient though T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: there's a version of blowtorch preconfigured for aard in the play store called aardwolf rpg T3/r7/2014-07-13.txt.gz:{chan ch=tech}Felagunda Tech: okay cool thanks I was making sure I googled about but didn't find anything trying to help someone :P T3/r7/2014-07-13.txt.gz:{chan ch=tech}Felagunda Tech: thanks Abelinc T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: why doesnt this work in mushclient when sent to script? : if %1 < 100 then Send "get light guitar;quaff light" end T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: tried with 2 semicolons two but neither work T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: because it needs to be Execute("get light guitar;quaff light") T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: ahh T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: no but im using it as a script T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: what scripting language? lua? T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: in an if statement T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: yes T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: again, you need it to be what I just said. :p T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: when you're using Send(), then it's going to actually send... T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: the mud returns this :You don't see a guitar;quaff light here. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: What Xoxa said. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: so you sent it, including the semicolon T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: execute is what parses ;s T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: I think it's the missing (), Abelinc. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: or you could use two separate sends T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: will script work in execute? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: nah, he's getting it sent T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: we're not talking about the drop-down T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: I didn't say send to execute. T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: oh T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: I said you needed to change it to Execute("blah blah blah") T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: change Send() to Execute() in what you gave us T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: the nim confused lol T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: ok T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: will give that a try T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: You can actually even do Send("get light guitar\nquaff light") T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: You nod at Madcatz. T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: when i tried madcatz' suggestion i got the following: [string "Trigger: "]:1: unfinished string near '"get light guitar' T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: Did you put the last " in there? T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: if %1 < 100 then Send("get light guitar\nquaff light") end T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: you do realize that you'll go through them rather quickly, and unless you have a check, you'll quaff multiple times because of the lag between the trigger being set and you actually quaffing... T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: maybe that needs adressing once I have actually got the first part to work T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: you have to use \\ instead of \ T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: evidently T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: you might want to look at my autoquaff plugin T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: really should have just used the Execute like I said before. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: But yeah, I'd just use execute, or two different sents T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: sends T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: i tried this : if %1 < 100 then Execute("get light guitar quaff light") end - and I got this : You don't see a guitar quaff light here. T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: wait T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: i think i can see theres no semicolon T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: that wasn't what I gave you, either. mine had the semicolons. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: If you use two different sends, then it'll work no matter if you change your command separator at some point down the line. T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: well with 2 semicolons i get this : You don't see a guitar T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: But you probabyl won't ever do that, so Execute will be fine T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: you only need one semicolon... T3/r7/2014-07-13.txt.gz:{chan ch=tech}Madcatz Tech: only use one T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: well with 2 semicolons i get this : You don't see a guitar;quaff light here. T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: oh T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: right, two semicolons undoes the semicolon T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: MagicEssence goes, "Whee!" T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: its working :) T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: that's a way that you can send a semicolon to the MUD, such as to post here what xoxa did T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: ok T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: hmm looks like my mush client is mis-behaving - the icons menu from the top left vanished last night at some point I noticed and now also in the triggers menu of world config the scroll bar wont go any further down to view the rest of my triggers. what's up with this do I need to download again from aardwolf not porn? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: try resetaard T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: that resets your window positions T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: that reset my window positions yes but the other 2 problems are still there :( thanks for the help so far.. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Rauru Tech: what icons menu T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: save load etc T3/r7/2014-07-13.txt.gz:{chan ch=tech}Rauru Tech: should be under View T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: beneath file edit connection input display and game drop down menus T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: ahh T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: that fixed that T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: but what about my minimal scrolling in the world config triggers window? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Rauru Tech: you can try toggling Tree View T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: after I just recreated the ascii map is in the main window, how can I get it back to the miniwindow? Mushclient. I have tried re-installing it.. no good. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: Type resetaard T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: didnt work T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: just reset the positions of the mini-windows T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: It should bring the Ascii map back T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: Close down MUSHclient and re-open T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: still no good T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: ive tried re-booting as-well T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: is my mushclient corrupt? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: I do not know. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Ayon Tech: yes, it's taken several payoffs in the last hour T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: I am curious what caused this. T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: to transfer everything to a new instance its the aardwolf .db file and .mcl file in worlds right? T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: like i said i recreated and bam T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: I believe so. T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: ok will give that a try T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: thanks T3/r7/2014-07-13.txt.gz:{chan ch=tech}MagicEssence Tech: that worked :) T3/r7/2014-07-13.txt.gz:{chan ch=tech}Dark Lord Rovin Tech: tsk.. damn Bast plugins.. anytime I remove a miniwindow, it's impossible to get it back.. any ideas? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: Which one did you remove? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Dark Lord Rovin Tech: Double, CP, Quest, Moons T3/r7/2014-07-13.txt.gz:{chan ch=tech}Ullin Tech: the one that says DO NOT REOMVE? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Ixle Tech: impossible is a very bold word T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: Did you uninstall them? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Dark Lord Rovin Tech: They got away with the aardreset command.. tried uninstalling/reinstalling T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: They are hidden behind other windows. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Dark Lord Rovin Tech: Thought of that, but moved all other windows out of the way :) T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: https://code.google.com/p/bastmush/wiki/Troubleshooting T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: Try that. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Dark Lord Rovin Tech: Tx I'll try T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: is there a way to set it so that if I type "word" or "nofood" (my aliases for word of recall and mind over body) and the spell fails, it auto retries until it succeeds? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: some sort of "fail" trigger? T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: ^You lost your concentration while trying to cast ([^.]+)\.$ T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: the c %1 T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: then* T3/r7/2014-07-13.txt.gz:{chan ch=tech}Mye Tech: probably would want c '%1' for multi-word spells T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: I'm using mushclient and computer illiterate, can you clarify? T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: right. I do some extra work so I forgot. T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: you can find mush trigger tutorials online, this trigger you want is one of the simplest so the tutorial will help. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: okay. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: Success! T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: gratz :) T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: I tried it with word of recall. I failed to cast it, the mud lagged for a second then it teleported me to recall T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: you are on your way now :) T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: just don't live up to your name :> T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: technically an aimbot wouldn't be botting T3/r7/2014-07-13.txt.gz:{chan ch=tech}Aimbot Tech: because you're just repeatedly casting the aim skill T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: ok :) T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tangential Korridel Tech: Smartalecky answers always get you to good places :) T3/r7/2014-07-13.txt.gz:{chan ch=tech}As high as Anaristos Tech: like the middle of a ginat EMP :) T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: Aimbot P T3/r7/2014-07-13.txt.gz:{chan ch=tech}HellaBeast Tech: does anyone know a good resurce for making macros T3/r7/2014-07-13.txt.gz:{chan ch=tech}Rauru Tech: why does mapper assign some rooms an ID of nomap_ T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: because the room is flagged as nomap T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: because they're nomap T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: so the game doesn't send the room's UID to the client T3/r7/2014-07-13.txt.gz:{chan ch=tech}Hanslanda Tech: nomap rooms have an actual id of -1, as far as any game-sent player info goes. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Rauru Tech: could an ID be assigned to the room by editing the DB? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: yes T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: you can often get the ID from the exit of the adjoining room T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: wouldn't it reset once you re-entered the room, though? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: dunno, I wrote my client's system, so mine doesn't ;-) T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: I think it does, unfortunately. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Hanslanda Tech: cmud has a checkbox that basically does nothing else but tell the mapper the id is real (ie, game-sent), but as the game actually sends -1 it won't ever find the room you edited because the sent information won't match. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Hanslanda Tech: it uses a visual mask color to show these rooms, so it's a great way to tell at a glance which ones are nomap T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: perhaps fiendish can change the gmcp mapper to add the ability to edit the room and leave it alone T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: there are a few places that would be useful, such as anwnn. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: nod, very handy there...the difficulty comes in know that the room is the room... T3/r7/2014-07-13.txt.gz:{chan ch=tech}Rauru Tech: so far adding new entries for these nomap rooms is working. No resetting/overriding T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xoxa Tech: still would be nice to have that option without having to access the database outside MUSH T3/r7/2014-07-13.txt.gz:{chan ch=tech}Hanslanda Tech: you could write a script to access the database within Mush (separate from the mapper) T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: I think I've narrowed this error down to Bast's miniwin_spellup. BUG: akey: duration - is nil for item 53. Any idea how to resolve this? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tigernuts Tech: different client T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: didn't you think it was winkle's yesterday? whose spellup are you using? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: I'm using Winkle's spellup but I have bast's miniwin_spellup running to track them T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: that's probably not a good idea T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: That sounds like a problem waiting to happen. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: I couldn't get bast's spellup to work right. too complicated imo T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: Did you read the wiki? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: yep T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: I think if I leave bast's spellup plugin paused, the error ceases T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: I like the visual of the miniwin and the simplicity of the spellup T3/r7/2014-07-13.txt.gz:{chan ch=tech}Turie Tech: There is a little setup with Bast's spellup. Once you do that, it works like a champ. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: I may reapproach it someday T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: I don't get bast's spellup. Is it not automatic? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: sure itis T3/r7/2014-07-13.txt.gz:{chan ch=tech}Naotsugu Tech: yes but you have to add the spells first T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: I added my spells and set it to resume and ran 'bsp fast'. The spells wear off and do not auto cast T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: try going to sleep and standing again T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: removed winkle's, running only bast's and I'm getting that bug again. So it wasn't a comflict T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: in the miniwin, what is the status of the worn-off spells? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: ok it tried recasting several T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: they show as Pending T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: go to game -> configure -> timers...are timers enabled? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: yes. no timers in the list though T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: no need for there to be timers in the list, plugin items don't show in those lists, but plugins still adhere to the global enable T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: ok, lemme reload the client, brb T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: something is off. Says "The password command cannot be abbreviated." I'm assuming it has to do with Pass Without Trace pending T3/r7/2014-07-13.txt.gz:{chan ch=tech}Tech: pass without trace is opposite of most skills (which use the first word), and must be added specially T3/r7/2014-07-13.txt.gz:{chan ch=tech}Xaeris Tech: Also, the command for Pass w/o trace is Trace, not pass. T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: ok removing trace worked as far as autocasting. How do I readd 226 without any issues? T3/r7/2014-07-13.txt.gz:{chan ch=tech}Daikojun Tech: how do I call a variable from the command line? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Xistence Tech: any chance someone could help me out with a disarm trigger for mush? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Ambilevous Tech: what problena are you having? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Ambilevous Tech: problems* T3/r7/2014-07-14.txt.gz:{chan ch=tech}Disdainful Duvala Tech: Hello, I'm new to this channel... So every few months my blowtorch just stops working and needs to be reinstalled. any suggestions/idea? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Helper Bot JellyMonster Tech: Backup your triggers,aliases etc. daily with export to .xml option.. So when that happens at least you dont lose all you settings. You just import it. Copy and paste that .xml in a safe place also for when you reinstall blowtorch it doesnt remove that file. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Disdainful Duvala Tech: I tried that for the new "aardwolf rpg" client and it never works :( icecreamsandwich is letting me down T3/r7/2014-07-14.txt.gz:{chan ch=tech}Helper Bot JellyMonster Tech: Personally i use the generic blowtorch from its official site and not aardwolf rpg. The generic version has more features and less buggy. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Disdainful Duvala Tech: It simply won't allow me to import setting I've saved :( T3/r7/2014-07-14.txt.gz:{chan ch=tech}Helper Bot JellyMonster Tech: Get the stand alone blowtorch and leave aard rpg :-) , problem solved. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Disdainful Duvala Tech: but it's blowtorch that need's to be reinstalled every 2 months.. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Helper Bot JellyMonster Tech: Its to kinda blowtorch apps, leave the one thats crashing all the time. And try the other one i mentioned thats less buggy. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Helper Bot JellyMonster Tech: two* T3/r7/2014-07-14.txt.gz:{chan ch=tech}Skgubza Tech: anyone using blowtorch T3/r7/2014-07-14.txt.gz:{chan ch=tech}Helper Bot JellyMonster Tech: Sure why? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: how can you call a variable from the command line? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: client? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: sorry, mushclient T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: Could do it with your scripting prefix and the GetVariable() function. Not sure if there's an easier way T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: I'm looking for another way to call items by ID with variables instead of 1.item, 2.item, etc T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: could make an alias that matches on the names, and just subs in the ids T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: probably the easiest way to do it T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: that's an idea. Thanks T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: just wish I could use my dozens of variables I use for switching gear T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: how do you call your variable using GetVariable()? I entered '\\\GetVariable(aardgearbag)' and got a nil error T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: quotes around "aardgearbag" T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: thank you T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: If you really wanted to, you could make an alias that matches on every command, and use GetVariableList() to check to see if any of your variable names show up, and then sub in the contents T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: Actually, you could just use some symbol or combination of symbols for variable prefixes, and just have an alias on that, that subs in the contents of whatever you type after it. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: like, for example T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: get jade @potionbag, and have an alias that matches any line with @ in it, and subs in the contents T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tech: daiko: have you looked at Bast's eqsets? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: that's probably more like what you were originally wanting T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: the alias would match on (.*)@(\w+)(.*) or something similar, and then does Send(%1..GetVariable(%2)..%3) T3/r7/2014-07-14.txt.gz:{chan ch=tech}Madcatz Tech: replace @ with whatever you want T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: sorry was afk. I have Bast's eqsets installed I think T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: oh, eqsets does what I've spent hours doing. I've made sets aliases using variables T3/r7/2014-07-14.txt.gz:{chan ch=tech}WarLord Mars Tech: in colournote, how do you add the contents of a variable to the text portion of the code? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: does Bast's eqSets plugin remove eq? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tormat Tech: i am having trouble with my cexits working in legend, the cexit is saved, and if i copy and paste it, it works great, but s&d will not navigate them T3/r7/2014-07-14.txt.gz:{chan ch=tech}Hanslanda Tech: the standard doctor's advice should suffice, I think T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tech: S&D doesn't navigate at all, the mapper does... T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tormat Tech: well the mapper will not T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tormat Tech: it searches 300 rooms and does not find a path T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tech: the mapper doesn't find a path, OKK T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tech: where are you standing when the mapper doesn't find a path? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tormat Tech: the room wth the cexit, or the start of the zone. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tormat Tech: tried both T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tormat Tech: if i go to the area after the ticket it finishes the path T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tech: where did you make the cexit, and what did you make the cexit do...and when it was added, what did it echo to you? did it wait long enough to get to the landing room? T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tormat Tech: "buy 4;unkeep ticket;run wn;say board;op e;e;give maine cond"="16227" T3/r7/2014-07-14.txt.gz:{chan ch=tech}Tech: tormat: 16227 is the caboose...that could not be the starting or the ending room for that cexit T3/r7/2014-07-14.txt.gz:{chan ch=tech}Dolt Tech: increase the cexit_wait time and make them again T3/r7/2014-07-14.txt.gz:{chan ch=tech}Ambilevous Tech: He's gone but I think he's got it worked out...wasn't extending the cexit timer beforehand T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: I want to add commas to the gold amount in Bast's minwin_stats plugin. Where/How do I do that in this line? tstyle = format_stat('Gold', char.worth.gold, nil, 13, #tostring(char.worth.gold), 'gold') T3/r7/2014-07-14.txt.gz:{chan ch=tech}Hanslanda Tech: what's the 13 represent? I figure it's a length, but I didn't read the helpfile either. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Xoxa Tech: you could require 'commas', then do commas(char.worth.gold) or whatever. T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: yeah I was playing while waiting. I added commas(). tstyle = format_stat('Gold', commas(char.worth.gold), nil, 13, #tostring(char.worth.gold), 'gold') T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: I just wasn't sure where to add it T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: and honestly, I haven't read the syntax :/ T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: I like commas because I get lost in the zeros and digits lol T3/r7/2014-07-14.txt.gz:{chan ch=tech}Daikojun Tech: still can't get miniwin_help to work. errors out and doesn't load T3/r7/2014-07-15.txt.gz:{chan ch=tech}Quadrapus Tech: Any R coders around? T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: how would I match ** You gain a bonus practice ** T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: in mush T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: i tried ^\*\* You gain a bonus practice \*\*& but it didnt work T3/r7/2014-07-15.txt.gz:{chan ch=tech}As high as Anaristos Tech: I am hoping that the "&" is a typo here. If it isn't, it should be a "$" T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: hmm yes it was a typo but changing it to $ seems to also not work T3/r7/2014-07-15.txt.gz:{chan ch=tech}As high as Anaristos Tech: the string you are using should work. T3/r7/2014-07-15.txt.gz:{chan ch=tech}Ambilevous Tech: How are you testing it? With an echo? T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: simulated world input - ctrl shift f12 in mush T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: it works for all my other variables T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: you need to click ok then hit enter to actually send as if the world sent it T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: which i only just figured out T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: ** You gain a bonus trivia point! ** T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: with a match of ^\*\* You gain a bonus trivia point! \*\*$ T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: doesnt work T3/r7/2014-07-15.txt.gz:{chan ch=tech}As high as Anaristos Tech: escape the bang T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: how? T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: that's dutch to me T3/r7/2014-07-15.txt.gz:{chan ch=tech}Unwize Broud Tech: dutch is easy :p T3/r7/2014-07-15.txt.gz:{chan ch=tech}As high as Anaristos Tech: actually, that string should work also. T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: well i dont get any error message so thats a start T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: I also tried ^\*\*$ You gain a bonus trivia point! ^\*\*$ T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: but that doesnt seem to work either T3/r7/2014-07-15.txt.gz:{chan ch=tech}As high as Anaristos Tech: that first "$" will make it fail. I tested your original string and it works, so I don't know what else you are doing wrong. T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: are there any special boxes I need to tick? T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: im using this as my send which works for all my other variables in triggers: SetVariable ("quest_tp", tostring(tonumber(GetVariable("quest_tp")) + 1)) T3/r7/2014-07-15.txt.gz:{chan ch=tech}Amparo Tech: magicessence.. did you manage to get the maths thing working? T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: you mean adding variables together from my post on tech> if so then no. I didn't tried and failed miserably T3/r7/2014-07-15.txt.gz:{chan ch=tech}Tech: Amparo is wondering how she'd go about pulling a number as a % variable, then subtracting it from a stored variable.. sounds similar(ish) to yours? T3/r7/2014-07-15.txt.gz:{chan ch=tech}Amparo Tech: if you find out, can you drop me a note on personal? :) T3/r7/2014-07-15.txt.gz:{chan ch=tech}As high as Anaristos Tech: tonumber(world.GetVariable( "var_name" )) + n T3/r7/2014-07-15.txt.gz:{chan ch=tech}Amparo Tech: so I could do that - %1 anaristos? T3/r7/2014-07-15.txt.gz:{chan ch=tech}As high as Anaristos Tech: sure if you can access the parameter list directly. T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: damn ive come so far too with this variable thing and tracking my progress and now I get stuck on asterisks T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: blah T3/r7/2014-07-15.txt.gz:{chan ch=tech}As high as Anaristos Tech: as I said, the string works, so you are doing something else wrong. T3/r7/2014-07-15.txt.gz:{chan ch=tech}MagicEssence Tech: like ticking a certain box maybe? T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: How do I copy an existing plugin and get a new ID assigned to it? Do I have to run the plugin wizard and then copy/paste what I want into it? T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: well that's what I did and it worked. T3/r7/2014-07-15.txt.gz:{chan ch=tech}Pablo Escobar Tech: Anyone around happen to be familiar with graphic cards? :) T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: anyone have issues with Bast's miniwins blacking out at random times? I have to reload them to recover. T3/r7/2014-07-15.txt.gz:{chan ch=tech}Ayasinda Tech: regularly T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: is it a refresh/timing issue ya think? T3/r7/2014-07-15.txt.gz:{chan ch=tech}Ayasinda Tech: I have absolutely no idea. I just reload then like you. T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: ok thanks T3/r7/2014-07-15.txt.gz:{chan ch=tech}Emoglobiin Tech: i have computer issue...if anyone can help please send me a tell T3/r7/2014-07-15.txt.gz:{chan ch=tech}Ontuct Tech: it's easier to just mention your problem and hope someone can help T3/r7/2014-07-15.txt.gz:{chan ch=tech}Emoglobiin Tech: no lights on skreen:D T3/r7/2014-07-15.txt.gz:{chan ch=tech}Siren Cera Tech: in mush, what tickmark or setting do I use if I dont want the command that the script is sending to be visible on my screen? T3/r7/2014-07-15.txt.gz:{chan ch=tech}Siren Cera Tech: specifically i'm using a trigger to send something to a channel T3/r7/2014-07-15.txt.gz:{chan ch=tech}Gener Tech: was the bookmark function removed from the GMCP Mapper? It talks about it on te aard wiki but i can't seem to see where to add bookmarks to the map T3/r7/2014-07-15.txt.gz:{chan ch=tech}Turie Tech: The bookmark became the notes I think. T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: does Bast's eqSet plugin remove gear? T3/r7/2014-07-15.txt.gz:{chan ch=tech}Thunderax Tech: well if you have something higher level which you are able to wear already input, it removes what you have and replaces it with that T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: yeah I see that. Just curious if I have to do a remove all then put set command or if there was something I was missing T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: oh bast's eqSet doesn't recognize the chest locations. Can't add pins or medals to it T3/r7/2014-07-15.txt.gz:{chan ch=tech}Naotsugu Tech: does now matter since you will be wearing it always :) T3/r7/2014-07-15.txt.gz:{chan ch=tech}Velian Tech: except when you remort T3/r7/2014-07-15.txt.gz:{chan ch=tech}Xistence Tech: where can you find an updated version of basts eq plugin, i've searched... and when I try to use the one I can find, I run into problems. T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: yeah I always have it on, but if I have to remove all a set to bag it, they come off too T3/r7/2014-07-15.txt.gz:{chan ch=tech}Daikojun Tech: I'm running the latest snapshot of his plugins T3/r7/2014-07-16.txt.gz:{chan ch=tech}Azrael Tech: anyone know how search and destroy works with custom exits like in-area portals and whatnot? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Elysian Tech: goes through them if they are set up correctly in mapper T3/r7/2014-07-16.txt.gz:{chan ch=tech}Azrael Tech: having some difficulty figuring out how to add a custom exit on the mapper. right click add exit only allows normal exits T3/r7/2014-07-16.txt.gz:{chan ch=tech}Rauru Tech: mapper help T3/r7/2014-07-16.txt.gz:{chan ch=tech}Kippe Tech: type mapper help T3/r7/2014-07-16.txt.gz:{chan ch=tech}Azrael Tech: thanks T3/r7/2014-07-16.txt.gz:{chan ch=tech}Azrael Tech: is there any way to add in commands for normal exits in the mapper? like for doors T3/r7/2014-07-16.txt.gz:{chan ch=tech}Aimbot Tech: yes there is. T3/r7/2014-07-16.txt.gz:{chan ch=tech}Kippe Tech: make them cexits T3/r7/2014-07-16.txt.gz:{chan ch=tech}Azrael Tech: mapper cexit open n wont work dont see anything in the help file T3/r7/2014-07-16.txt.gz:{chan ch=tech}Kippe Tech: you need to enter a direction after opening. You need to move T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: is it worth the money to push laptop ram from 4gb to 8 or 12gb? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ayon Tech: 8 yes T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: 12 overkill or unusable? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Tormat Tech: what os? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: windows 8 i guess T3/r7/2014-07-16.txt.gz:{chan ch=tech}Trachx Tech: depend on your needs T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ayon Tech: depends on the laptop I think, the one I have had problems with more than 8 T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: office, aard, web browsing.. lots of stuff open i suppose T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ayon Tech: I meant at a hardware level T3/r7/2014-07-16.txt.gz:{chan ch=tech}Tech: Redryn nods at Ayon. T3/r7/2014-07-16.txt.gz:{chan ch=tech}Trachx Tech: so nothing really memory consuming, unless you want to open 50 tabs in web browser T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ralyn Tech: be like my office, give a laptop with 8GB or RAm, but only have a 32 bit OS image... that way the computer only actually sees 4GB T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ayon Tech: if it's a high end laptop and it supports more than 8gb then yeah, I had an acer and when you look the model up it only supported more than 8 in theory T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ayon Tech: but not in practice...or something to that effect. I don't know what in the world you'd need 8gb for... T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: dunno, i figure windows loved to use up ram :p T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ralyn Tech: I have VM's that require at least 4GB of RAM themselves, without 8GB I would be dead in the water T3/r7/2014-07-16.txt.gz:{chan ch=tech}Juictice Tech: it's so when they expire you have more storage T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ayon Tech: yeah, same here, I have 16gb on desktop T3/r7/2014-07-16.txt.gz:{chan ch=tech}Trachx Tech: 4gb is too little for windows 7/8 T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: that's what i thought trachx T3/r7/2014-07-16.txt.gz:{chan ch=tech}Juictice Tech: u can run 7 on 4 gb but will notice small drag T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: can't even find windows 7 around anymore :/ T3/r7/2014-07-16.txt.gz:{chan ch=tech}Ayon Tech: well for win7 it's okayish as long as you aren't gonna do anything but use word and maybe a little amateur browsering. T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: i don't particularly want to use win8 T3/r7/2014-07-16.txt.gz:{chan ch=tech}Rembert Tech: Well, it depends really. You can be happy with 4GB if you're not a power user T3/r7/2014-07-16.txt.gz:{chan ch=tech}Juictice Tech: win 8 is annoying i have both T3/r7/2014-07-16.txt.gz:{chan ch=tech}Trachx Tech: I mean sure you can work with that amount of RAM, but if you open more tabs in web browser, more application then it easily consumes 5-6 GB T3/r7/2014-07-16.txt.gz:{chan ch=tech}Rembert Tech: On 7 T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: also wondering if i should upgrade to ssd from hybrid T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: is hybrid actually any good? i've only used normal and ssd T3/r7/2014-07-16.txt.gz:{chan ch=tech}Trachx Tech: SDD will be probably more durable than hybrid T3/r7/2014-07-16.txt.gz:{chan ch=tech}Rembert Tech: Well it depends on what you want from SSD T3/r7/2014-07-16.txt.gz:{chan ch=tech}Rembert Tech: You don't get the reliability gains with hybrid, but you get some of the performance gains T3/r7/2014-07-16.txt.gz:{chan ch=tech}Rembert Tech: Hybrid is basically HDD with a fast read cache T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: ssd is really fast from my experience T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: is the performance similar with hybrid? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Rembert Tech: For reading data yes T3/r7/2014-07-16.txt.gz:{chan ch=tech}Rembert Tech: For writing it has the same performance as HDD T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: how does the drive know what data to cache anyway? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: is there a simple lua function to check if a word is found within a table? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: is there a way to dynamically refer to a variable in lua? eg if i have variables test1, test2, and test3, and i want to have something like pointer = "test"..math.random(1,3) T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: yeah T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: don't remember how :P T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: but I've done it before T3/r7/2014-07-16.txt.gz:{chan ch=tech}Tech: Redryn frowns sadly, looks around and goes 'meh..' T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: assert loadstring maybe? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: yeah, that sounds right T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: though I remember now, I decided it was better to do it differently T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: have a table of variables, and refer to them that way T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: so like myvariables{"test1"="bob", "test2"="joe"} T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: then you can just do myvariables["test"..math.random(1,3)] T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: mm... has to do with building, there's a mudside FOCUS_(damtype) variable or something, trying to find an efficient way to point to it :p T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: if you wanted to, you could build the table yourself in the mprog. {"FOCUS_SLASH"=FOCUS_SLASH, etc} T3/r7/2014-07-16.txt.gz:{chan ch=tech}Madcatz Tech: if you didn't want to fool around with loadstring T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: oh ok T3/r7/2014-07-16.txt.gz:{chan ch=tech}Redryn Tech: that worked, thanks T3/r7/2014-07-16.txt.gz:{chan ch=tech}Jenifer Tech: Can anyone recommend right off the top of their head a way to force a Linux machine (debian wheezy, specifically) to amp up its volume beyond the normal 100%? I'm deaf in one ear and the other is starting to go and I'm having a heck of a time hearing movies and stuff in netflix etc. even with headphones and all applicable volumes at 100%. T3/r7/2014-07-16.txt.gz:{chan ch=tech}Jenifer Tech: FOUND IT! pavucontrol for pulseaudio, fiddled with a few things, even made headphone sound quality even better! T3/r7/2014-07-16.txt.gz:{chan ch=tech}Turie Tech: Good! T3/r7/2014-07-16.txt.gz:{chan ch=tech}Malcador Tech: anyone in this channel? T3/r7/2014-07-16.txt.gz:{chan ch=tech}The Devil Remps Tech: isn't easier just to ask a question and see if someone knows the answer to it? T3/r7/2014-07-16.txt.gz:{chan ch=tech}Malcador Tech: anyone in this channel T3/r7/2014-07-16.txt.gz:{chan ch=tech}Bamboo Tech: People do use the tech channel. T3/r7/2014-07-16.txt.gz:{chan ch=tech}Siren Cera Tech: some do T3/r7/2014-07-16.txt.gz:{chan ch=tech}Turie Tech: type tech -h T3/r7/2014-07-16.txt.gz:{chan ch=tech}Drastix Tech: Hey mang T3/r7/2014-07-16.txt.gz:{chan ch=tech}Drastix Tech: Malcador you never talked on here T3/r7/2014-07-16.txt.gz:{chan ch=tech}Drastix Tech: I'm all alone T3/r7/2014-07-16.txt.gz:{chan ch=tech}Evolnul Tech: anyone familiar with Mudlet 2.1? trying to figure out how to use the aliases dialog window T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: Is there some way to make S&D work a little smoother with the Aard Amulet? Maybe turning off(or changing) bouncerecall in certain rooms? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Rauru Tech: what do you mean smoother T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: Basically, since you can't port out of it, using xrt from there tends to lead to it just falling back to whatever the bouncerecall is if the best path happened to involve a portal T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: (Also, I'm not 100%% that it's using the exits the way it could/should be, but I need to play with it a lot more before I can really make that call) T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: It's pretty minor ultimately T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: It's just kind of awkward T3/r7/2014-07-17.txt.gz:{chan ch=tech}Rauru Tech: what is it doing and what do you want it to do instead? By the way, mapper handles all of the pathing, not S&D or the extender. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Negader Tech: do you have a trashcan?, if you use the trashcan, mapper wouldn't have to use the amulet then go down. it'll use the trashcan to go to recall directly. no? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: Alright, I wasn't 100% there. And I've been trying it starting in the hotel T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: If I could set a different bouncerecall in that room('d'), that'd probably be enough, but like I said, it winds up being fairly minor T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: Going 'd' from there isn't that different from doing recall from there at the end of the day T3/r7/2014-07-17.txt.gz:{chan ch=tech}Rauru Tech: I don't think you can prioritize a cexit over the bouncerecall T3/r7/2014-07-17.txt.gz:{chan ch=tech}Rauru Tech: you could force it to flag as norecall T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: Oh, hm, good idea T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: I'll try messing with that T3/r7/2014-07-17.txt.gz:{chan ch=tech}Rauru Tech: type echo You cannot recall from this room. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vellius Tech: Thanks T3/r7/2014-07-17.txt.gz:{chan ch=tech}Aimbot Tech: trigger Your skill level in % is now %, when this message is triggered I will auto-send "practice '%1'. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Aimbot Tech: will this work for auto-practice? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Kippe Tech: youcan only practice at a trainer T3/r7/2014-07-17.txt.gz:{chan ch=tech}Azuk Tech: go try it T3/r7/2014-07-17.txt.gz:{chan ch=tech}Aimbot Tech: I don't know, I don't have any practices left xD T3/r7/2014-07-17.txt.gz:{chan ch=tech}Elysian Tech: convert a train back into 10 pracs T3/r7/2014-07-17.txt.gz:{chan ch=tech}Dolt Tech: use echo T3/r7/2014-07-17.txt.gz:{chan ch=tech}Aimbot Tech: echo doesn't work, gonna edi the trigg T3/r7/2014-07-17.txt.gz:{chan ch=tech}Aimbot Tech: why must I quest complete every time I do a quest? Why can't they set it up so I auto-acquire rewards, just like cps? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Dolt Tech: sometimes getting back to the questor is part of the challenge T3/r7/2014-07-17.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: wow. web audio api was updated.. solved the biggest issue right when i needed it:) saved a weeks worth of headache. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Redryn Tech: 270 or 400 for 250/500gb ssd, with getting the extra spawith T3/r7/2014-07-17.txt.gz:{chan ch=tech}Redryn Tech: urgh autocorrect, worth getting the extra space? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Swangin Tech: How does one delete a specific registry key from command line such that it can be automated in batch? o.O T3/r7/2014-07-17.txt.gz:{chan ch=tech}Jmwendigo Tech: does anyone know how to make multiple action buttons. it only lets me make one per set T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: anyone available for tech help? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Trachx Tech: why don't you just ask your question? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tormat Tech: people almost always here, though it depends on that you need... T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: i got the plugin S & D and it worked fine and suddenly last night it isn't. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Eutychus Tech: What's it doing? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: the next button gives me a list of spells.. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: the quickwhere tells me no one of that name is in the game T3/r7/2014-07-17.txt.gz:{chan ch=tech}Eutychus Tech: Have you tried reinstalling the plugin? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: the hta (which i never figured out what it did anyway) gives me some hairflipping social T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: yeah, i tried closing and shutting down the client, bringing it back up, and reinstalling the plugin T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: the cp list lets me click on things when i'm not in the area, and it takes me to that area, but then.. says... T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: i dunno. i can't get it to show it again now. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Eutychus Tech: Youve redownloaded the plugin and reinstalled it? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: no, just pressed the reinstal button on the plugin window. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Meru Tech: i'll try that. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: can anyone help me with a regex? I'm wanting to cut out trailing spaces from a line being caught.. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: gsub is what you want T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Heihou blushes. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: gsub(foo, "\s+$", "") T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: should do the trick T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: what's gsub Madcatz? I was trying to use (.+?)\s+?$ T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: takes a string, and substitutes stuff in it with other stuff T3/r7/2014-07-17.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: s:gsub("^%s*", "") is what this suggests: http://lua-users.org/wiki/CommonFunctions T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: that would get rid of leading spaces T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Heihou is still a little lost :( The gsub goes in the script section, rather than the trigger? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: what are you trying to do with what you're capturing? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: like, output it to somewhere, or what? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: or send something to the mud? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: I'm trying to get it to put the name of a custom exit into my command line window.. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: so I was using SelectCommand (), then PasteCommand ("mapper cexit %1") T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: so on the line before that, do: local foo = string.gsub(%1, "\s*^", "") T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: and then change that line to PasteCommand ("mapper cexit "..foo) T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: I'm still getting trailing spaces off this exit :( T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: You may need double quotes around %1, I never know when you do or don't T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: well, if it's still working like it was before, then you don't need them T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: sorry, the ^ should be a $ in mine T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: Mendaloth confused me T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Madcatz peers intently at [Outlaw] Mendaloth. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: I'm still getting 4 trailing spaces.. it's WEIRD T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: after the exit name or before it? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: after the exit name.. and I get 2 when trying a different exit T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: as if it's trying to tab to a point, or something.. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: You're doing: local foo = string.gsub(%1, "\s*$", "") T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: right? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: and then: PasteCommand ("mapper cexit "..foo)? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: local foo = string.gsub(%1, "\s*$", "") T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: and then SelectCommand() to select whatever's in the command box, so the pastecommand overwrites is T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: in mushclient how do i make a trigger like someone named x folded a card T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: want me to email you with a copy of my trigger, so you can see what I'm doing, all at once? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: can do it on pastebin or something if you want T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: huh, it's not working on my end, either T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: I don't have something right. give me a sec T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: can anyone help me? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: i want to make a trigger to deal again when xxx wins a poker hand T3/r7/2014-07-17.txt.gz:{chan ch=tech}Dexter Tech: lets all just play with 88 or better and TJ suiteds T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: like Hold'Em> (whoever) wins with (whatever) T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: Oh, Heihou: replace \s with %s T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Heihou hugs Madcatz. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: ill give a tp to whoever can help me T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: Just use * for a wildcard T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: (assuming you're in mush) T3/r7/2014-07-17.txt.gz:{chan ch=tech}Heihou Tech: I got it working :D T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: so it would be Hold'Em> * wins with *? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: vespar now :P T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: yeah T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: tyvm T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: id send u a tp but ur an imm T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: but ur not, u were T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: interesting T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Madcatz . o O ( Not sure if trolling... ) T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: im not trolling i legit needed help, ty T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: meant about the imm part :P T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: oh its been a long time, last i remember u were an imm T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: 8 months now :P T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Vespar pays close attention to the aard-happenings, apparently :P T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: probably 4 of those months with this title, after the first 4 got annoying ;) T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: Now I have 1 tp and 15 gold of yours. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Madcatz goes, "Whee!" T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: er, 19 gold T3/r7/2014-07-17.txt.gz:{chan ch=tech}Vespar Tech: rich! T3/r7/2014-07-17.txt.gz:{chan ch=tech}The Devil Remps Tech: has mush a 'channel' where it filters emotes and such? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: just to test stuff on, or what? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: (not sure what you're asking) T3/r7/2014-07-17.txt.gz:{chan ch=tech}The Devil Remps Tech: no, to capture into a window when someone smiles at me for example T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: ah T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: Mush doesn't have "channels" the mud does. I don't think the mud treates socials and emotes as a separate channel though. So I think the short answer is no. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: don't think any of those are sent through gmcp T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: or have any tags T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: so you'd just have to capture them like any other stuff T3/r7/2014-07-17.txt.gz:{chan ch=tech}The Devil Remps Tech: k, too bad....those things go always missing when running around or killing stuff... T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: I can't think of a good way to capture them reliably to be honest. Other than to look for lines that start with '*' T3/r7/2014-07-17.txt.gz:{chan ch=tech}Daikojun Tech: if you lose something can you find it by ID? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: They all start with a @c*, I think, so should be able to capture them with pretty good accuracy T3/r7/2014-07-17.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: If you are on mush I have plugin to capture remote socials. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: Mendaloth to the rescue! T3/r7/2014-07-17.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: But yeah I do as Madcatz suggested by checking color T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: The Devil Remps looks at [Outlaw] Mendaloth and goes "Hmmmm." T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: Just tried with locate object, Daikojun. Doesn't look like it works T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: Adding color would make it more reliable indeed. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Trachx Tech: but remote socials start with asterisk T3/r7/2014-07-17.txt.gz:{chan ch=tech}The Devil Remps Tech: k, so I will make a trigger for it, ty :) T3/r7/2014-07-17.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Color, asterax and spacing too...since announce notes have a space T3/r7/2014-07-17.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: if I recall correctly. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Daikojun Tech: ok thanks. I've "lost" a light from one of my sets and I have no clue where it is. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: The Devil Remps slaps himself on the head and yells, "DOH!" T3/r7/2014-07-17.txt.gz:{chan ch=tech}Daikojun Tech: oh fail........ It was Invis..... T3/r7/2014-07-17.txt.gz:{chan ch=tech}The Devil Remps Tech: it's even in the help file :D T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ontuct Tech: invisible light! UV? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: solidify that bad boy daikojun! T3/r7/2014-07-17.txt.gz:{chan ch=tech}Daikojun Tech: good idea actually T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: see, now I'm wondering about the mechanics of an invisible light T3/r7/2014-07-17.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: the light source is invisible, not necessarily the light itself T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: See, now I'm trying to pretend I didn't read that before I lose a half day of productivity at work wondering the same. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: with the right shielding, I think it could work. I mean, if a cloud covers the sun, it can still light up the earth a good amount T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: even though you can't see it T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ontuct Tech: but you still see the glow T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ontuct Tech: a light that is not in a spectrum useful to your eyes is useless. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: Not being able to see a visible object doesn't make it invisible though. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: there's been some stuff in the last few years that do a pretty good job of bending light just right T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: what does make something invisible, Ixle? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: I mean, other than "magic" T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: Existing in a spectrum your eyes can't "see" T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: I suppose so T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: But obstruction (the cloud) doesn't make the sun invisible T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: but light can't produce light T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: or rather, em waves can't produce em waves T3/r7/2014-07-17.txt.gz:{chan ch=tech}Daikojun Tech: I'm thinking of it as a flashlight in which you cannot see the flashlight itself, just the light coming from it T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: so *something* has to be producing the waves. That "something" would have to absorb all visible light T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ayasinda Tech: something is also invisible if it is able to bend visible light around itself T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Madcatz nods at Ayasinda. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: Yeah, I'm screwed. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ixle Tech: Thanks a lot! T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: although if you believe Hawking radiation, then black holes are "invisible light producers" T3/r7/2014-07-17.txt.gz:{chan ch=tech}Daikojun Tech: you're thinking too hard. Explain it away with it simply being a magical item T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Ayasinda is agreeing with that Madcatz person again... T3/r7/2014-07-17.txt.gz:{chan ch=tech}Raded Tech: Yep. It's magic. End of discussion. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Ixle nods at Raded. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: OK, magic T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ayasinda Tech: si now we start the discussion on what exactly is magic? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Raded Tech: It's magic, dude. Just go with it. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Remember November Tech: its the shooty stuff that comes from my fingers that kills mobs T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ayasinda Tech: magic doesnt exist. It's just 'stuff' you can manipulate T3/r7/2014-07-17.txt.gz:{chan ch=tech}Drastix Tech: Don't you tell me magic isn't real T3/r7/2014-07-17.txt.gz:{chan ch=tech}Madcatz Tech: Hmm...material exists that can double the frequency of light. I suppose you could make something out of several layers of this material, and make it emit radio waves. Any light reflected by it would be turned into high-frequency invisible waves, and the gamma rays produced by it would be turned into visible light. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Madcatz is thinking way too hard about this. T3/r7/2014-07-17.txt.gz:{chan ch=tech}Tech: Raded sits back, "Duuuuuuude." T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ayasinda Tech: interesting T3/r7/2014-07-17.txt.gz:{chan ch=tech}The Devil Remps Tech: could someone please smile at me? T3/r7/2014-07-17.txt.gz:{chan ch=tech}The Devil Remps Tech: ty, it's working :) T3/r7/2014-07-17.txt.gz:{chan ch=tech}Gener Tech: suddenly search and destroy will run me to fractured lands each time i wantto go to another area and it gets stuck there. Any ideas what happened? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Ambilevous Tech: Bad cexit? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Gener Tech: anyway to trace that? T3/r7/2014-07-17.txt.gz:{chan ch=tech}Gener Tech: i think it was cexits in fractured lands. I removed them and it seems to be working. Thanks for the tip about cexits T3/r7/2014-07-17.txt.gz:{chan ch=tech}Juictice Tech: should i buy a model S or wait for model III T3/r7/2014-07-17.txt.gz:{chan ch=tech}Juictice Tech: have they worked out the bugs yet? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Anyone awake & knows a thing or two about graphic cards? Specifically, the Radeon R9 270x? :) T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: what do you want to know about it? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: The card has 2 6-pin connectors. Do I need to have both of them plugged into the PSU, or just one? T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: my gtx770 requires both T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: I'mma assume the same for mine, then. T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: yeah T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: they are pretty equivalent cards T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Also, the back where you plug the HDMI cable into... my HDMI cable doesn't go completely into the slot because of this thin black metal bar on the desktop design. Should I look for an HDMI cable with smaller "heads"? T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: id see if it works with what little is in T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: unless its loose enough to just fall out T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Nah, it doesn't fall out... but it didn't display, so I'm assuming it's because I only had 1 6-pin connected. I'll try again. Thanks :) T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: hdmi is digital so it wont be as fussy as say tv cables T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Are you familiar with the NZXT Guardian towers? T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: nope T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Fuck >.< T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: didnt even know they made cases, i knew they had fan controllers T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Sorry if this isn't a curse channel, I never used it before lol T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: which tower is it specifcally? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: NZXT Guardian 921... it's the one that is supposed to glow blue when it's powered on. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: https://www.google.com/shopping/product/9726846291632253495?num=20&q=nzxt+guardian+921+&oq=nzxt+guardian+921+&sa=X&ei=AMHIU8ibMJK-sQT824GgBQ&ved=0CIoCELkk T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: (too tired to tinyurl) T3/r7/2014-07-18.txt.gz:{chan ch=tech}Unwize Broud Tech: this is not a curse channel btw (help channel for a list) T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: thats fine, you can right click and go to url T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: I know I didn't plug everything in, I gotta figure it out... but that can wait. I just want the graphics card working T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: so your hdmi cable is clipping the metal slots? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: The actual gold plate head goes into the slot, but not flush. I wanna say like 3/4ths in? The base hits the metal slot and won't allow it to go in flush T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Like my HDMI port from my motherboard T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: how much is it hitting the metal? T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: oh you're plugging into mb? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: the HDMI head, it's not touching the metal. It's just the base. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Right now I'm plugged into the motherboard, yeah. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Gonna turn the comp off soon & plug in the other 6-pin and plug HDMI into there, see if it helps. T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: yeah, plug both 6-pin's in T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: works* not helps, lol T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: it shouldnt catch on your gfx card T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: i had the same problems with one of my usb slots you have with your hdmi T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Ok, I'mma turn this off and see if I can get this gfx card working :) T3/r7/2014-07-18.txt.gz:{chan ch=tech}HowlsCastle Tech: gl T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Thanks for the help, appreciate it :) T3/r7/2014-07-18.txt.gz:{chan ch=tech}Pablo Escobar Tech: Thanks! T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: how do I create a timer from the command line? I want a command to execute a few seconds after logging in. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: you can do something artifically with echoes. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: ie. set a trigger to echo "trigger 1" upon login. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: that triggers "echo trigger 2" and so on for as long as you want T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: until you get to "trigger X" which executes your command T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: lag will space out the triggers hopefully T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: could yes, but I was looking for something cleaner. Something in Lua maybe. I'll keep hunting. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: why not just trigger immediately on login T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: he wants something "a few seconds" after login T3/r7/2014-07-18.txt.gz:{chan ch=tech}Dolt Tech: but why? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: the command comes from a plugin that isn't completely loaded at login and thus gives blank info T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: I have a trigger on Welcome to Aardwolf T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: set the command to trigger at login. if the results come up blank, trigger it to reenter the command until the appropriate prompt is given T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: that sounds like a loop aimbot :p T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: at which point you can trigger it to run an interruption command like "look" or "echo nothing" T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: what do you mean redryn T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: it'll keep triggering itself T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: the problem here is that the program lags so it will only boot up a few seconds after login T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: no, more likely the data isn't sent from the mud yet T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: the loop starts at login and keeps looping until program boots up and gives appropriate prompt T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: I don't want a bunch of spam messages. It displays a message at each run but doesn't have the correct info on the first run due to loading T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: you can create a one-off timer T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: I still my first option is best. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: the one with the trigger one trigger two T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: it seems fairly clean to me. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Mye Tech: you can just use AddTimer/DeleteTimer functions (or have a constant timer that you enable/disable as appropriate), or trigger off a more appropriate string T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: I can do this with a timer but I'd have to ceate the timer on login via trigger. Which I don't know how to do exactly T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: I mean, you can even compress it to run a bunch of lengthy commands and then run the trigger command T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: addtimer :p T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: there's such a thing? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Mye Tech: read the help file perhaps? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: on Windows 8.1 so classic help doesn't work anymore. Even with the downloaded help from MS, it's isn't working all the time. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: I'm on gammon's site hunting T3/r7/2014-07-18.txt.gz:{chan ch=tech}Mye Tech: google mushclient help :) T3/r7/2014-07-18.txt.gz:{chan ch=tech}Mye Tech: was first one for me .. click on Timers in the contents T3/r7/2014-07-18.txt.gz:{chan ch=tech}Nuanse Tech: gammon site has mush help so you dont need winhelp T3/r7/2014-07-18.txt.gz:{chan ch=tech}Mye Tech: you'll need to send to execute in your initial trigger that creates or enables the timer T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: can you create a timer from the command line usingthe Lua prefix? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Mye Tech: err, send to script T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: It's actually really fun to play with triggers. T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: My first trigger command was a sanc pot quaffing bot T3/r7/2014-07-18.txt.gz:{chan ch=tech}Nuanse Tech: daikojun, yes, you can T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: triggers I have several of. I want to create a one-shot timer from a trigger T3/r7/2014-07-18.txt.gz:{chan ch=tech}Mye Tech: you can check out the doafter set of commands as well T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: is it possible to create a script or trigger that keeps attacking the next mob in the room until the room is cleared of all mobs? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Nuanse Tech: BOT ! T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: I can think of some ways to use aliases and triggers to do that but is there a cleaner way? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: yes but illegal T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: my bad, it's illegal T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: help policies7 T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: you can move and open doors and buy stuff, but you can't kill/attack mobs as far I understand things T3/r7/2014-07-18.txt.gz:{chan ch=tech}Dolt Tech: aoe spells kinda do the same and are legal, useful for the lazy T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: looks like I'm gonna have to write a plugin to triger/timer my plugin T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: Wait, you can buy stuff? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Nuanse Tech: you can actually use several commands to clear out room, but cannot use it to clear several rules. it's in policies T3/r7/2014-07-18.txt.gz:{chan ch=tech}Aimbot Tech: so I can make a bot to auto-recall, buy health potions and return to where I was when I run out? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: no T3/r7/2014-07-18.txt.gz:{chan ch=tech}Nuanse Tech: rules, rooms T3/r7/2014-07-18.txt.gz:{chan ch=tech}Dolt Tech: you could make an alias do that T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: afk dragging is likewise illegal T3/r7/2014-07-18.txt.gz:{chan ch=tech}Redryn Tech: mis but yea T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: here's what I have so far. AddTimer("my_timer", 0, 0, 10, "command_that_will_change_the_world", timer_flag.Enabled + timer_flag.OneShot, "") T3/r7/2014-07-18.txt.gz:{chan ch=tech}Daikojun Tech: this sends a command to the World I believe. How do I send it to Execute? T3/r7/2014-07-18.txt.gz:{chan ch=tech}Mye Tech: check out settimeroption function T3/r7/2014-07-18.txt.gz:{chan ch=tech}Heihou Tech: Daikojun, wouldn't it be easier to just use a trigger to execute a client-side alias, which uses the wait command (http://mushclient.com/forum/?id=4956) ?? T3/r7/2014-07-18.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: cant find a manual for that- javascript: "a" might be nan or unidentified, if that's the case, i want to set it 0. is this ok and safe: if (a>0) {} else {a=0} T3/r7/2014-07-18.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: it works but im afraid of some silly trap T3/r7/2014-07-19.txt.gz:{chan ch=tech}Cocoa and Shaelynne Tech: Okay so I've turned tags off for spells and skills 3 times now, and they automatically turn themselves back on - help? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Trachx Tech: uninstall plugins that turn it on T3/r7/2014-07-19.txt.gz:{chan ch=tech}Cocoa and Shaelynne Tech: hrm..... T3/r7/2014-07-19.txt.gz:{chan ch=tech}Summoner Yuna Tech: My Samsung Galaxy Express S just stopped being able tot take screenshots by me holding down the Home and Lock buttons for a few seconds, seemingly spontaneously. T3/r7/2014-07-19.txt.gz:{chan ch=tech}Summoner Yuna Tech: Anyone know if there's a hidden option somewhere I might' accidentally disabled? Can't find it. T3/r7/2014-07-19.txt.gz:{chan ch=tech}Gorsk Tech: i'm using mushaard and i want to make an alias(sayroom) to "say" the room number using room.info from gmcp. what should i put in send field? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Azrael Tech: how does one add a closed door as a cexit to the mapper, mapper cexit open n only opens the door T3/r7/2014-07-19.txt.gz:{chan ch=tech}Trachx Tech: mapper cexit open e;;e T3/r7/2014-07-19.txt.gz:{chan ch=tech}Loony Lachdanan Tech: cexit open north;;north T3/r7/2014-07-19.txt.gz:{chan ch=tech}Turie Tech: open north;;;;north T3/r7/2014-07-19.txt.gz:{chan ch=tech}Loony Lachdanan Tech: north;;north T3/r7/2014-07-19.txt.gz:{chan ch=tech}Loony Lachdanan Tech: north T3/r7/2014-07-19.txt.gz:{chan ch=tech}Ontuct Tech: I use an alias T3/r7/2014-07-19.txt.gz:{chan ch=tech}Dolt Tech: ;;; T3/r7/2014-07-19.txt.gz:{chan ch=tech}Azrael Tech: thanks T3/r7/2014-07-19.txt.gz:{chan ch=tech}LiQ Tech: One of my Bast plugins 'xeqDB' window went blank/black today. Does anyone know how to fix it? T3/r7/2014-07-19.txt.gz:{chan ch=tech}LiQ Tech: I've tried plugins reload xeqdb/eqdb T3/r7/2014-07-19.txt.gz:{chan ch=tech}Turie Tech: Look on the Tech board to the workaround I posted. T3/r7/2014-07-19.txt.gz:{chan ch=tech}Turie Tech: note 6452 T3/r7/2014-07-19.txt.gz:{chan ch=tech}LiQ Tech: ok thanks T3/r7/2014-07-19.txt.gz:{chan ch=tech}LiQ Tech: Thanks Turie, but replug xeqdb didn't work for me after importing that alias. T3/r7/2014-07-19.txt.gz:{chan ch=tech}Turie Tech: Oh, are you getting the lines of red death? T3/r7/2014-07-19.txt.gz:{chan ch=tech}LiQ Tech: no it's just a black window T3/r7/2014-07-19.txt.gz:{chan ch=tech}Turie Tech: LiQ you want miniwin_eq, not xeqdb T3/r7/2014-07-19.txt.gz:{chan ch=tech}Turie Tech: xeqdb is the database handler. miniwin_eq is the miniwindow. T3/r7/2014-07-19.txt.gz:{chan ch=tech}LiQ Tech: Ahhhh wonderful, thank you very much Turie. it was miniwin_eq. You're the best! T3/r7/2014-07-19.txt.gz:{chan ch=tech}LiQ Tech: all working now! +1 TECH points to Turie. T3/r7/2014-07-19.txt.gz:{chan ch=tech}Vexthorne Tech: Is there a quick way to mute mushclient if I have triggers that play sound files? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Garbo Tech: Does anyone know of any soundpacks? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: how do you resolve dns problems again? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Madcatz Tech: ipconfig /flushdns T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: hmm, still stuck at resolving host T3/r7/2014-07-19.txt.gz:{chan ch=tech}Loony Lachdanan Tech: can you ping 8.8.8.8? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Madcatz Tech: Oh, that just clears it so it looks it up again, rather than using whatever it's stored T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: yes lach T3/r7/2014-07-19.txt.gz:{chan ch=tech}Tech: Loony Lachdanan nods at Redryn. T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: there's a way to change the dns you're using right? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: i'd google but it doesn't load :( T3/r7/2014-07-19.txt.gz:{chan ch=tech}Loony Lachdanan Tech: yep T3/r7/2014-07-19.txt.gz:{chan ch=tech}The El Drakoth Tech: yeah, depends on your operating system, possibly your router T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: win7? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Negader Tech: how about rebooting your router and modem? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Negader Tech: does rebooting router/modem change dns? get's new dns from your isp server? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: hmm maybe T3/r7/2014-07-19.txt.gz:{chan ch=tech}Loony Lachdanan Tech: i would normally just set dns to staic, pointing to 8.8.8.8 in ipv4 config under your adaptor T3/r7/2014-07-19.txt.gz:{chan ch=tech}Dolt Tech: chances are your computer's using your router as a DNS server, so rebooting it might help anyway T3/r7/2014-07-19.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: if 8.8.8.8 doesn't work, try 8.8.4.4 T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: setting it in the adaptor settings worked T3/r7/2014-07-19.txt.gz:{chan ch=tech}Redryn Tech: thanks all T3/r7/2014-07-19.txt.gz:{chan ch=tech}Dustpuppy Tech: anyone know how to change a speedwalk to something that you want to go instead of the long way around? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Dustpuppy Tech: force the mapper to use the manor exits? T3/r7/2014-07-19.txt.gz:{chan ch=tech}Psychonaut BlackMagik Tech: one bottle of whiskey, and a chaser of gin and u wont care. T3/r7/2014-07-19.txt.gz:{chan ch=tech}Psychonaut BlackMagik Tech: take the most roundabout way possible T3/r7/2014-07-19.txt.gz:{chan ch=tech}Useful Hadar Tech: you have to set cportal things T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: how do i actively use gmcp in aardmush? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Arnica Tech: http://www.aardwolf.com/wiki/index.php/Clients/MushclientGMCP T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: i've read that. i understand the parts of it but not the syntax to access it T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: what do i need to put in my send field to get the stuff from room.info? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: is there a character that you can use on muchclient to start a wait timer in the middle of a string of commands? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Rauru Tech: mapper has a wait function, i don't know if there is one built in for mushclient T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: mmm dont think that would work for this, in annwn you need to wait for the innkeeper to return before moving on so I could change the seconds to 30 before linking the rooms but the command strings would still all be T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: processed at the same time T3/r7/2014-07-20.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: that is the problem, Azrael, you can't make the client delay execution. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Rauru Tech: there is mapper cexit_wait and wait() that you can use T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: well that was my initial question =P T3/r7/2014-07-20.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: the client doesn't know anything about the server so it will execute anything that it sees. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: maybe, a multi-state trigger with the second stage as a timer... T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gener Tech: I just made a trigger to wear mask, opem west, move west. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: you can have the trigger wear mask then pass itself to the next trigger and so on, otherwise the client will do everything at once. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: and set the mapper cexit to initiate that trigger, so there is a wait command but it has to be used inside a trigger? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: oh T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: alrighty, thanks yall T3/r7/2014-07-20.txt.gz:{chan ch=tech}Rauru Tech: if you use wait(30) in the command string it will pause in the middle of the cexit T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: anyone here know how gmcp works? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: from what I understand rauru I thought that command just allows the linking to take place later than 2 seconds T3/r7/2014-07-20.txt.gz:{chan ch=tech}Rauru Tech: mapper help exits explains it T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: youre talking about mapper cexit_wait 30 right? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Rauru Tech: no T3/r7/2014-07-20.txt.gz:{chan ch=tech}Rauru Tech: "To insert a pause during execution of the cexit, use wait() as one or more of the cexit moves" T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: ahh I see it in the custom exit actions cexit area T3/r7/2014-07-20.txt.gz:{chan ch=tech}Azrael Tech: thanks T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: hmm.. i'm trying to flash a custom rom through recovery on my android phone (i9505), the recovery is giving me the error that they can't open the update package. any idea why? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: I would suspect corrupt file or wrong name / location T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: it matches md5 sum T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: and i can open it in windows and on the phone itself, just gives an error when trying to flash T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: is it signed? (googled) T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: no clue, but using a custom recovery T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: you can try to sign it, google for Android Signer T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: never had to do that before... nor do the hundreds of ppl who've flashed this before look like they did that :p T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: should only give a warning anyway. that's pretty strange. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: Redryn mutters something quietly to himself. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: well i brilliantly decided to wipe everything to see if that helped T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: not a bad strategy T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: but i'm guessing murphy's law is alive and well? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: at least i still had the zip for my old rom on the sd card so i can reinstall that T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: but now i definitely want to figure out how to do this since i have to reinstall all programs anyway... T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: ok, a different recovery worked fr me T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: yay! i'm glad you had a backup though. which one failed, and which one succeeded? T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: hmmm, my ascii minimap in MUSH has stopped functioing correctly and has gone onto the main output window, I have tried> 1.a new instance of mush client with the .db and .mcl files copied and pasted, 2.reinstalling the ascii map plugin in the new instance 3.removing and installing the ascii map in the new instance 4.quitting mush client and re-loading it. What should I try next? a reboot?? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Dolt Tech: have you still got the ascii map window as well? right click in it and choose echo in main output if so T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: you could try resetaard T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: that didn't work T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: going to try resetaard T3/r7/2014-07-20.txt.gz:{chan ch=tech}Dolt Tech: try tags map T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: that has failed me too T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: trying tags map T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: syntax is tags map [on|off] which do i choose? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Dolt Tech: you want it on, check 'tags' by itself first if you want T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: oh im seeing tags for channels now too T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: look slike tags map is already set to yes T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: im getting prompt help as-well with every tick T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: wth? T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: is my .db corrupt or something? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: mud-side setting rather T3/r7/2014-07-20.txt.gz:{chan ch=tech}Dolt Tech: i don't see how that could do what you're describing T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: i was using philz recovery, changing to cwm recovery worked T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: good ol' clockwork :P T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: Redryn nods. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: i used it for ages, i think there wasn't a good cwm available when i flashed this one T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: updating now T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: mis T3/r7/2014-07-20.txt.gz:{chan ch=tech}Turie Tech: MagicEssence: Did you delete the state file? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: i don't think he copied it to begin with T3/r7/2014-07-20.txt.gz:{chan ch=tech}Turie Tech: Hrmm.. T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: channel tags are displaying on reconnecting to the game having set them to off T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: alos. T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: also T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: I am getting some kind of prompt help with every tick now T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: all this happened after my client accidentally spammed the mud to get heal bag quaff heal (which I have since turned OFF T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: tried several things T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: oops mis T3/r7/2014-07-20.txt.gz:{chan ch=tech}Dolt Tech: you could try removing the state file for the plugin, not sure exactly how you figure out which one it is T3/r7/2014-07-20.txt.gz:{chan ch=tech}Turie Tech: IT is the ID for the plugin at the top of the plugin. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: have a screenshot? T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: how do I take a screenshot with windows 8.1? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: did they remove the printscreen button from keyboards as well? T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: ok i pressed that T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: nothing happened?! T3/r7/2014-07-20.txt.gz:{chan ch=tech}Redryn Tech: then ctrl-v into somewhere T3/r7/2014-07-20.txt.gz:{chan ch=tech}HotDog WarBurger Tech: uhh...open paint and paste it there? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Heihou Tech: try the snipping tool MagicEssence? you should be able to save it straight to a jpg that way T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: paint in win 8.1 you can save as jpeg by the looks of it, which I have done, where can i post? T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: I have 2 screenshots, one of the weird prompt thing and 1 of the map in the main output T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: where should I post them? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: what you see when you do: p data ? T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: the same thing that i see every tick T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: about the prompt T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: you should see something like: Regular Game Prompt : [%T %h/%Hhp %m/%Mmn %vmv %Xtnl %d] > %c T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: yes then 3 more like it including rawcolor game prompt, regular battle prompt and rawcolor battle prompt T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: and you still see that weird prompt ? T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: no but i get whats displayed with p data every tick, without typing anything T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: can you paste those images at : http://snag.gy/ T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: sure T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: i dragged both into the browser, need i do anything else? i can't see a post button or anything T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: after opening this page you should see big : Ctrl + V , just copy image to clipboard then switch to browser and Ctrl + V, that should upload image and redirect you to page with link to image T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: make sure that you allow script executions for this page (in case you are using some kind of script blocker) T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: if you use mspaint you want to do: ctrl-a (select all), ctrl-c, copy to clibpoard T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: you can also just alt-prtscr and ctrl-v T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: downloading java for chrome T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: 10 secs left T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: installing java T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: when allowing java to run this time after ctrl-v 'ing the image it says certificate has been revoked T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: image will not be posted. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: that's strange, no such thing when using Firefox T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: ok so let me try with ff T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: ok so here's the one showing the prompt thing - http://snag.gy/LLgiN.jpg T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: and here's the one showing the map in the main window - http://snag.gy/aCNMj.jpg T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: well the tags look fine, but the triggers should have eaten them if ascii map is installed. do any other triggers fire? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Trachx Tech: do you have enabled triggers? it looks like aard_ASCII_map.xml doesn't react to triggers T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: triggers are currently off T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: /disabled T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: wat T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: i set my triggers to disabled T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: enable triggers T3/r7/2014-07-20.txt.gz:{chan ch=tech}Heihou Tech: there's your problem then MagicEssence.. Triggers need to be on, for it to be captured to the miniwindow T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: still displaying in main window T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: ahh wait T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: its fixed! T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: thanks a million guys! :D T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: Loony Lachdanan enthusiastically high-fives MagicEssence! T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: phew... T3/r7/2014-07-20.txt.gz:{chan ch=tech}HotDog WarBurger Tech: gimme a HEI! T3/r7/2014-07-20.txt.gz:{chan ch=tech}HotDog WarBurger Tech: gimme a HOU! T3/r7/2014-07-20.txt.gz:{chan ch=tech}HotDog WarBurger Tech: gimme a Heihou! T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: Heihou! T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: MagicEssence laughs out loud. T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: off.. until next time *shudder* T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: Heihou blushes. T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: wait, it's started doing it again T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: MagicEssence groans loudly. T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: hmm actually its just showing it in the main window T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: right click minmap and click the send to main window thingy? gonna try T3/r7/2014-07-20.txt.gz:{chan ch=tech}Loony Lachdanan Tech: was about to suggest that T3/r7/2014-07-20.txt.gz:{chan ch=tech}MagicEssence Tech: yep, that fixed it :) T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: anyone know how to use gmcp? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Ayasinda Tech: there is a section on it on the aardwiki T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: i read that T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: still don't know how to access the info, though T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tallaven Tech: you mean access it through your mud client? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: Gorsk nods. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tallaven Tech: depends, which one are you using? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: mush T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: all i really want is an alias to "say" the roomnumber i'm in, for instance T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tallaven Tech: this page in the wiki has code examples: http://www.aardwolf.com/wiki/index.php/Clients/MushclientGMCP T3/r7/2014-07-20.txt.gz:{chan ch=tech}Ayasinda Tech: type mapper thisroom T3/r7/2014-07-20.txt.gz:{chan ch=tech}Arnica Tech: Use the Plugin Wizard off of the File Menu to create the simplest possible plugin, say with a single alias. Then use the info from the wiki to do something very simple with GMCP in the plugin, Build up from there. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: that doesn't help me aya, i want my scripts to use the info T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: thanks, that does help T3/r7/2014-07-20.txt.gz:{chan ch=tech}Arnica Tech: then you can move your scripts to the plugin T3/r7/2014-07-20.txt.gz:{chan ch=tech}Arnica Tech: Go Plugin, never look back T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: how do I capture a line of text and repeat it? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: What client? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: mush T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: Just make a trigger on the line, and make it output %0 T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: (send to output) T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: the line has a number in it that changes. Can't use the "*" to capture it T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: Why not? * is specifically for stuff that changes T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: example: PERSONAL: You have 1 unread personal note. I want to know when this line appears regardless of the number of notes. Capture it and repeat it T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: So, put a * in the place of the number 1 T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: that's what * is for T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: I tried that and it didn't work. Does it have to be regex? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: The other lines probably have an "s" on the end of note T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: what's in your send field? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: PERSONAL: You have * unread personal note*. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: Then send %0 T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: I want to send it to a group chat. I have a miniwin for gtell. On startup, a group is created and quick notes are sent there for me to see. How do I send it to gtell? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: gt %0 T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: And send to world T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: to %0 cpatures the original line in the trigger? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: so* T3/r7/2014-07-20.txt.gz:{chan ch=tech}Madcatz Tech: contains the original line, yeah T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: so %0 captures the original line in the trigger?* T3/r7/2014-07-20.txt.gz:{chan ch=tech}Gorsk Tech: anyone know how to use gmcp? i read the webpage and tried to but failed T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: ok thank you T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: ok so I understand why I need to send my trigger to output. If send to world, the trigger keeps triggering on itself. How can I have the trigger fire only once but not delete itself as a standard One-Shot does? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Siren Cera Tech: wait.. unles you are sending back to the world the same thing you are trigering off of, it wont trigger off itself... what are you trying to do? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Hanslanda Tech: you could make the trigger pattern more specific, you could make your output not match the trigger pattern. I suppose there may be some other way, but I don't use mush so I couldn't help you on syntax/options. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: ok, I'm testing something, relogging T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: ok a one-shot trigger doesn't delete itsef like a one-shot timer does. That's what I'll do T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: depends if you make it temporary T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: I ended up creating a startup lua script that runs when I login to the world. It creates a one-shot timer T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: how can I set a highlight word trigger from text in a miniwindow? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: how can I set a highlight word trigger from text in a miniwindow? Anyone? T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: that's not a real question T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you're just saying words T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: Ylar snickers softly. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: you can't really trigger off miniwindows, you'd trigger off whatever they're getting their info from T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: last weekend I was in Brooklyn at a wedding, and I found an XO-1 in the "Pewter" section of the Visible Storage section in the Brooklyn Museum. I thought that was clever. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: I don't get it T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: https://www.youtube.com/watch?v=5teTqNkSeAA T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: the video explains T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: oh, duh T3/r7/2014-07-20.txt.gz:{chan ch=tech}Tech: You snicker softly. T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: http://www.brooklynmuseum.org/opencollection/research/luce/object.php?id=196857 T3/r7/2014-07-20.txt.gz:{chan ch=tech}Onstataichi Tech: its the 100 dobber computer right? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Onstataichi Tech: HACK THE PLANET!!!! T3/r7/2014-07-20.txt.gz:{chan ch=tech}Aduin Tech: I hate this model view controller stuff in php! T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: sorry, was afk and missed the comments. had to do a -h. I keep missing references to my name in the Communication Log. Do you guys have a trigger that catches your name? I can get them to work in the main window but I don't understand miniwindows fully T3/r7/2014-07-20.txt.gz:{chan ch=tech}Daikojun Tech: or gmcp for that matter T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: I apologize in advance if I've just broken everyone's business. I might be drunk. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Rauru Tech: does bast spellup plugin allow for autorenewing skills that have timers? T3/r7/2014-07-20.txt.gz:{chan ch=tech}Hanslanda Tech: not everyone uses Mush, Fiendish, so you're off the hook on that one. :P T3/r7/2014-07-20.txt.gz:{chan ch=tech}Dolt Tech: yes rauru T3/r7/2014-07-20.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: what was his comment refering to T3/r7/2014-07-20.txt.gz:{chan ch=tech}Hanslanda Tech: Fiendish? I assumed he was working on mush/plugins, and that the next patch might have drunken errors he didn't catch. T3/r7/2014-07-20.txt.gz:{chan ch=tech}Dolt Tech: he just made a commit that removed text_widget.lua.. maybe that? who knows, but he logged on just to say that! T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: you shouldn't be using text widtget. that was testing stuff. but the new utf8 business is really nice T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: if it works and I didn't completely botch the release T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: which I might have T3/r7/2014-07-20.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: because git still sucks T3/r7/2014-07-20.txt.gz:{chan ch=tech}Rauru Tech: with bastspellup, do I have to manually add new spells that I learn throughout the remort T3/r7/2014-07-21.txt.gz:{chan ch=tech}Bamboo Tech: Is there a plugin that list mobs in the current room? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Bamboo Tech: Mush T3/r7/2014-07-21.txt.gz:{chan ch=tech}Aimbot Tech: consider T3/r7/2014-07-21.txt.gz:{chan ch=tech}Aimbot Tech: look T3/r7/2014-07-21.txt.gz:{chan ch=tech}Dolt Tech: I have seen one that'll keep a miniwin of considered mobs, and will auto consider too. It's pretty clunky though from memory T3/r7/2014-07-21.txt.gz:{chan ch=tech}Bamboo Tech: Maybe I should write one. T3/r7/2014-07-21.txt.gz:{chan ch=tech}Aimbot Tech: sometimes the aardwolf mapper(not the mushclient one, the one that comes with the game itself) displays a red asterisk but there's no player htere T3/r7/2014-07-21.txt.gz:{chan ch=tech}Aimbot Tech: when I go into the room to check it and find there's no player then move away it disappears T3/r7/2014-07-21.txt.gz:{chan ch=tech}Kippe Tech: that asterisk is you T3/r7/2014-07-21.txt.gz:{chan ch=tech}Amparo Tech: it only updates when you move, I think Aimbot T3/r7/2014-07-21.txt.gz:{chan ch=tech}Dolt Tech: the map only updates when you move, so they were there when you moved in that room, but moved since T3/r7/2014-07-21.txt.gz:{chan ch=tech}Kippe Tech: you are in a maze T3/r7/2014-07-21.txt.gz:{chan ch=tech}Aimbot Tech: I see. T3/r7/2014-07-21.txt.gz:{chan ch=tech}Aimbot Tech: I'm not in a maze, I'm in oz xD T3/r7/2014-07-21.txt.gz:{chan ch=tech}Kippe Tech: then its as Dolt sais T3/r7/2014-07-21.txt.gz:{chan ch=tech}Kippe Tech: says T3/r7/2014-07-21.txt.gz:{chan ch=tech}Joshuaturner Tech: wizzs on the mushclient on pc i can't move around using the numpad keys? Any ideas? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Dolt Tech: turn numlock on T3/r7/2014-07-21.txt.gz:{chan ch=tech}Joshuaturner Tech: -_- already did that T3/r7/2014-07-21.txt.gz:{chan ch=tech}Dolt Tech: shift+ctrl+1 to get to the keypad settings, is it ticked as enabled? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Joshuaturner Tech: Yes it is T3/r7/2014-07-21.txt.gz:{chan ch=tech}Dolt Tech: eh, that's all i got :P restart mush? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Joshuaturner Tech: Done that many times. T3/r7/2014-07-21.txt.gz:{chan ch=tech}Gorsk Tech: num lock? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Turie Tech: Anyone else using the r1800? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Mencheres Tech: no T3/r7/2014-07-21.txt.gz:{chan ch=tech}Mencheres Tech: why? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Turie Tech: It has a nice UNI-Code for the Ascii map T3/r7/2014-07-21.txt.gz:{chan ch=tech}Mencheres Tech: oh, did not update at this time T3/r7/2014-07-21.txt.gz:{chan ch=tech}Vasrysn Tech: ok, so just updated to the new mush client, and somehow lost all my triggers, checked my backups and I can't seem to find them anywhere, someone assist me please? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Ayasinda Tech: did you follow the update guide on the aard website? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Vasrysn Tech: of course not, like an idiot I knew "better" and screwed it up somehow T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: if your old .MCL file exists still then you can import your custom settings, variables, triggers, aliases, etc. Check out the website T3/r7/2014-07-21.txt.gz:{chan ch=tech}Vasrysn Tech: yeah I tried importing the old one, didn't work, but I'll look again T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: I make it a habit of keeping separate folders for the versions. For example, MUSHclient/r1723, and MUSHclient/r1783. That way I can play with both and not break anything T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: I also make ZIP backups of them often for logs and stuff T3/r7/2014-07-21.txt.gz:{chan ch=tech}Tech: Daikojun breaks plugins in his sleep T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: anyone know how to play aard on a college schools internet? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Bamboo Tech: Yep, befriend the IT people. T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: free wifi but cant connect lol T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: try changing the port to 23. Most schools filter high ports T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: i was trying the site lol T3/r7/2014-07-21.txt.gz:{chan ch=tech}Bamboo Tech: Tried https? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: yea T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: fullsail university lol T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: im on my phone atm T3/r7/2014-07-21.txt.gz:{chan ch=tech}Trachx Tech: if you have home computer you could connect to it and play from home computer T3/r7/2014-07-21.txt.gz:{chan ch=tech}Raded Tech: There's a chance they could just be blocking all telnet connections T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: aardmud still responds to port 23 requests T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: the site uses port 4010 I believe T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: k ill try 23 T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: port 23 connection refused T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: then ur forked :( T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: lol thanks T3/r7/2014-07-21.txt.gz:{chan ch=tech}Zohiartze Tech: didnt know if there was a mirror T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: bast's spellup doesn't keep all my spells refreshed. Even if I run 'bsp sremove all' and 'bsp sadd all'. Any ideas? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Thunderax Tech: are they all enabled (bsp senable xxx) and is it paused (bsp resume) or are you sleeping/resting/sitting/etc? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: I though adding them enabled them T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: some are refreshed but not all T3/r7/2014-07-21.txt.gz:{chan ch=tech}Pseudocyesis Tech: bsp refresh ? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Daikojun Tech: readded the spells that were missing and enabled them. odd. I figured sadd all would get them like it did all the rest T3/r7/2014-07-21.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: anyone dealing with web audio api? latest update killed my app and a few demos have the same issue. T3/r7/2014-07-21.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: chrome now.. T3/r7/2014-07-21.txt.gz:{chan ch=tech}Tech: .... Hwuaijijal tries to high five himself, but ends up looking foolish instead. T3/r7/2014-07-21.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: copy-paste is THE invention of the 20th century. you can code anything withouth knowing what you're doing:) T3/r7/2014-07-21.txt.gz:{chan ch=tech}Loony Lachdanan Tech: ctrl-z is better, you can fix things without having to consider what you did wrong T3/r7/2014-07-21.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: my z is pretty worn out:) T3/r7/2014-07-21.txt.gz:{chan ch=tech}Turie Tech: Do you use to for questing? T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: I'm using the latest MUSHclient, and just had a load of issues with plugins. Had to reload them, and didn't remember which ones I'd had installed and enabled before. Now, every time I use an alias or a macro ... it runs the alias and macro OK, but then the MUD tells me that what I just typed wasn't a command. One of my aliases "tan", runs just fine, but once it's done, the MUD gives me the result of the social "tan". What could be causing all of that? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: type echocommands T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: then you can see what command the mud isn't understanding T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: Oh, it sounds like it's sending the alias to the mud, as well. T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: it's not realizing that they're aliases T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: My guess is you have an alias that matches on every command T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: that does something, and then sends it on to the mud T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: so basically, two aliases are firing T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: one that does what you expect, and the other one that matches on everything and sends it to the mud T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: that's my guess, at least T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: ... T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: see if you have an alias that matches on * T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: I'm not that great with Mushclient ... how do I do that? T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: (learning though ... eep!) T3/r7/2014-07-21.txt.gz:{chan ch=tech}Xoxa Tech: go to your aliases (click the a with the arrow on the menu bar). T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: game->configure->aliases T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: see if anything in the left column is just * T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: okies ... brb T3/r7/2014-07-21.txt.gz:{chan ch=tech}Tech: Madcatz . o O ( how'd you make your other aliases? ) T3/r7/2014-07-21.txt.gz:{chan ch=tech}Xoxa Tech: #alias {blah} {blah} T3/r7/2014-07-21.txt.gz:{chan ch=tech}Xoxa Tech: my guess T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: afk for a few, though T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: Nope ... didn't have anything like that. Note that I have a load of aliases, and mostly know what I'm doing with them ... but I didn't understand exactly what you were telling me to do. T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: That's the only reason I know of that would cause what you're talking about. T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: Some alias that is matching on everything you type T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: well, nothing BUT the plugins have changed T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: my aliases are OLD and have worked well for years T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: then maybe an alias in one of the plugins T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: ooookies ... oy! T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: how do I sort all of that out? T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: I'd disable them one by one (or three by three, or whatever), and see if the problem still exists T3/r7/2014-07-21.txt.gz:{chan ch=tech}Xoxa Tech: your best bet is probably to disable them one by one and trying the commands until you find which plugin is causing problem. T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: good advice ... T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: thank you muchly - everyone who helped. T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: I found it ... it was ANSI_log T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: thanks SO much ppl! T3/r7/2014-07-21.txt.gz:{chan ch=tech}Madcatz Tech: Yeah, that makes sense. If something is logging your commands, it's probably using an alias that matches everything you type T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: well, whenever I realized it was setting off a social, I also realized that it may cause me even more serious grief ... T3/r7/2014-07-21.txt.gz:{chan ch=tech}An Ancient Moofie Tech: really glad to get to the bottom of it! T3/r7/2014-07-22.txt.gz:{chan ch=tech}Tigernuts Tech: any security experts on? T3/r7/2014-07-22.txt.gz:{chan ch=tech}Azrael Tech: having trouble changing the size of the S&D window, theres a tab at the bottom right but its not clickable as far as I can tell T3/r7/2014-07-22.txt.gz:{chan ch=tech}Elysian Tech: yep its locked size would have to edit plugin to change it T3/r7/2014-07-22.txt.gz:{chan ch=tech}Aimbot Tech: are there any plugins that state time to repop? T3/r7/2014-07-22.txt.gz:{chan ch=tech}Loony Lachdanan Tech: use the spell 'sense life' T3/r7/2014-07-22.txt.gz:{chan ch=tech}Daikojun Tech: how do you guys handle accessing the live game and the test port at the same time? I want to use my current mushclient setup and plugins on the test port too. Should I just copy the folder and run 2 copies of mush? T3/r7/2014-07-22.txt.gz:{chan ch=tech}Trachx Tech: yes T3/r7/2014-07-22.txt.gz:{chan ch=tech}Tech: yes T3/r7/2014-07-22.txt.gz:{chan ch=tech}Daikojun Tech: ok thanks T3/r7/2014-07-22.txt.gz:{chan ch=tech}Tech: that's a nice advantage of a non-install MUSH setup :-) T3/r7/2014-07-22.txt.gz:{chan ch=tech}Daikojun Tech: indeed T3/r7/2014-07-22.txt.gz:{chan ch=tech}Tech: note that if you explore stuff on testport, don't try to bring the mapper info over to your live version, room IDs may not be the same on testport as here T3/r7/2014-07-22.txt.gz:{chan ch=tech}Daikojun Tech: true. I will do a one-way copy from live to test T3/r7/2014-07-22.txt.gz:{chan ch=tech}Gurneyhallek Tech: what the best free ad blocker? T3/r7/2014-07-22.txt.gz:{chan ch=tech}Trauco Tech: Adaware IMO T3/r7/2014-07-22.txt.gz:{chan ch=tech}Trauco Tech: err AdBlock sorry T3/r7/2014-07-22.txt.gz:{chan ch=tech}Gurneyhallek Tech: got ad blocker but still getting like little banner for products anyone know how to get rid of them? T3/r7/2014-07-22.txt.gz:{chan ch=tech}Trauco Tech: Have you tried Privacy Banner? Between the two I have removed about 90% of the adds, warning Privacy Blocker does require some configuration, as does AdBlocker T3/r7/2014-07-22.txt.gz:{chan ch=tech}Trauco Tech: Ugh Privacy Badger even, it is put out by the EFF T3/r7/2014-07-22.txt.gz:{chan ch=tech}Gurneyhallek Tech: thank you will try both T3/r7/2014-07-22.txt.gz:{chan ch=tech}Gurneyhallek Tech: my brother got on my computer and tried to bit con mine ever since that computer been running like shit T3/r7/2014-07-22.txt.gz:{chan ch=tech}Ayasinda Tech: mining takes a lot of resources. T3/r7/2014-07-22.txt.gz:{chan ch=tech}Zela Tech: how do bitcoin miners avoid duplication of effort (and bitcoin) with other bitcoin miners T3/r7/2014-07-22.txt.gz:{chan ch=tech}Pumpkin Tech: each one worker is hashing a different set of data T3/r7/2014-07-22.txt.gz:{chan ch=tech}Pumpkin Tech: if I understood your question.. T3/r7/2014-07-22.txt.gz:{chan ch=tech}Gurneyhallek Tech: ok the ads seem to be gone thank you for the advice.. T3/r7/2014-07-22.txt.gz:{chan ch=tech}Gurneyhallek Tech: now to make the wifi speed faster that im stealing :) T3/r7/2014-07-22.txt.gz:{chan ch=tech}Zela Tech: in that case, useems that bicoin miners are (bitcoin miners for hire) "working" for somebody or some firm that allocates "data" jobs to specific bitcoin miners T3/r7/2014-07-22.txt.gz:{chan ch=tech}Rauru Tech: bastspellup disables some of my spells when I get a SH spellup from someone else, is there a way to prevent it from doing that? T3/r7/2014-07-22.txt.gz:{chan ch=tech}Neeper Tech: anyone know if I can do bitmath with inbuilt libraries in mushclient? tried a couple of standard options and they weren't int he version of lua T3/r7/2014-07-22.txt.gz:{chan ch=tech}Turie Tech: I would post a note on MUSHclient forums about it. T3/r7/2014-07-22.txt.gz:{chan ch=tech}Dustpuppy Tech: how do I reset my main window in mushclient T3/r7/2014-07-22.txt.gz:{chan ch=tech}Dustpuppy Tech: anyne? T3/r7/2014-07-22.txt.gz:{chan ch=tech}Turie Tech: What did you do to it? T3/r7/2014-07-22.txt.gz:{chan ch=tech}Dustpuppy Tech: it's short and I can't resize the main screen T3/r7/2014-07-22.txt.gz:{chan ch=tech}Turie Tech: resetaard T3/r7/2014-07-22.txt.gz:{chan ch=tech}Turie Tech: You will reset all the windows from there. T3/r7/2014-07-23.txt.gz:{chan ch=tech}Vanion Tech: any way to make win 8 to act like and feel like win 7? win T3/r7/2014-07-23.txt.gz:{chan ch=tech}Rikuson Hakugen Tech: apply skin? T3/r7/2014-07-23.txt.gz:{chan ch=tech}Hanslanda Tech: upgrade to 8.1, maybe T3/r7/2014-07-23.txt.gz:{chan ch=tech}Vanion Tech: its win 8.1 T3/r7/2014-07-23.txt.gz:{chan ch=tech}Hanslanda Tech: what part are you looking to change? T3/r7/2014-07-23.txt.gz:{chan ch=tech}Dolt Tech: get a program called classic start T3/r7/2014-07-23.txt.gz:{chan ch=tech}Vanion Tech: system workings, stuff like printers network controls etc T3/r7/2014-07-23.txt.gz:{chan ch=tech}Dolt Tech: or classic shell might do too T3/r7/2014-07-23.txt.gz:{chan ch=tech}Vanion Tech: 2 hours in and cant get wifi printer connected. also when u download something it.... doesnt show in download folders T3/r7/2014-07-23.txt.gz:{chan ch=tech}Hanslanda Tech: the latter sounds like either they moved things around or your working directory was changed (that can happen through normal use of applications, and historically has) T3/r7/2014-07-23.txt.gz:{chan ch=tech}Naotsugu Tech: can you make set in eqset plugin for all items you're wearing in one go? T3/r7/2014-07-23.txt.gz:{chan ch=tech}Daikojun Tech: anyone else have issues where Mushclient says, Cannot open clipboard, when you try to copy text from the main window? T3/r7/2014-07-23.txt.gz:{chan ch=tech}Heihou Tech: not that I'm seeing T3/r7/2014-07-23.txt.gz:{chan ch=tech}Naotsugu Tech: how do i set mapper to not use a portal in a no portal room? T3/r7/2014-07-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: try to use a portal, it'll set the flag itself. T3/r7/2014-07-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: assuming we are talking mush mapper. T3/r7/2014-07-23.txt.gz:{chan ch=tech}Daikojun Tech: anyone have a plugin that captures {roomchars} to a miniwin? Or at least a plugin O could copy as a template to do that? T3/r7/2014-07-23.txt.gz:{chan ch=tech}Rauru Tech: If i had 50+ trigger gags to supplement my forgetskill list, would that be very resource intensive for mushclient. Would i notice any lag or increase in memory usage etc.? T3/r7/2014-07-23.txt.gz:{chan ch=tech}Hanslanda Tech: depends on how you wrote them. Have to remember they aren't going to be the only things happening. T3/r7/2014-07-23.txt.gz:{chan ch=tech}Rauru Tech: I would copy paste the line into a trigger, convert to regex and check off omit from output. T3/r7/2014-07-23.txt.gz:{chan ch=tech}Dustpuppy Tech: is there a way to reset the mapper of a certain area.. it's kinda fubar'ed T3/r7/2014-07-23.txt.gz:{chan ch=tech}Xoxa Tech: purgezone. T3/r7/2014-07-23.txt.gz:{chan ch=tech}Naotsugu Tech: mapper help utils T3/r7/2014-07-23.txt.gz:{chan ch=tech}Nemmy Tech: there is a command 'mapper purgezone ' T3/r7/2014-07-24.txt.gz:{chan ch=tech}Ralyn Tech: does anybody know a lot about Sun Grid Engine, I'm having some weird issue that I can't figure out why T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: anyone how to add a second flag to AddAlias funct in lua? i tried: "alias_flag.Enabled, alias_flag.Temporary" but that doesn't seem to work T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: anyone know lua? T3/r7/2014-07-24.txt.gz:{chan ch=tech}HellaBeast Tech: i know a little but just some basics T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: i made an alias with the addalias funct, but it's sending to world instead of to script T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: not sure how to fix that T3/r7/2014-07-24.txt.gz:{chan ch=tech}HellaBeast Tech: hmmmm yah thats past my skill sry i couldnt help T3/r7/2014-07-24.txt.gz:{chan ch=tech}Daikojun Tech: http://www.mushclient.com/scripts/function.php?name=SetAliasOption T3/r7/2014-07-24.txt.gz:{chan ch=tech}Daikojun Tech: if it's in a script, redirect its output T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: ooo thanks. that's what i was looking for T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: ok, so since i can't create it to send to world, i tried: SetAliasOption ("testalias", "sendto.script", "12") but it doesn't appear to be working T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: create it to send to script* T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: i'm very close, though T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: mis T3/r7/2014-07-24.txt.gz:{chan ch=tech}Madcatz Tech: Seems Google just purchased twitch.tv T3/r7/2014-07-24.txt.gz:{chan ch=tech}Ylar Tech: old news :) but i'll be curious to see if they ruin it :P T3/r7/2014-07-24.txt.gz:{chan ch=tech}Metzli Tech: lol. Seriously T3/r7/2014-07-24.txt.gz:{chan ch=tech}Madcatz Tech: for a $billion T3/r7/2014-07-24.txt.gz:{chan ch=tech}Metzli Tech: New news to me *smh* T3/r7/2014-07-24.txt.gz:{chan ch=tech}Tech: Ylar grins evilly. T3/r7/2014-07-24.txt.gz:{chan ch=tech}Madcatz Tech: old news? Original report was published at 1:39PM T3/r7/2014-07-24.txt.gz:{chan ch=tech}Tech: Ylar raises his hand. T3/r7/2014-07-24.txt.gz:{chan ch=tech}Ylar Tech: Sorry, forgot not everyone is an industry insider. :P T3/r7/2014-07-24.txt.gz:{chan ch=tech}Madcatz Tech: don't even think it's been officially announced yet T3/r7/2014-07-24.txt.gz:{chan ch=tech}Madcatz Tech: Or some of us just, you know...have jobs and don't get home until now :P T3/r7/2014-07-24.txt.gz:{chan ch=tech}Ylar Tech: Nah, I'm just playing. I was probably thinking of the news that they were in talks with Twitch. T3/r7/2014-07-24.txt.gz:{chan ch=tech}Metzli Tech: You mean you don't play Aard for 14 hours a day?!? wtf is wrong with you T3/r7/2014-07-24.txt.gz:{chan ch=tech}Metzli Tech: How are you ever supposed to get stronger T3/r7/2014-07-24.txt.gz:{chan ch=tech}Madcatz Tech: nods, looks like it's been rumored that they've been in talks since May T3/r7/2014-07-24.txt.gz:{chan ch=tech}Madcatz Tech: so yeah, been a couple months coming, at least T3/r7/2014-07-24.txt.gz:{chan ch=tech}Gorsk Tech: when creatingdouble T3/r7/2014-07-24.txt.gz:{chan ch=tech}Tech: Gorsk sighs. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: wouldn't it be possible for two players to crash the chat with the following triggers: T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: player A "when sent 'player B tells you 'z' tell player B 'x' T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: even better, tell player B 'x' T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: and repeat the command T3/r7/2014-07-25.txt.gz:{chan ch=tech}Kippe Tech: if you make good triggers, no. If you make bad triggers, yes T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: and player B has a counterpart command with "x" received and "z" sent T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: so they would be sending tells back and forth in an unstoppable flurry T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: and the rate of sending would get faster and faster T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: until the mud crashes T3/r7/2014-07-25.txt.gz:{chan ch=tech}Mye Tech: it's limited by the pulse interval T3/r7/2014-07-25.txt.gz:{chan ch=tech}Aimbot Tech: what's the pulse interval? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Mye Tech: think it's ten per second or so? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Vamplstpass Tech: anyone know if laptop screens usually cost as much to fix as to buy new laptop? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Turie Tech: Did you google a replacement screen to see how much it would cost for the screen? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Vamplstpass Tech: i tried but i wasnt succesful, kept finding full laptops for sale T3/r7/2014-07-25.txt.gz:{chan ch=tech}Turie Tech: What is the make and model of your laptop? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Vamplstpass Tech: hewlet packard pro book 4620 i believe, but its getting a diagnostic right now so i dont have in front of me T3/r7/2014-07-25.txt.gz:{chan ch=tech}Turie Tech: 4520? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Vamplstpass Tech: yes, i think that is it T3/r7/2014-07-25.txt.gz:{chan ch=tech}Vamplstpass Tech: thanks, soery lost my reply buffer T3/r7/2014-07-25.txt.gz:{chan ch=tech}Turie Tech: http://www.amazon.com/s/ref=a9_sc_1?rh=i%3Aelectronics%2Ck%3Alaptop+replacement+screens+probook+hp&keywords=laptop+replacement+screens+probook+hp&ie=UTF8&qid=1406295256 T3/r7/2014-07-25.txt.gz:{chan ch=tech}TrEz Tech: how to check what sata cable a dvd is connect wif, in a laptop T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dolt Tech: you mean like, sata 2 or 3? I'd look at the specs of the laptop T3/r7/2014-07-25.txt.gz:{chan ch=tech}TrEz Tech: it wasnt there :( so sad T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dolt Tech: do you just want to know the speed? they're backwards compatible if you wanted to swap parts around.. I'm pretty sure T3/r7/2014-07-25.txt.gz:{chan ch=tech}TrEz Tech: I wanna check if it's 3 cause they wanna buy an ssd for it T3/r7/2014-07-25.txt.gz:{chan ch=tech}TrEz Tech: if it's 2 then it'd be pointless T3/r7/2014-07-25.txt.gz:{chan ch=tech}TrEz Tech: I can see the chipset in device manager, maybe it'll have info T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dolt Tech: yeah, the controller will likely give more info than the connection T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dolt Tech: because if it's an actual cable, you can swap it, but it's likely a pretty short connection to the mobo, so if the chipset/controller does 3.. it.. should if you plug a sata 3 device in? no guarantees. who upgrades laptops? :P T3/r7/2014-07-25.txt.gz:{chan ch=tech}TrEz Tech: yah T3/r7/2014-07-25.txt.gz:{chan ch=tech}Naotsugu Tech: laptop upgrade usually buy a new laptop :) T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: are there any wizards on? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: are all PC laptop chargers the same? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: no T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: no T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: or does a lenovo need a lenovo charger and an acer an acer hchrger, etc. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: i own three differnet laptops, and no, they are not the same T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: yes T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: you need a charger appropriate to your make and model of laptop T3/r7/2014-07-25.txt.gz:{chan ch=tech}An Ancient Moofie Tech: you can also buy replacements which aren't brand name T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: usually works with the manufucator T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: some makes and some models might share the same charger, but i wouldn' count on it T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: for example, dell chargers will work with all dell laptops T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: toshibas work with toshibas, and hp, etc. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: they won't, dustpuppy T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: all three different toshibas we have here works with the same charger. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: all 3 women in my office are ugly, doesn't mean all women in the world area T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: and we have two different dell models here and the dell charger works T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: if it's a laptop bought in the last 18 months, would you expect the manufacturer's charger to work? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: that's a loaded question. they expect 90% of their chargers to last for 1 year T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: b/c it's for my grandfather, I don't know his specific model, but he's got a lenovo charger for an acer laptop that is fritzing T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: I'm not asking warranty, I'm asking compatibility T3/r7/2014-07-25.txt.gz:{chan ch=tech}An Ancient Moofie Tech: mine usually last longer than that - across a variety of names T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: no, i wouldn't expect that then, kojiro T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: do you have a used computer store in your area T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: if it works it's more likely freak luck than judgement T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: you can get a manufacturers original for about $40, or a cheap chinese copy that'll explode, kill your infant and burn your house down for about $10 T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: the cheap chinese copy will work fine, but may not last long T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: and may explode killing your house and burning your infant down T3/r7/2014-07-25.txt.gz:{chan ch=tech}Dustpuppy Tech: got proof? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: many tradings standards cases in the UK T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: https://www.youtube.com/watch?v=P6hcC-rKLGo T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: where is the best place to buy a cheap but reliable power cord/charger for an acer laptop T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: ebay T3/r7/2014-07-25.txt.gz:{chan ch=tech}TrEz Tech: isnt newegg a legend T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: is ebay related to pirate bay? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: err no? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: even amazon at a push T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: or, if you want a decent one, from Acer or an acer affiliated local retailer T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: ebay is great, thanks! it's like $7 T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: it's your risk though, risking burning your grandparents down and exploding your feet T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: c'mon, that seems like overkill T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: the reviews/feedback can give you an indication of the quality T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: not really T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: if it's an acer branded cable from someone's house, that should work? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: probably, provided it's an appropriate charger for your model T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: is delta electornics a good name-brand manufacturer of ac adapters? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: I found an AC adapter that I think goes to his Acer laptop, but there is no Acer markings on it T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: is that normal? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: sometimes I see markings on AC adapters... T3/r7/2014-07-25.txt.gz:{chan ch=tech}Sfreijken Tech: An adapter with no markings? Not even the voltage and amps information? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: no it has all that, I' T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: I mean PC maker T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: the manufacturer of chargers more often isn't the laptop manufacturer T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: Delta make a lot of Acer chargers T3/r7/2014-07-25.txt.gz:{chan ch=tech}Not Guilty Kojiro Tech: awesome, thanks tigernuts. it's probably it then T3/r7/2014-07-25.txt.gz:{chan ch=tech}Ambilevous Tech: I have an acer laptop...no "Acer" on adapter. "LiteOn" T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tigernuts Tech: st T3/r7/2014-07-25.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: um.. anyone seen numeric value of -0? what is it? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Ontuct Tech: seems 0 is kind of 1/- neutral T3/r7/2014-07-25.txt.gz:{chan ch=tech}Ontuct Tech: seems 0 is kind of +/- neutral T3/r7/2014-07-25.txt.gz:{chan ch=tech}Sfreijken Tech: -0 = 0, zero is its own additive inverse. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Sfreijken Tech: Similarly, 1/1 = 1. ie. 1 is its own multiplicative inverse. T3/r7/2014-07-25.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: var what=0*-1 T3/r7/2014-07-25.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: what=-0 completely normal number in js:) T3/r7/2014-07-25.txt.gz:{chan ch=tech}Rampager Tech: Anyone know how I can add 'mapper goto 32428' to an alias? T3/r7/2014-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: send to execute T3/r7/2014-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: that matches other aliases T3/r7/2014-07-25.txt.gz:{chan ch=tech}Rampager Tech: it doesn't work with send to execute T3/r7/2014-07-25.txt.gz:{chan ch=tech}Elysian Tech: add excatly that ... make it send to execute T3/r7/2014-07-25.txt.gz:{chan ch=tech}Zetkax Tech: it should T3/r7/2014-07-25.txt.gz:{chan ch=tech}Rampager Tech: ok, i'll keep trying thanks T3/r7/2014-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: it should you using quotes? you should not T3/r7/2014-07-25.txt.gz:{chan ch=tech}Rampager Tech: nope no quotes, this is the alias name=godexx content=mapper goto 32428 T3/r7/2014-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: and what does it say when you type godexx? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Rampager Tech: ahhh, got it working! i was in the room already lol T3/r7/2014-07-25.txt.gz:{chan ch=tech}Rampager Tech: thanks for the help :) T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tech: [Outlaw] Mendaloth beams a smile at Rampager. T3/r7/2014-07-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I will have to add that to the help script right after is computer on :Y T3/r7/2014-07-25.txt.gz:{chan ch=tech}NeilPie Tech: is there a way to tell if I have mccp enabled from within the game? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Vost Tech: mccp T3/r7/2014-07-25.txt.gz:{chan ch=tech}Raded Tech: Just type mccp T3/r7/2014-07-25.txt.gz:{chan ch=tech}NeilPie Tech: thank you T3/r7/2014-07-25.txt.gz:{chan ch=tech}NeilPie Tech: obvious really T3/r7/2014-07-25.txt.gz:{chan ch=tech}Corran Tech: I recently changed some setting and now there are double spaces between the lines when i'm speedwalking somewhere. How do i change it back to single space? T3/r7/2014-07-25.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: i think the worst thing of any ui is when it decides to think a second before does anything after user input. all browsers do that. it sucks. T3/r7/2014-07-25.txt.gz:{chan ch=tech}The Jerk Fiendish Tech: corran: compact? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Xoxa Tech: speaking of double spaces, would it be possible to suppress the trigger for 'opens' when running speedwalks? it's a bit annoying to run a speedwalk with a lot of doors, then get 'map' spammed 10-15 times due to the 'opens'. I don't know how possible it would be, though. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tech: you could try having a non-fallthrough no-op trigger T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tech: with high priority T3/r7/2014-07-25.txt.gz:{chan ch=tech}Xoxa Tech: I wound up just disabling it in the mapper plugin. :\ T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tech: I'm not positive if those would still preempt a plugin trig tho T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tech: Xoxa nods. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Xoxa Tech: the biggest culprit is in dundoom with the dragons. :p T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tech: you open those doors? T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tech: they're all passable T3/r7/2014-07-25.txt.gz:{chan ch=tech}Xoxa Tech: yeah, but sometimes, you've got someone following who doesn't know what passdoor is. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Xoxa Tech: ;) T3/r7/2014-07-25.txt.gz:{chan ch=tech}Xoxa Tech: for that reason, I set up the opening of doors. T3/r7/2014-07-25.txt.gz:{chan ch=tech}Tech: yeah, I pretty much never group, and if I did there, it'd be just door to the golem section ;-) T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: can I tell mapper to use a cexit instead of the standard path? For example, to auto-navigate a maze section? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Jhav Tech: True mazes reset every tick, which the mapper does not handle. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: repop T3/r7/2014-07-26.txt.gz:{chan ch=tech}Jhav Tech: Errr, repop. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: and auto-mazewalkers aren't legal T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: what about simple mazes like Omen Tor? Does that one change? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: oh not legal? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: then I'll leave myself a mapper note and be done with it. :) T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: iirc there's only like 2-3 rooms in omen which are maze T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: anyone know how to make the addalias funtion make the added alias send to script instead of to world? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Corran Tech: what is the lua equivalent to send to execute? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Corran Tech: world.execute is VB. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: send to script T3/r7/2014-07-26.txt.gz:{chan ch=tech}Soothsayer Anaristos Tech: Send T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: or do you want: execute ("say hello") T3/r7/2014-07-26.txt.gz:{chan ch=tech}Thunderax Tech: Execute ("abc")? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Corran Tech: Got it thanks :) T3/r7/2014-07-26.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: My mapper recently has started trying to go through people's manors when I use xrt. Any idea why it would be doing that? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: do they have area exits? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: yes, but i have no cexits set up to go through them T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: you don't need a cexit for that, you just step T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: lockexit the offending rooms and the problem will go away T3/r7/2014-07-26.txt.gz:{chan ch=tech}Yajirobe Roninleader Tech: thanks! the idea worked perfectly. :) T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: Gorsk bows deeply. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tofting Tech: anyone know how to get rid of the yellow box with out:[iac sb etc? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: which yello box? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: yellow* T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tofting Tech: it just comes up a lot for some reason T3/r7/2014-07-26.txt.gz:{chan ch=tech}Dolt Tech: some context might be good! do you mean in your mud client? which client? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tofting Tech: on blowtorch T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tofting Tech: says out:[iac sb naws 0 53 0 36 iac se] T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tofting Tech: but in a yellow box T3/r7/2014-07-26.txt.gz:{chan ch=tech}Gorsk Tech: anyone now addalias in lua? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: is there a way to query mapper for the room id from within a script file? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: that is not from within another plugin T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: what is difference between script and plugin? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: umm, you have a main script file that you can load... T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: you mean mush has scripts and plugins, right ? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: yes. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: plugins have scripts as well T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: never used scripts, only plugins T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: but they are kind of sandboxed. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: well, what's the plugin call to get the room id? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: if you know T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: I do that way: T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: res, gmcparg = CallPlugin("3e7dedbe37e44942dd46d264","gmcpval","room.info") T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: tt = assert (loadstring ('return ' .. gmcparg or ""))() T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: thisroom = tt.num T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ayon Tech: works :) T3/r7/2014-07-26.txt.gz:{chan ch=tech}Arnica Tech: Just out of curiousity, how big are folks Aardwolf.db files and how much memory is your mysqld.exe using? I have a 14MB file and am using 400M of memory. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: mysqld ? daemon ? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: how do you colorize the output of a trigger? Say I want to capture a line and color a single variable. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: what are you doing with it after that? If you're just looking to highlight something in game output, select the word/phrase you want to highlight and there's a right-click option for that T3/r7/2014-07-26.txt.gz:{chan ch=tech}Akuri Tech: use colornoteca T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: in the trigger dialog box there is a style/color section T3/r7/2014-07-26.txt.gz:{chan ch=tech}Akuri Tech: nevermind me T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: if you're sending to the MUD, then use the @codes T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: I'm grabbing a number like my level when I level. I want to send it to gtell with the full sentence but the level number a different color T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: yeah, just stick the @code into your gtell T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: ColourNote ("darkorange", "black", string.format("New value of player_level variable: %i", world.GetVariable("player_level") ) ) T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: sorry, gtell, have not noticed that T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: like a Send: gt %0 %1 T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: but gtell spam is not good idea T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: assuming I "*" the level T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: you may be interested in Sharptracker plugin T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: basically it spams gtell with level and pup info, quests and quest timer T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: bast has similar features in his stuff as well T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: for both, you can choose what channel to go to (some people use spouse rather than gtell) T3/r7/2014-07-26.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: not as flashy. iirc doesnt display wealth T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: interesting. I have Bast's pquaffer T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: you may want to use Mendaloth's fake channel T3/r7/2014-07-26.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: whats a pquaffer? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: potion quaffer T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: not married so I have no spouse channel T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: bast's stuff includes a fake channel option, I forget if opo's does T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: sharptracket needs to be modified to use fake channel T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: I'll have to dig through Bast's stuff to find it. Not familiar with the fake chan T3/r7/2014-07-26.txt.gz:{chan ch=tech}Trachx Tech: but it is so simple plugin that you can easily adapt it to your needs T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: who has the sharptracker? T3/r7/2014-07-26.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: To set the channels in bast, do statmn set - then see the gqchan/levelchan etc you can do statmn set levelchan T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: sharptracker is opochtli T3/r7/2014-07-26.txt.gz:{chan ch=tech}Tech: for bast's stuff, you'd just set the channel to "commlog" T3/r7/2014-07-26.txt.gz:{chan ch=tech}Daikojun Tech: thanks guys T3/r7/2014-07-26.txt.gz:{chan ch=tech}Azrael Tech: is there a way to find the roomnumber of a room im standing in? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Azrael Tech: nvm figured it out T3/r7/2014-07-26.txt.gz:{chan ch=tech}Azrael Tech: is there any way to combine area shortnames with my mapper so I can use my mapper to travel to the beginning of areas? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Negader Tech: xrt ? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: anyone here that can troubleshoot an iphone 4? T3/r7/2014-07-26.txt.gz:{chan ch=tech}Turie Tech: That would be with Winklewinkle S&D I think. T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: my wifes phone, it hasntr been jailbroken, is giving a message of restore via itunes, cannot receive or make calls T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: updating ios now, pulled out sim card and cleaned it, did a hard reboot T3/r7/2014-07-26.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: still not getting anywhere T3/r7/2014-07-26.txt.gz:{chan ch=tech}Rahvin Tech: Is there a way in mushclient to make it do the same function of zmud/cmud to have the screen split when you scroll up? T3/r7/2014-07-27.txt.gz:{chan ch=tech}Daikojun Tech: how do I set statmn output back to the main window? statmn set levelchan main? T3/r7/2014-07-27.txt.gz:{chan ch=tech}Dolt Tech: set it to echo T3/r7/2014-07-27.txt.gz:{chan ch=tech}Raded Tech: How do I make an alias in MUSH that will include the text after it? For example, "bs dragon" becomes "backstab dragon". I knew how to do it in zMUD but that's not working :( T3/r7/2014-07-27.txt.gz:{chan ch=tech}Soothsayer Anaristos Tech: bstab .*? T3/r7/2014-07-27.txt.gz:{chan ch=tech}Ambilevous Tech: bs * T3/r7/2014-07-27.txt.gz:{chan ch=tech}Ambilevous Tech: bs * becomes backstab %1 T3/r7/2014-07-27.txt.gz:{chan ch=tech}Raded Tech: Awesome, got it :D T3/r7/2014-07-27.txt.gz:{chan ch=tech}Soothsayer Anaristos Tech: in zmud bs %-1 should work T3/r7/2014-07-27.txt.gz:{chan ch=tech}Torskman Tech: what is the escape char in blowtorch? T3/r7/2014-07-27.txt.gz:{chan ch=tech}LouyB Tech: any sharp tracker experts out there? T3/r7/2014-07-27.txt.gz:{chan ch=tech}Kierant Tech: Ok, this is so weird! I'm using AardMush version 4.84. I wanted to experiment with NoteStyle but no matter what number I use the text doesn't change. Running in Immediate window "NoteStyle (7) ; Note ("hello")" T3/r7/2014-07-27.txt.gz:{chan ch=tech}Kierant Tech: can anyone tell me why it won't work? I'm stumped. T3/r7/2014-07-27.txt.gz:{chan ch=tech}Kierant Tech: can anyone tell me why it won't work? I'm stumped.gu T3/r7/2014-07-27.txt.gz:{chan ch=tech}Kierant Tech: gah T3/r7/2014-07-27.txt.gz:{chan ch=tech}Redryn Tech: did fiendish release a modified blowtorch? T3/r7/2014-07-27.txt.gz:{chan ch=tech}Turie Tech: Fiendish does not do Blowtorch I thought. T3/r7/2014-07-27.txt.gz:{chan ch=tech}TrEz Tech: there's some modified bt tho T3/r7/2014-07-27.txt.gz:{chan ch=tech}TrEz Tech: but not on market I think T3/r7/2014-07-27.txt.gz:{chan ch=tech}Turie Tech: There is a AardTorch 2.0 in Beta Testing. T3/r7/2014-07-27.txt.gz:{chan ch=tech}Redryn Tech: ah T3/r7/2014-07-27.txt.gz:{chan ch=tech}Turie Tech: http://bt.happygoatstudios.com/forum/viewtopic.php?f=2&t=5433 T3/r7/2014-07-27.txt.gz:{chan ch=tech}Ayon Tech: does someone have a generic miniwindow plugin? T3/r7/2014-07-27.txt.gz:{chan ch=tech}Ayon Tech: anyone try using Bast's miniwin.lua to make a window? T3/r7/2014-07-27.txt.gz:{chan ch=tech}Ayon Tech: I don't get any errors, but no window shows up... T3/r7/2014-07-27.txt.gz:{chan ch=tech}Tech: I modify the ascii mini map plugin to make miniwindows T3/r7/2014-07-27.txt.gz:{chan ch=tech}SnapDragon Shazam Tech: My 7inch tablet got a resolution of 1024 by 600, but when i download that size wallpapers it only crop like a 3rd of the photo when i have it in portait view. Any suggestions on what resolution will work best for portait view to view full image? T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: if i have a trigger sending to script after omit, is there a way to detect if the line was omitted? T3/r7/2014-07-28.txt.gz:{chan ch=tech}Rauru Tech: you wouldnt see the line if it is omitted from output, if thats what you mean T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: i know i won't see it, i want to know in the trigger though T3/r7/2014-07-28.txt.gz:{chan ch=tech}Rauru Tech: like an alert? or what. You could send a Note or something when the trigger fires. T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: i only want the trigger to fire on lines that weren't previously omitted by a different trigger T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: no visible note, that would defeat the purpose of omitting them in the first place T3/r7/2014-07-28.txt.gz:{chan ch=tech}Soothsayer Anaristos Tech: you can try using a trigger to reparse the text used by a previous trigger. T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: ah, i think i get what you mean T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: hmm, no... what i was thinking still needs the send to script after omit to only fire on non-omitted lines T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: which is how i assumed it worked originally, but apparently not :P T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: google isn't turning up anything useful :/ T3/r7/2014-07-28.txt.gz:{chan ch=tech}LouyB Tech: any sharptracker 3.2 experts around? T3/r7/2014-07-28.txt.gz:{chan ch=tech}Cherrallan Tech: Asked a question on gossip that should have been asked on here. I was wondering if anyone was familliar with the first generation surface tabblet from Microsoft, and if it was a two-in-one laptop like the pro2. T3/r7/2014-07-28.txt.gz:{chan ch=tech}LiQ Tech: I'm trying to get DoAfterSpecial (1, "ColourNote ""red"", ""black"",""refill carafe"" ", 12") to work inside a trigger that my carafe is empty. But it's not working. I've sent it to execute but no luck. any help will be greatly appreciated T3/r7/2014-07-28.txt.gz:{chan ch=tech}Quadrapus Tech: Does anyone have experience with google analytics? T3/r7/2014-07-28.txt.gz:{chan ch=tech}Siren Cera Tech: is there a way to enter "Campaign check" when running bast that will give me the actually mud output and not the abriviated one? T3/r7/2014-07-28.txt.gz:{chan ch=tech}Siren Cera Tech: nm T3/r7/2014-07-28.txt.gz:{chan ch=tech}Daikojun Tech: I'm getting this error from Bast's eqdb: Trigger function "invmon" not found or had a previous error. What do I need to check or look? T3/r7/2014-07-28.txt.gz:{chan ch=tech}Kierant Tech: I haven't used that one before. I'm assuming this is a MUSHclient plugin. When does the error pop up? When you open the world or when? T3/r7/2014-07-28.txt.gz:{chan ch=tech}Daikojun Tech: when I kill something and auto loot it. It's like it isn't registering the invmon tags T3/r7/2014-07-28.txt.gz:{chan ch=tech}Daikojun Tech: basically, anytime my inventory changes T3/r7/2014-07-28.txt.gz:{chan ch=tech}Kierant Tech: hmm T3/r7/2014-07-28.txt.gz:{chan ch=tech}Kierant Tech: did you try reloading? Sometimes that will clear errors. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Kierant Tech: reinstalling the plugin I mean T3/r7/2014-07-28.txt.gz:{chan ch=tech}Daikojun Tech: yeah I used the plugins reload... command and I did the clinet reinstall options T3/r7/2014-07-28.txt.gz:{chan ch=tech}Tech: Kierant nods. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Kierant Tech: did you install any new plugins or change anything before it failed? Has it always made this error, or just started recently? T3/r7/2014-07-28.txt.gz:{chan ch=tech}Kierant Tech: if you feel comfortable on the programming end, I'd open the plugin up, find the invmon function and add a print ("test") or something to the top to see if the function is actually being called. If it is. try commenting the internals out piece by piece to see if you can isloate a failure point. If it isn't being called, look at the triggers and see if you can figure out which ones are trying to call it, directly or indirectly. Maybe disable/enable them until you isolate which one is generating the error. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Kierant Tech: hard to give any really specific advice for an error like that though. Sorry. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Kierant Tech: if you do try any of that though, you should make a simple alias 'rl' or something to call ReloadPlugin. Otherwise it's a pain to reload manually each time you make a change. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Ok, does anyone know how to use GMCP to get room/area name, etc? (I cant use regex, only Lua) T3/r7/2014-07-28.txt.gz:{chan ch=tech}Arnica Tech: local roomName = gmcpval("name") T3/r7/2014-07-28.txt.gz:{chan ch=tech}Arnica Tech: provided you have done all the rest of the set up T3/r7/2014-07-28.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Not sure what setup I need. I use blowtorch, I can have plugins.. but I've never tried to write any code. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Looking to see if I can get a plugin to keep room area up to date and report it on a trigger. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: I have a work around, its just bulky and I'd rather have a plugin if its possible. Nocilis had said I could access gmcp data from a plugin, but.. I dont know where to begin. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Arnica Tech: Think we have been down this road, writing code is pretty much necessary to exploit GMCP. Good luck. T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: are you sure blowtorch supports gmcp? T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: nocilis was probably talking about mush T3/r7/2014-07-28.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Nocilis had told me my version could for Blowtorch, via plugins. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: I might have misunderstood, but I coulda sworn thats what he said. T3/r7/2014-07-28.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Would you know how I could check? T3/r7/2014-07-28.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: hmm... there's a few posts on the forums that seem to imply it is supported, i can't find any documentation though T3/r7/2014-07-28.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Alright.. I'll see if I can figure it out. Would you by any chance know how I could use GMCP (for Mush, since no one knows BT) to catch room/area stuffs? T3/r7/2014-07-29.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: http://www.aardwolf.com/wiki/index.php/Clients/MushclientGMCP T3/r7/2014-07-29.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Thanks. :) T3/r7/2014-07-29.txt.gz:{chan ch=tech}The Reaper Myrkul Tech: np :) T3/r7/2014-07-29.txt.gz:{chan ch=tech}The Devil Remps Tech: if I want to create a window whih contains my weapons, which I can get out of my bag and wield with a mouseclick, what should I look out for?.....tables? T3/r7/2014-07-29.txt.gz:{chan ch=tech}The Devil Remps Tech: in lua... T3/r7/2014-07-29.txt.gz:{chan ch=tech}Siren Cera Tech: array? T3/r7/2014-07-29.txt.gz:{chan ch=tech}The Devil Remps Tech: k, I try to find some info T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: meh, could do it the easy way and just use http://www.gammon.com.au/forum/?id=9359 for the buttons T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: use bast's eqsets for the engine of get/put T3/r7/2014-07-29.txt.gz:{chan ch=tech}Raded Tech: Or go the super lazy way and just use triggers or aliases. T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Oooh Abelinc. T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Abelinc, coming back to the game now, suddenly /adddiku doesn't work anymore. Something in tf changed? T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tequila & Zhalt Tech: What version of TF are you running? And have you set a correct libdir? T3/r7/2014-07-29.txt.gz:{chan ch=tech}The Devil Remps Tech: yeah, the buttons look neat, but I need something like a miniwindow with a list with clickable commands T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: dunno, I manually add worlds to world.tf file, but "/list -i adddiku" shows what it's trying to do T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: tf-50b8 with the gmcp patch. T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Is it still a 'diku', as in, does /adddiku still set the correct variables or should that now be done with /addworld T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Zhalt, how do i check the libdir? Even though I suppose it's set OK, but I'm not sure if it's loading the right libs. T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: they're both using /addworld...I use /addworld -Tdiku.mud aard abelinc PaSs aardmud.org 4000 aard.tf T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: /listvar tflibdir T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: should be in .tfrc T3/r7/2014-07-29.txt.gz:{chan ch=tech}Fi-Bot Fiain Tech: Hi! I use Blowtorch Test v7, and when I make a trigger, I have an option.. script? Would anyone know what that could be used for? T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Ah, aard.tf is your personal settings for the game I suppose? T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: remps: the buttons are a miniwindow with a list of clickable commands T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tequila & Zhalt Tech: Should be a whole bunch of .tf files if you ls the dir from your prompt :) T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Yep, dir is set and correct. T3/r7/2014-07-29.txt.gz:{chan ch=tech}The Devil Remps Tech: oh...I have to dig deeper...ty :) T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: aard.tf is actually a list of other files to load...aard.macros.tf, trig.aard.tf, vitstats.tf, nimstats.tf, etc T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Cool. T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Be right back, checking if tf does autoconnect now. T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: There we go, accidently specified the config file as -f /path/to/config instead of -f/path/.. and took the path for a world. T3/r7/2014-07-29.txt.gz:{chan ch=tech}Sathre Tech: Does aardwolf support SSL or ipv6? T3/r7/2014-07-29.txt.gz:{chan ch=tech}Zyboria Tech: how would i add a wait 6 sec command into a script? T3/r7/2014-07-29.txt.gz:{chan ch=tech}Un Athecal Tech: Anyone around who knows C++ ADO and SQL? T3/r7/2014-07-29.txt.gz:{chan ch=tech}Zetkax Tech: what is ado? T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech Bloke Danj Tech: something data objects T3/r7/2014-07-29.txt.gz:{chan ch=tech}Siren Cera Tech: not sure but people are always talking abotu no further ado... T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech Bloke Danj Tech: not the same thing T3/r7/2014-07-29.txt.gz:{chan ch=tech}Tech: Siren Cera grins evilly. T3/r7/2014-07-29.txt.gz:{chan ch=tech}Un Athecal Tech: yes ado is about interfacing a c++ program with a database object T3/r7/2014-07-29.txt.gz:{chan ch=tech}Zetkax Tech: activex data object? i dont know about that T3/r7/2014-07-29.txt.gz:{chan ch=tech}Un Athecal Tech: well, not just c++, that is just the language causing me to bash my head against the wall at the moment. T3/r7/2014-07-30.txt.gz:{chan ch=tech}Dustpuppy Tech: is there a way to repeat commands more than one time? T3/r7/2014-07-30.txt.gz:{chan ch=tech}Dustpuppy Tech: in mushclient other than control-r - let's say you want to type commands like 10 times... T3/r7/2014-07-30.txt.gz:{chan ch=tech}LiQ Tech: #10 command T3/r7/2014-07-30.txt.gz:{chan ch=tech}LiQ Tech: but you gotta get the repeat command script T3/r7/2014-07-30.txt.gz:{chan ch=tech}Bobolai Tech: does anyone here use a proxy server, or VPN or something? T3/r7/2014-07-30.txt.gz:{chan ch=tech}Sathre Tech: Is it a bad idea to have a trigger in the client on the '--> TICK <--'? T3/r7/2014-07-30.txt.gz:{chan ch=tech}Bobolai Tech: it would trigger every 30 seconds... T3/r7/2014-07-30.txt.gz:{chan ch=tech}Sathre Tech: I mean, doing one or a few actions (like sending 'score') every time a tick happens, is that unwanted for the server? T3/r7/2014-07-30.txt.gz:{chan ch=tech}Bobolai Tech: i would think that it would be annoying on your side unless you somehow gagged it and redirected it to another window or something T3/r7/2014-07-30.txt.gz:{chan ch=tech}Sathre Tech: Yep, that I did. T3/r7/2014-07-30.txt.gz:{chan ch=tech}Mohan Tech: someone mp T3/r7/2014-07-30.txt.gz:{chan ch=tech}Mohan Tech: miss T3/r7/2014-07-30.txt.gz:{chan ch=tech}Yershk Tech: so what was the command in MUSHclient to auto eq best possible eq from inv T3/r7/2014-07-31.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: hey, im i want to start using bbssh . although the address im putting in seem to not be working the current one im using is aardmud.org:4010 T3/r7/2014-07-31.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: and yes i am switching it to telnet from ssh T3/r7/2014-07-31.txt.gz:{chan ch=tech}JellyMonster Tech: remove :4010 T3/r7/2014-07-31.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: i put 4010 in the port section. T3/r7/2014-07-31.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: what port should i be using then? T3/r7/2014-07-31.txt.gz:{chan ch=tech}JellyMonster Tech: idk, i thought you add 4010 to first part T3/r7/2014-07-31.txt.gz:{chan ch=tech}JellyMonster Tech: 4000? T3/r7/2014-07-31.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: hehe. nah i have alot of experience with clients T3/r7/2014-07-31.txt.gz:{chan ch=tech}Neeper Tech: 4010 is fine, help ports lists which ones are valid T3/r7/2014-07-31.txt.gz:{chan ch=tech}JellyMonster Tech: Ok, but you cant add : 4010 to the line where you put aardmud.org in. T3/r7/2014-07-31.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: let me go try 23 and 4000 see which works best T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tech: Mangekyou Skyris peers intently at JellyMonster. T3/r7/2014-07-31.txt.gz:{chan ch=tech}Mangekyou Skyris Tech: knew that already cause played other muds T3/r7/2014-07-31.txt.gz:{chan ch=tech}JellyMonster Tech: Me to. T3/r7/2014-07-31.txt.gz:{chan ch=tech}Trachx Tech: check aardwolf.org instead of aardmud.org T3/r7/2014-07-31.txt.gz:{chan ch=tech}JellyMonster Tech: I've foumd aardwolf.org had more connection problems compared to aardmud.org on bbssh through telnet connection. T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: anybody ever seen a USB > DB9 cable that requires drivers?? T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: db9? T3/r7/2014-07-31.txt.gz:{chan ch=tech}Zetkax Tech: yes T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: what's a db9? T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: serial... T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: all usb devices need a driver T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: like a VGA cable, but 9 pins instead of 15 T3/r7/2014-07-31.txt.gz:{chan ch=tech}Zetkax Tech: why do you ask? T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: it's an adapter cable tigernuts T3/r7/2014-07-31.txt.gz:{chan ch=tech}Ontuct Tech: db9 is oldschool T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: just never seen one that req'd drivers before T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: apparently this field person has one that does and they work on every laptop EXCEPT for the laptop she's taking into the field (of course) T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: not much you can do about that, take the driver on a usb stick T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: ... T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: I never even said what my issue is, so there's no need to try and solve it by making a driver we can easily stick on a HDD portable :P T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: they all needed drivers from xp backwards T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: and it's win7 T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: xp is no longer supported and should not be used. T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: gd where's abelinc to shut you down :P T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: so microsoft didn't include a driver within the standard packaging T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: so what's the problem? : -) T3/r7/2014-07-31.txt.gz:{chan ch=tech}Wyverex Tech: i doubt you'd be able to fix it T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: you mean there isn't a win7 driver? T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: you're screwed, then, use the OS it was designed for :-) T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: win xp mode, maybe? T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tech: I have a few USB->DB9 adapters that all need drivers T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tech: but he's correct, they all need drivers...just that some have the drivers preinstalled, or they have an embedded flash drive with the drivers T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tech: I use one which is old enough to be called a USB PDA adapter on my W7 laptop to connect to serial consoles :-) T3/r7/2014-07-31.txt.gz:{chan ch=tech}Ontuct Tech: w7? I thought you were a fruit guy T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tech: I'm a "use the tools available" guy T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tech: there aren't many systems I'm uncomfortable working on T3/r7/2014-07-31.txt.gz:{chan ch=tech}Ontuct Tech: still up on os/2 ? :p T3/r7/2014-07-31.txt.gz:{chan ch=tech}Pleiades Tech: he uses windows for workgroups T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: why can't the field worker use the right laptop? T3/r7/2014-07-31.txt.gz:{chan ch=tech}Pleiades Tech: or dos 3.3 T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tech: heh, octuct: my MUD client works on OS/2 ;-) T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tech: ontuct* T3/r7/2014-07-31.txt.gz:{chan ch=tech}Ontuct Tech: os2 was stable T3/r7/2014-07-31.txt.gz:{chan ch=tech}Tigernuts Tech: os2 was a damn sight quicker than win7 T3/r7/2014-07-31.txt.gz:{chan ch=tech}.... Hwuaijijal Tech: visual studio.. told that it'll be downloading 800mb. when it was done, it just kept doing it.. doing it.. i was fed up. cancelled.. and it said ok, im cancelling the install. but it was still downloading stuff!!! for 10 minutes. killed the processes, rebooted. still going on and on. its worse than a virus. its.. i havent seen anything like that before:(