T3/r7/2019-12-01.txt.gz:{chan ch=tech}Robbo Tech: I'm not getting any GMCP group updates for some reason, though protocols gmcp shows group as on. Any ideas what to check? T3/r7/2019-12-01.txt.gz:{chan ch=tech}Negader Tech: restarted your mush? sometimes plugins crash T3/r7/2019-12-01.txt.gz:{chan ch=tech}Robbo Tech: I'm using CMUD... T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: you can do 'gmcpdebug 1' to see that you're actually getting the messages from the server T3/r7/2019-12-01.txt.gz:{chan ch=tech}Robbo Tech: I'm actually watching debug data and not even receiving them. T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: oh nevermind T3/r7/2019-12-01.txt.gz:{chan ch=tech}Robbo Tech: I see char refresh data, but nothing from group. T3/r7/2019-12-01.txt.gz:{chan ch=tech}Robbo Tech: (even if I manually send a refresh) T3/r7/2019-12-01.txt.gz:{chan ch=tech}Robbo Tech: I flag char for resend and see that data come in... group I get nuffin. T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: send a gmcp message 'group on' T3/r7/2019-12-01.txt.gz:{chan ch=tech}Robbo Tech: Pretty sure that turns on: Group Monitor group status via GMCP ON T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: other than that, only thing i see in docs related to requesting group data is 'protocols gmcp sendgroup' which.. idk.. shouldn't be necessary.. i'm no expert T3/r7/2019-12-01.txt.gz:{chan ch=tech}Contigo Tech: is there a way to get dinv to pull a specific object with known object id? T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: dinv get id T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: or is it objectid? idk, read dinv help query T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: it's id T3/r7/2019-12-01.txt.gz:{chan ch=tech}Contigo Tech: thanks nohh, had trouble parsing the helpfile T3/r7/2019-12-01.txt.gz:{chan ch=tech}Aliera Tech: post-reboot, I lost my layout in the mushclient, can't remember the command to restore it T3/r7/2019-12-01.txt.gz:{chan ch=tech}Kushty Karlijn Tech: something like resetaard or aardreset I think T3/r7/2019-12-01.txt.gz:{chan ch=tech}Cytan Tech: help reset T3/r7/2019-12-01.txt.gz:{chan ch=tech}Cytan Tech: oops T3/r7/2019-12-01.txt.gz:{chan ch=tech}My Lady Zafrusteria Tech: look at aard layout help there are two aard layout reset and resetaard T3/r7/2019-12-01.txt.gz:{chan ch=tech}Cytan Tech: aard layout reset, thats what i was thinking :P T3/r7/2019-12-01.txt.gz:{chan ch=tech}Aliera Tech: hmm, looks like I don't have a layout saved (but I did, at one point) T3/r7/2019-12-01.txt.gz:{chan ch=tech}Aliera Tech: thanks for the help! T3/r7/2019-12-01.txt.gz:{chan ch=tech}My Lady Zafrusteria Tech: np :) T3/r7/2019-12-01.txt.gz:{chan ch=tech}Elazul Tech: How do I increase the font size of the non-main window? T3/r7/2019-12-01.txt.gz:{chan ch=tech}Negader Tech: usually right click T3/r7/2019-12-01.txt.gz:{chan ch=tech}Twyst Tech: do you have to be stationary for a good DINV build? T3/r7/2019-12-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: You don't really want to be moving anyway... T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: don't think so as long as you arent fighting T3/r7/2019-12-01.txt.gz:{chan ch=tech}Qyx Tech: definitely not fighting T3/r7/2019-12-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i usually got get a snack and water while its doing it T3/r7/2019-12-01.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's best not to move, to be honest. T3/r7/2019-12-01.txt.gz:{chan ch=tech}Qyx Tech: you can move around a bit but best to leave it running T3/r7/2019-12-01.txt.gz:{chan ch=tech}Twyst Tech: I figured, just wanted to confirm T3/r7/2019-12-01.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Does anyone here know about the Setvariable( , ) command? T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: what about it T3/r7/2019-12-01.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: I want to define a variable that I can xset to something else, and am not exactly sure how to do that. T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: like for an alias? T3/r7/2019-12-01.txt.gz:{chan ch=tech}KnightLord Throxx Tech: SetVariable("my_level", me_level) T3/r7/2019-12-01.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: like SetVariable ("Damage", "Fire") T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: the first parameter is the key, the second is the value you want to store T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: so you can SetVariable("Damage", "Fire") then GetVariable("Damage") will return "Fire" T3/r7/2019-12-01.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Can I change Damage to Ice, by typing xset Damage Ice? T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: i suppose you could, if you had an alias xset that parsed the parameters and just called SetVariable T3/r7/2019-12-01.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Not sure how to do that. T3/r7/2019-12-01.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: It seems like redefining the SetVar value is the challenge. T3/r7/2019-12-01.txt.gz:{chan ch=tech}Nohh Tech: you'd probably be better off with something more like a "setdamage %1" and send to variable "Damage" T3/r7/2019-12-01.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Ok, that seems closer to what I might be able to do. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: alias that matches "setdamage *" with the text box just having "%1" (no quotes), send to: variable with the variable name something like my_damage_type T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: and you can usually reference that in other aliases as just y_damage_type T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: @my_damage_type T3/r7/2019-12-02.txt.gz:{chan ch=tech}Gaelehad Tech: the alias would look something like xset \w+ \w+ and then SetVariable(%1,%2) T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: having to type in the variable name everytime is prone to typos causing it to just set a new variable that never gets used again but not actually changing the variable you want T3/r7/2019-12-02.txt.gz:{chan ch=tech}Gaelehad Tech: i aggree with the prone to errors part ... fingers don't always behave T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: creating individual set variable aliases is pretty quick and easy T3/r7/2019-12-02.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Ok Will see what I can do with all of that info. If I could get one to work, then I can replicate easily. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Gaelehad Tech: also don't forget you need to change sentto to script, not world or execute T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: well, send to variable in my example T3/r7/2019-12-02.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Thank you much I will work on this more tomorrow and see if I can put it all together. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Slips Tech: noght bel T3/r7/2019-12-02.txt.gz:{chan ch=tech}KnightLord Throxx Tech: how do you take microsoft edge out of fullscreen? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Gaelehad Tech: does f11 not do it? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Algaru Tech: escape or f11? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: have you tried double-clicking the title bar? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Algaru Tech: or alt-enter? any of those work? T3/r7/2019-12-02.txt.gz:{chan ch=tech}KnightLord Throxx Tech: f11 , i jsut couldnt remember T3/r7/2019-12-02.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: double-click is older than F11 method :) T3/r7/2019-12-02.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: your face is older T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: hmm where does mush / mapper save the starting rooms for each area? I had to reinstall everything recently and that information seems to have been lost. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: it doesn't know the starting rooms T3/r7/2019-12-02.txt.gz:{chan ch=tech}Brobeo Tech: mapper doesn't save the starting room of each area, that's a seperate function of search and destroy T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: S&D does that T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: someting knows about them though. we can change them through xset mark T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: so which file would that be ? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: there are defaults defined in the script itself, and then anything written by xset mark is saved in the plugin's saved state T3/r7/2019-12-02.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i had to manually input the new area Til... -> ' xset mark ' makes the current room the default landing room for an area T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: hmm thanks :) T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: might be better to say what problem you're having if you're just trying to fix something T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: it's just that: I reinstalled everything, copied the databases, state for 1-2 plugins, imported aliases, triggers, but the starting rooms are missing. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: the custom ones obv. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: well it's likely the file with -300000000-state.xml in the plugins/state folder T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: unless the version you're using significantly changed the plugin id T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: any way to check plugin IDs? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Edly Tech: they're listed near the top of the xml file T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: it's in the plugin, at the top in the tag T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: oh i think i found T3/r7/2019-12-02.txt.gz:{chan ch=tech}Intuition Tech: yeah, thanks :) T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: crowleys and starlings both use 30000000etcetc T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: probably even the old winkle winkle ones did as well T3/r7/2019-12-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's about how much snow I just shoveled, in cubic meters. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: And it's still snowing. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Ehrsul Tech: gotta get snowplow on truck, makes life easier! T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: just be careful plowing the stairs T3/r7/2019-12-02.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, well, give me the money, and I will buy one! :p T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: can i get some help with muchclient please? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: ask your question T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: for a trigger... how can do a wildcard? what symbols? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: for example.. i wanna hammer when my previous hammer lands and damages.. but its different messages each time.. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: use * perhaps, you will have a lot more power over matching if you use regular expressions however T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: no idea what that means, but ok, T3/r7/2019-12-02.txt.gz:{chan ch=tech}DangerMagoo Tech: https://www.gammon.com.au/scripts/doc.php?general=triggers T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: that did nothing T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: just wanna do a recast trigger.. when i loose conc, it recasts... how would i do it in muchclient? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Suluap Tech: just copy the message that appears and set up the trigger with regular expression T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: first, make a list of all the messages that can get printed out that you want to then trigger your action T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: i am trying to get the spell name from the error message. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: in cmud i just use %1 then cast %1 T3/r7/2019-12-02.txt.gz:{chan ch=tech}Suluap Tech: use alt+enter (i think) then open click on triggers in the left tree T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: that makes no sense. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: already made the tigger, just cannot get it to read the variable send by the mud T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: is the no supporting docs for it? T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: could you just tell us what message you want to match.. copy/paste it T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: yes there's lots of docs T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: and it was linked above T3/r7/2019-12-02.txt.gz:{chan ch=tech}Suluap Tech: it doesnt always work if itis T3/r7/2019-12-02.txt.gz:{chan ch=tech}Suluap Tech: it is not set up as regular expression i have found. T3/r7/2019-12-02.txt.gz:{chan ch=tech}Arkresh Tech: nevermind, will try elsewhere T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: good luck T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: maybe the other tech channel will do a better job T3/r7/2019-12-02.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Tell us how you really feel T3/r7/2019-12-02.txt.gz:{chan ch=tech}Cynik Tech: for re-cast triggers, you're better off using sfail tags. Check out: help spelltags T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: it seemed like this was for hammering blow though? never quite figured that out T3/r7/2019-12-02.txt.gz:{chan ch=tech}Cynik Tech: Oh he mentioned losing concentration. *shrug T3/r7/2019-12-02.txt.gz:{chan ch=tech}Nohh Tech: it was all very confusing T3/r7/2019-12-03.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: is there a way to have mapper use a cardinal direction instead of a portal if the room is only 1 room away? e.g. i'm at home, Recall is down, but it uses garbage can to go to recall T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: is you garage portal set to be your recallmportal? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: yes T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i think that is why. could you set you home then d as the portal command and set as portal? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i mean recall portal T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes you could T3/r7/2019-12-03.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: yeah, i don't want it to do that. i'm hoping that mapper is smart enough to just walk to teh room in general. recall is just one example, there are others where if i'm trying to do 'mapper goto ' and the room is generally 1 room away from my current room, it will use a portal if i have a portal that goes to that room T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the only question is, is home a portal or recall command T3/r7/2019-12-03.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: nevermind the recall aspect, i think that was confusing. rephrased my question in the second part above T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yeah, i never worked out how to get it to rather walk than use a portal, you could use the mapper function that walks instead though in your alias T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ie mapper walkto T3/r7/2019-12-03.txt.gz:{chan ch=tech}BeepingSeath Tech: I cannot see my texts T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: when can't you see your texts and on which client? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: oh and which texts are you refering to T3/r7/2019-12-03.txt.gz:{chan ch=tech}BeepingSeath Tech: I cannot see what I am typing T3/r7/2019-12-03.txt.gz:{chan ch=tech}BeepingSeath Tech: I am using Command prompt T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you are using telnet? T3/r7/2019-12-03.txt.gz:{chan ch=tech}BeepingSeath Tech: yes T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: then you need help from one of the old school tech people T3/r7/2019-12-03.txt.gz:{chan ch=tech}BeepingSeath Tech: Is there any other way to play? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: depending on you OS, yes, many ways T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the aardwolf.com website lists a few of your options T3/r7/2019-12-03.txt.gz:{chan ch=tech}Areia Tech: http://www.aardwolf.com/wiki/index.php/Clients/Clients T3/r7/2019-12-03.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you can even play from a phone, for android their is blowtorch, among other mudclients T3/r7/2019-12-03.txt.gz:{chan ch=tech}BeepingSeath Tech: ah cool T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: anyone have any success stories doing oauth2 from a plugin? I want to dump data to a google spreadsheet T3/r7/2019-12-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I've used google scripts to update a sheet, but I haven't tried oauth T3/r7/2019-12-03.txt.gz:{chan ch=tech}Tech: I'd check with Crowley T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: nodnod will do. T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: bambot, i had used the old apis for it before -- but oauth is the new hotness apparently and i think google requires it now T3/r7/2019-12-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I did what I said about a month or two ago T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: well i hate you! :) The specific API i want says that it requires it T3/r7/2019-12-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Hehe. I might look into it sometime just because T3/r7/2019-12-03.txt.gz:{chan ch=tech}Tech: I know my tweets use oath, but TTYtter handles that and not the client T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: nod T3/r7/2019-12-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Isn't oauth basically the same everywhere tho T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: for the most part -- but hes saying that his script isnt a mush/lua script T3/r7/2019-12-03.txt.gz:{chan ch=tech}Tech: and even if I were using mush/lua, I offload the "talk to twitter" function to another program entirely, and that program knows how to do the oath T3/r7/2019-12-03.txt.gz:{chan ch=tech}Tech: +u T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: tbh, i think i know how i'd do it, but there are a metric ton of modules id have to load to make it work. T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: mostly looking for advice / to see if others have done it T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: again mostly because im a bad coder, and i want to copy T3/r7/2019-12-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Does it not have just a get/post api that you need to communicate with? T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: not really... i have to use a few developer APIs -- let me find the info T3/r7/2019-12-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I say these with 0 knowledge about it btw T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: V2 of the API relies on a Google Cloud Platform Service Account for authentication, instead of the previously used client and developer access tokens. (those accounts require oauth) T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: so - repeating a question i had earlier for some of the evening folks -- anyone have experience with mushclient plugins doing calls to services like google docs using oauth2? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Riddim Tech: If you really need to do this, I would write a wrapper outside of MushClient and use mushclient to call the wrapper using os.execute from LUA. A python script is probably going to be something you can set up easily? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: i think it should be possible to do it entirely in lua? just quite a bit of work T3/r7/2019-12-03.txt.gz:{chan ch=tech}Riddim Tech: I mean probably, I know that Python has good libraries for this, I don't use LUA outside of Mushclient :P T3/r7/2019-12-03.txt.gz:{chan ch=tech}Riddim Tech: I'm just saying regardless of your choice, it probably will be best to just make a wrapper for this and keep the MushClient side scripting to a minimum so you don't have to worry about library mgmt inside of MushClient, but just my 2cents T3/r7/2019-12-03.txt.gz:{chan ch=tech}Riddim Tech: Sorry, MUSHClient and Lua, excuse my stupid capitalizations T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: heheh, no, i get it... it doesnt seem too complicated if you have all of the right libraries loaded... i am just trying to make sure i am headed down the right path T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: fiendish has lua-openssl built in to the aardmush client T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: but you'll still have to make the oath2 requests, but i think it's relatively simple.. there are examples, though they may have been written using the LuaSec library for ssl instead T3/r7/2019-12-03.txt.gz:{chan ch=tech}KoopaTroopa Tech: nod T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i have a question about how the dinv portal command works... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Tech: Durel perks up, something must have grabbed his attention. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i wanted to clean up my portal alias so i dont have to keep changing the item that i'm holding T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i currently have a bunch of separate aliases that "get portal bag, hold portal, enter..." T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: You can do that with dinv. Just do soemthing like "dinv portal use 12345678" and it will use the portal and then re-wear what you had on before T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: sweet...that is what i was hoping it would do T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: If it needs to get your portal out of a bag, it will even put it back where it found it for you T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: so it will get it out of the bag use it and then put it back? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: You can also do things like: dinv portal use leadsTo qong T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: cool T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: Yep, it will get it from wherever you have it, hold and use it, and then put it back T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: awesome... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: See "dinv help portal" for examples and more details T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i figure this will be an "easy" first use of dinv haha T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: The only thing you'd really need to do is make sure you do a "dinv refresh" or "dinv refresh all" if your gear leaves your inventory and you pick it back up. The most common way that happens is if you die and your items are placed on your corpse. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: The refresh operation is pretty quick though. It pulls data from a cache so you shouldn't need to re-identify everything T3/r7/2019-12-03.txt.gz:{chan ch=tech}Zepfu Tech: ha i hadnt seen the dinv portal stuff. cool. i've just been using aliases for this... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: only problem i have with it is extra lag from bag operations slowing me down! T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: gotta keep my portals out of bags T3/r7/2019-12-03.txt.gz:{chan ch=tech}Mannec Tech: if the get/put is slowing you down that much, maybe try turning the baud rate up past 300 on yer modem :p T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: A get operation is one of the 8 operations you can do in a second so it would cost 125ms :P Do that 8 times in a gq and that's an extra second you can save :) T3/r7/2019-12-03.txt.gz:{chan ch=tech}Zepfu Tech: i kind of want to redo my mapper portal list with dinv now. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: it's a get and a put though! T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: sure maybe my poop damage is slowing me down a lot more, but its the principle of the thing T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: I'd recommend making a generic portal alias that takes a portal ID as the argument. Then if you want to use dinv, make the contents of that alias do "dinv portal use %1". If you ever want to use something other than dinv, you can swap out your alias contents instead of redoing all your mapper portals T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: Nohh, no, I don't blame you. There have been times where a few extra seconds in a gq make a difference :) T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: now they just need to make a gquests for people with fewer than 8000 wins T3/r7/2019-12-03.txt.gz:{chan ch=tech}Frostpaw Tech: they already have 200 and 10... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Zepfu Tech: any suggestions on making mapper automatically navigate to the gauntlet/maze area? even if i have to navigate it manually-- would prefer to not have to walk there manually as well T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: create a note on the room that ports you down there T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: then use 'mapper notes area' or 'rn a' if using s&d, to get a link to click to autonav there T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: or just make an alias to run the mapper command to take you there T3/r7/2019-12-03.txt.gz:{chan ch=tech}Zepfu Tech: hmm the area note seems a little clunky but the alias would likely work T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: yeah having to click it is not ideal T3/r7/2019-12-03.txt.gz:{chan ch=tech}Zepfu Tech: first world problems i suppose. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: but yeah, mapper goto 31685 or mapper goto 31696 would both typically work to get you there T3/r7/2019-12-03.txt.gz:{chan ch=tech}Zepfu Tech: yeah that is exactly the alias i just added T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: durel does the dinv portal command only take full keywords? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: i'd probably just use IDs where you can T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: yeah...i have some portal aliases that i like to use outside of mapper T3/r7/2019-12-03.txt.gz:{chan ch=tech}Cynik Tech: ... dinv portal [use] T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: so i was trying to figure out what would be the easiest way to sort of keep that option but use the dinv portal alias that takes a command... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i guess it is sort of two ways to the same end... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: make your portal alias send to script, it can do whatever complicated stuff you can code it to do T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: my alias is: ^useportal (?\d+) (?.+)$ T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: it could be extended to check the area it's passed and do something special, for example T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: Suluap: The dinv portal option allows you to specify your portal using any dinv query (see "dinv help search" and "dinv help query" for examples). The most common query is just the object ID, but you can use others. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: For example, you could do: dinv portal use keyword blahblahblah level 123 T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: Or you could do: dinv portal use leadsTo qong T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: it was more a question of how i want to set up some of my aliases...for example if i type "portal" it uses my aard amulet T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: Ah, got it :) T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: i'd probably make those into mapper gotos and let mapper figure out the best way to do it T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: so i could use the dinv option in each of my aliases and then i wouldnt have to redo my mapper T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: ok i had that for some of the areas but i was worried about them being too far away...will mapper use the portals i have to find the best way automatically? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Durel Tech: Yep, the mapper will find the shortest path to your destination and will automagically use portals as needed T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: cool...i think that is probably my best option then...it will also being cleaner T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: shortest as in number of rooms, not necessarily the fastest T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: yes... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i have a different question now...im trying to set up a "disarm" trigger with a variable for what i have wielded or offhanded T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: use invmon T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: set triggers on invmon tags to store the ids of items you have equipped T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: okay... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: so how do i see those tags to set the trigger up right? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i have it on for dinv to work, but in my client window when i type "wield dirk" it says "I wield an Aylorian Dirk"... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: use ^\{invmon\}2,(\d+),-1,24$ send to variable, %1, whatever variable name you want... and just equip he_variable_name in your disarm trigger T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: -5 T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: 0h 5 T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: sigh :-( T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Unfortunately...i get it. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: @ @ @ @ @ T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: 14 hours yesterday, 12 today....I'm dumb as all hell now T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i'm still having some trouble with setting this up using the invmon comman T3/r7/2019-12-03.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: why are you using invmon? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i was trying to set up a disarm trigger with a variable of what i've wielded T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: it was suggested that i could use that to make it work T3/r7/2019-12-03.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: that's commendable but it seems to me that invmon is overkill. T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: way easier to just have a weapon variable and a trigger for the disarm message, fwiw T3/r7/2019-12-03.txt.gz:{chan ch=tech}Tech: Disturbed Anaristos rapidly nods twice at (UNWANTED) Cheezburger, in complete agreement. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i was having trouble setting up the variable T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: that is what i was trying to do first T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: that is what i was trying to do first T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i was having trouble setting up the variable T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i was wanting to just have "wield dirk" save the dirk as my wield variable and then disarm flag trigger to wield that variable T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: i dont think its overkill, invmon is enabled anyway, may as well let the weapon id automatically update itself T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: im still having trouble getting the variable part to work i think... T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: data, desc, note are unused in my current implementation T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: mis T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: so the trigger should be send to variable, the big text box should have %1 in it, and there's a text field for the variable name T3/r7/2019-12-03.txt.gz:{chan ch=tech}Macadamien Tech: haa.... it looks funny seeibng cheezburger and tech together!:) T3/r7/2019-12-03.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: using invmon only to detect a disarm is like using GPS to go from your front door to your car parked in front T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: You haven't been around long, then :P T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: it's not to detect the disarm, it's to detect what weapon to re-equip T3/r7/2019-12-03.txt.gz:{chan ch=tech}Macadamien Tech: nope, first day T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Tech is kind of my thing :) T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i did that...but when i wielded my weapon, the variable table didn't update T3/r7/2019-12-03.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: - T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Why would it? T3/r7/2019-12-03.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I thought cheezeburgers were your thing T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i think i maybe dont have the invmon expression set up right T3/r7/2019-12-03.txt.gz:{chan ch=tech}Macadamien Tech: cheesburgers are my thing, but they dont have 'z's T3/r7/2019-12-03.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: the problm is that instead of letting invmon run free you are forcing it into a miniscule role. T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Set the variable to your weapon "axe", "dagger", whatever. When the trigger fires for the disarm message just send "get @weapon;wear @weapon" T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: path of far less resistance T3/r7/2019-12-03.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: I use the objectID, I am more modern :> T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: that is what i was trying to do...i was just having trouble with it T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: You probably didn't click the "expand variables" checkbox on your trigger I assume T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: whatever you call your variable name, you then do @variable_name T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: you can do whatever you want i suppose, but i never have to call an alias to update weapon IDs no matter what i change.. i use all kinds of random weapons T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: the issue is i want to update the wield variable to anything that i use T3/r7/2019-12-03.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: that is easy, I use my own command to equip/unequip weapons, that takes care of updting the currently-worn variable. T3/r7/2019-12-03.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: So just use an alias to change the variable, or use invmon, but invmon is much more than you're trying to use it for, and it's extra complications will bite you if you're having trouble with the variable route (no offense intended) T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: i use dinv to equip everything T3/r7/2019-12-03.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: you know what? I take it all back and apologize. If you want to use invmon to solve your problem, more power to you. Enjoy playing this game anyway you want. Not for me to decide how you should play the game. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: so i was able to set a trigger to set a variable, but since i was just using "You wield *" that sent %1 to a variable named "main". the keyword didn't work with "Wield ain" T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: so i was able to set a trigger to set a variable, but since i was just using "You wield *" that sent %1 to a variable named "main". the keyword didn't work with "Wield @main" T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: yeah... 'wield Axe of Aardwolf' isn't gonna work T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i know... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i like the idea of getting the objectID, but i just dont quite understand the syntax for invmon T3/r7/2019-12-03.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: how do i get fake tracker channel to go to a separate tab in communication log? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Negader Tech: separate tab? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: {invmon}action,objectid,containerid,wear-loc action == 2 (when items are worn), containerid == -1 (cause it's not a bag operation), wearloc == 24 ('wielded' as per the 'wearables' command).. and the trigger parses out the objectid T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: thus ^\{invmon\}2,(\d+),-1,24$ T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: that is after it was expanded? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i mean regex T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: https://imgur.com/a/Urpj7pG T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: then just use ainhand_weapon_id in any aliases/triggers T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: eh you know what i mean T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i think i needed the regex box checked T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: you do T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: thank you! i grabbed id now T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: it* T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: what is the help location T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: held* T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: use the wearables command T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: replace the 24 to store ids for other locations T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: sorry, 'wearable' T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i figured that one out :-) T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i was wondering why it wasnt working ahah T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: sweet this works great...thanks a lot! T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: if i need to reset mapper portal levels is the only way to do it to reset it all? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: and start over with my mapper portals? T3/r7/2019-12-03.txt.gz:{chan ch=tech}Cynik Tech: mapper help portals T3/r7/2019-12-03.txt.gz:{chan ch=tech}Cynik Tech: last one in the list T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: i was asking if i could change the entry T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: or if i needed to start over T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: and use the purge command T3/r7/2019-12-03.txt.gz:{chan ch=tech}Cynik Tech: same help files shows how to edit level T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: ah thanks...i missed that one. T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: thanks for everyones help with my disarm trigger and mapper portal/dinv portal setup...it is coming along/working very nicely T3/r7/2019-12-03.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: using invmon for tracking disarms could be considered an innovation. Maybe you'll want to post a note on tech forum about your work :) T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: you still trigger on the disarm messages, or you'll end up re-equipping your weapon every time you try to take it off or something silly like that.. it just keeps track of what weapon should be reequipped T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: yeah it worked great once i got all the right boxes checked... T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: without having to have code to set a variable in every place a weapon can be equipped T3/r7/2019-12-03.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i use a regex-> DISARMS you and you struggle not to drop your weapon\!$ T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: dinv set/dinv weapon, for example.. can't easily track what weapons it decides to equip without invmon T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: that is what is use for the trigger T3/r7/2019-12-03.txt.gz:{chan ch=tech}KnightLord Throxx Tech: with get all, wear all T3/r7/2019-12-03.txt.gz:{chan ch=tech}Nohh Tech: there's also unique disarm messages for the king in darkelf stronghold and the guys in ninehells T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: that could work too i guess...i had been using get axe wield axe T3/r7/2019-12-03.txt.gz:{chan ch=tech}Suluap Tech: for example T3/r7/2019-12-03.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, i hate those gues T3/r7/2019-12-03.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, i hate those guys, i just punch their stupid faces T3/r7/2019-12-04.txt.gz:{chan ch=tech}Suluap Tech: is there a way to set up an alias that will take a wildcard variable for what follows and if there isn't a following text string, it ignores it and just casts a spell? T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yes. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Gaelehad Tech: two aliases T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Use regex, then use script to say "if "%1" == "" then Send("cast spell") else Send("whatever it's supposed to do") end T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Only need one alias. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Gaelehad Tech: or you could do \s?(.*+) T3/r7/2019-12-04.txt.gz:{chan ch=tech}Suluap Tech: for example...{cb *} {cast cause light %1} but then once in combat {cb} casts normally T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: So for instance, if you were doing spu for spellup, you could do: ^spu(? (\w+))?$ -- and then the script would be: if "%1" == "" then Send("spellup") else Send("spellup %1") end T3/r7/2019-12-04.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: i think this tech channel makes me smarter, justifies my donation to aardwolf T3/r7/2019-12-04.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: who needs to take classes when you can just learn from the tech channel? :P T3/r7/2019-12-04.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: or pay for classes T3/r7/2019-12-04.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Gaelehad Tech: why the ? before the space? T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's actually supposed to be ?: T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: I forget the term for it, though, but it's required. T3/r7/2019-12-04.txt.gz:{chan ch=tech}KnightLord Throxx Tech: how do i bury an lua if/then statement inside another if/then statement, in a trigger T3/r7/2019-12-04.txt.gz:{chan ch=tech}Nohh Tech: non capture group T3/r7/2019-12-04.txt.gz:{chan ch=tech}Gaelehad Tech: thanks crowley, that will make my buttons easier T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Suluap: As a side note, you don't even need to make a Mushclient alias for that. You can do that just by typing: alias cb cast 'cause light'. Then when you do cb tigger, it'll cast it on tigger, otherwise just cast it. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Suluap Tech: but i thought certain things needed a target T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Throxx: Depends on what you're trying to do. You can easily do: if x == y then if z == w then do this else do this end else do this end T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Suluap: Some spells need targets, yes. But your example doesn't always need it. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Nohh Tech: lua doesnt care about your whitespace T3/r7/2019-12-04.txt.gz:{chan ch=tech}Suluap Tech: true...it is more for a combat starter before i have bs T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Suluap: MUDside aliases are simple enough that you can append a target name to it. Basically, the MUD recognizes it's an alias and sends the command plus anything after it. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Lua doesn't, but regex does! T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: By the way, Throxx, something like what I gave as an example could be shortened to: if (x == y) and (z == w) then do this else do that end. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Horizontal HyPo Tech: Aard humans, what is your preferred prompt/bprompt? Who has the coolest setup? T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: I don't use one, Aard alien. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Ayasinda Tech: I use the standard ones T3/r7/2019-12-04.txt.gz:{chan ch=tech}Tech: Horizontal HyPo pokes Mr. Crowley in the ribs. T3/r7/2019-12-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: no humans here, just us bots T3/r7/2019-12-04.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at KoopaTroopa. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Horizontal HyPo Tech: I always fail these Turing tests. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: My prompt: %c>Prompt: End command%c T3/r7/2019-12-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: crowley, i do have a question for you -- someone told me you may have once tried to integrate a mush plugins with something that required oauth2 T3/r7/2019-12-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: specifically google's v2api for docs T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: KoopaTroopa: I used to send emails to myself, but it's been a while since I messed with it. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Haven't done anything with Google docs, though. T3/r7/2019-12-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: nodnod, i can do emails -- OKie :) thanks! T3/r7/2019-12-04.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: their new apis require an oauthed service account.... *grumble* T3/r7/2019-12-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: damn security T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Sorry I couldn't be much more help in that regard. Trying to remember what I used to do before. T3/r7/2019-12-04.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-04.txt.gz:{chan ch=tech}KoopaTroopa Tech: no worries, i'll share when i figure it out T3/r7/2019-12-04.txt.gz:{chan ch=tech}Mr. Crowley Tech: Awesome. T3/r7/2019-12-05.txt.gz:{chan ch=tech}Algaru Tech: is anyone familiar with the wait.time function? seeing some weird behavior and not sure how to explain it T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: WTB Blowtorch DINV. :P T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Are you willing to pay 300$ T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Cause if so, go buy a laptop :p T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: but then people would laugh at you for holding it up to your ear to make phone calls T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: I can name the list in 5 words T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: Tbh, I could just remote into my desktop from my tablet. T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Nod. Similar setup T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: we call that tethering :> T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I have tintin on my raspberry pi, then I ssh into it from any device T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: Y T3/r7/2019-12-06.txt.gz:{chan ch=tech}Tech: Elazul mutters something quietly to himself. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: yeah, but do you have dinv on your tintin. T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Nope T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I do have my own thing, tho (: T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: binv T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: bambooinv... it's just... bamboo. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Riddim Tech: I use google remote desktop, it's convenient T3/r7/2019-12-06.txt.gz:{chan ch=tech}Riddim Tech: can use it from tablet/phone/whatever T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: Google is a NSA agency T3/r7/2019-12-06.txt.gz:{chan ch=tech}Riddim Tech: uses https and google TLD so available on most networks :P T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: ahh, i'm just using microsoft's android app. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: can't imagine using mush over rdp is all that fun without a keyboard anyway T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I think the main thing is having access to scripts T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: Mr. Bot Bamboo has spoken! T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Libel! T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: you'll have to prove malice :> T3/r7/2019-12-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: google remote desktop is god T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: that's what the NSA said! T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: curious: what is wrong with windows remoting, after all they came up with it first. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: google didn't re-invent the wheel T3/r7/2019-12-06.txt.gz:{chan ch=tech}Riddim Tech: Google Remote Desktop isn't RDP, for what it's wotrh T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: ah T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: i just say rdp for any remoting, same shit different protocol T3/r7/2019-12-06.txt.gz:{chan ch=tech}Riddim Tech: Works fine enough for this and using powreshell and lfs and stuff. Super ceonvenient T3/r7/2019-12-06.txt.gz:{chan ch=tech}Gilduran Tech: Google RDP = RAT T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: someday you'll have to ask some google API for permission to take a crap T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: I just wanted to say that I do have a keyboard with my tablet so my rdp works fine. That is all. Please continue talking about theoretical google api crap requests. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: when you see someone offereing free candy you have to know they are up to something T3/r7/2019-12-06.txt.gz:{chan ch=tech}Gilduran Tech: Ok, Google, can I go poop now? T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Like diabeetus? T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Or tooth decay T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: you think I am kidding. Have you tried disabling or even forcing any google api to stop on your phone? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: No gilduran it'd be like get /permissiontopoop/v16/ T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: and you are paying for the phone, but guess who owns it. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: and if you believe that one you deny google some permission it actually abides... *smile T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: or, I'll be charitable, there is nothing to stop google from ignoring your permission set. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: ask any of those who have been prosecuted on evidence provided by google.. T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: So all those ethical hackers are liars when they say they look at these things and those permissions check out? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: sure they check out, why not. You don't know what backdoors are in place and neither do they. It's like J.D. Powell awards, they are given by an 'independent' entity :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: and ethical hackers would not be in anyway compromised... T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: jd power* T3/r7/2019-12-06.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: I mean, why would anyone rigging a system bother to control the inspectors? :> T3/r7/2019-12-06.txt.gz:{chan ch=tech}Tech: Disturbed Anaristos thanks Nohh heartily. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: google wants to: keep track of your passwords, keep track of your location, keep track of your calendar, keep track of your phone calls, keep track of your photos... normal stuff. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: and let's not forget, google docs, google drive (their free cloud) and all the other stuff where you have stuffed your life, they have uncontrolled access to it. If they want to sell you out, they can, and you won't be able to say it was them. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: well I think facebook is more aggressive on that. it keeps what you write and use it to gain money from who advetises thier products. did you ever try to ad something in facebook? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: ethical hackers notwithstanding :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: facebook maybe worse but you don't depend on it for everyday work. Goggle has its tentacles in everything you do on a daily basis. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: you don't have to depend anything. don't use google as search motor. or chrome as browser. use an old phone that doesn't have an OS T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: I bet you are an apple user :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: you have to use facebook everyday btw. facabook owns whatsapp and keeps record of your nude photos that you send to your spouse T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: no I am android user. I hate apple T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: you are doing well, that is the only way to do it. Low tech. But how long will they let you get away with that? It's like saying (in the old days) I will never give up my rotary phone :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: can you name 5 linelines near your house atm? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: landlines* T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: I am not saying I am like that. I use google everyday. I don't mind its keeping record of my passwords, sites I look etc. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: 5 landlines at your school? 5 landlines at your place of work? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: but omg then AT&T can just be listening in on your phone conversations instead T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: well, ATT was fined a few mil for having cameras in bathrooms. So listening to your conversations won't raise the moral temperature one bit. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: id send letters but who trusts the postal services? if you do you're a fool! T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: the Technology that we live in right now is really new. in fact too new. so we are having problems with adapting with it. its new drug that we can't let go. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: as society we still don't know how to handle it or how to act against it. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: you think I am being paranoid. The answer is, you can't trust anyone and those that can access your data are well aware of that. Eventually you'll have to come up for air and let them in, surrendering all your privacy to them. Terms of Privacy don't mean shit when the goverment "forces" google, or apple, or ATT, to sell you out in the name of "justice" T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: google are not evil geniuses and likely couldn't give two shits about you or your data on an individual level T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: and "forces" is a joke because one or all of them approached the government with the offer to begin with T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: most people's data is just not that interesting T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Individual's data is worth $billionsn T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: I agree with nohh about this. what some ppl get annoyed by they using our data as some statistics to profile the society. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: no, aggregate data is, unless your plan is to steal everyone's credit cards T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Individual's data is worth $billions, as they know what to market to. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: ok, well "evil" and "geniuses" are words you use, not me. Doesn't take a genius to sell you out and it does take corporate greed to do so. If the government "threatens" them, they will "cave in". The electronic medium is almost trivial for the government to control because it follows more or less rigid paths to get from point A to point B. Not like the all days of 'word-of-mouth". Once you put something on the wire the government has access to it. T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Based on what you were looking ofr T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: for T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: if the government "subpoenas" them they will "comply with a legal order" T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: so I am not entitled to learn how to make a nuclear weapon unless I am hired by the goverenment, of course. Then knowing how to make one is ok because governments don't deploy nuclear weapons. T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: So if your data has no value, then why do they capture it and then present the same types of items for you to buy? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Tech: Exiled To Aphelion smirks. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: because your data has value as a mass. they know how many people search the term "porn" T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Good information is always powerful, for good or for evil, and that is a choice that is made every day. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: we always try to think ourselves as special. face it you are just 1 in 7billion T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Yes, but information about all of the 7B is priceless. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: to who? not to me or to you T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: well, this is a useless argument. I don't think is anyone's business when I fart and you say "what is wrong with the government knowing something so useless". The question is, if farting is useless why would the government store such data. (Sub anything else you want for "fart") T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: so why does goverment recording your fart bothers you? in which ways they can use it? T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Because they can market prescription medications to those who fart, and may not want to. | : T3/r7/2019-12-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: because the better the government can predict how people react and act the better they can tailor their next round of rules to remove your rights so that less people are upset about it T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: oh, because someday the fart data will be used against me if it gives someone in the government an edge. Plenty of example of that happening. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: then don't use the free services that says I keep your data. abandon the tech. or create your own using raspberry or ardunio T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: the government generally doesn't care that you personally google symptoms related to the flu, but when thousands of people in your area start googling for something similar it's indicative of a public health problem T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: what you want is to keep using everything in shadows. its impossible T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: I said "sub anything else you like for 'fart'", it wasn't to be meant as the item under discussion just a placemarker T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: not every data they keep is using for bad things or ads. they can use the data of farting to find new things about bowel cancer. T3/r7/2019-12-06.txt.gz:{chan ch=tech}SonOfGod Bezaleel Tech: Saying that an individual's data has no value, is just wrong, and the premise just smells bad. No charge for the sarcasm. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: but I guarantee you that if the government finds that prosecuting you for your fart activity gives them some edge over the people, they will do it. (after all "government" is the people doing the government, it is not a sterile entity. Its members take advantage of their position for self-advancement, so if prosecuting you for farting gets these poeple an advantage they see you in court" T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: sorry but I don't think my data is valuable to goverment invidually. I don't think they value my dick photo that I keep in my gallery. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: feels bad man T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: ok, then :) Sleep well :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: that is about the power we give to goverment. not its technology's fault. technology is only a tool T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: did I accuse the broom? No, I accused the sweeper... T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: if google and company were really honest, they would only store your private data locally. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: to be accessed only when you came online, updated accordingly, locally, and then de-accessed when you logged out. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: as it stands now, you can log out and they can still look at your data. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: that sounds like an awfully big pain in the ass and you'd still accuse them of secretly keeping the data anyway T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: of course, doing so would prevent all those 'genius' hackers from finding private data related to millions of people. Gee, how many times a year has private data been blown out? Would any of these blow outs cover private mining? I mean, an external hack would hide any internal ones :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Man of Valour Tech: this topic has no end. I can understand the both end a little. Some of us want to use the tech but hate that our data being keptq r T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: well, self-preservation can be a pain in the ass, sure. Also, I said "if they were honest". if that premise doesn't apply the entire text is invalidated :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: so now companies are announcing fake external hacks to cover up for stealing the data they could have just used without smearing their name? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: I don't know if they are, and neither do you. The point is they could and get away with it. We know the corporations have committed some heavy duty crimes (can I say ENRON or BLAKCWATER?) So the idea that they would do something like cover up an internal hack with an external one is not that far-fetched. Be that as it may, I only say it could happen. Not that it was happening. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: and if the can get away with it, so can the government and much easier since they would be investigating themselves (if at all) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: i also don't know that they're not 17 dimension beings and we're living in a holographic projection of a child's nightmare T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: so i guess we'll have to agree to disagree T3/r7/2019-12-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if you don't trust your government you shouldn't be giving them the powers to do anything even vaguely intrusive and if you do trust them they shouldn't be asking to do any thing like that T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: true, we don't know any of those things, especially the 17D beings. But there is peripheral evidence that the tech companies such as Google and Apple are selling the people. The fierce battles against subpoenas suddenly collapse after a few weeks and the government gets their data, heroic google and apple shine their shields and continue on to the bank. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: the heroic way the internet freedom is being lost by the people at the hands of the FCC. Why isn't google or apple fighting this tooth and nail? I wonder. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: or facebook :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: because there is intervention T3/r7/2019-12-06.txt.gz:{chan ch=tech}Tech: Nohh sighs. T3/r7/2019-12-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: apple was attacked by the government and forced to open phones T3/r7/2019-12-06.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: cant really fight the government or they make it so that you cant do business T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: i believe in self interest, if the FCC wants to kill net neutrality, it is not in google nor apple's interest to stop them T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: poor apple... they were attacked and how many years did they spend in court fighting this attack? I mean ATT fought the government for over 20 years before it finally lost (and they didn't really lose as we can see currently). T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: ATT had a semi-permanent office at SCOUS T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: j/k T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: this feels more like you're just ranting now T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: think it's time to put this to bed T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: I love you all. Had to say my piece, that is all :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: I may have been ranting. But a company as rich as apple just doesn't fold over a government directive unless it wants to. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it all comes down to cost vs cost, lawyers vs loss of revenue from sales T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: you really need to be more specific as to what you're referring to, they've been involved in a lot of things T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: we can continue this later, I do have to go to bed. It has been interesting. If you like, however, look up every case in which the government has issued a subpoena for information regarding some criminal investigation. Apple has ranted in the media about it but never has taken anything ear the SCOUS. They have folded every time. They could have fought it once just to see how it feels or at least give confidence to their customers. But I rant :> T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: okay i'll go look up EVERY case T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: brb 8 years T3/r7/2019-12-06.txt.gz:{chan ch=tech}Tech: Exiled To Aphelion beams a smile at Nohh. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: let me know how wrong I am. I may be convinced to by my first iPhone :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: there's plenty of good reasons to not buy an iphone T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: so true! T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: so it would be a punishment to buy one :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: for badmouthing such great, generous company :) T3/r7/2019-12-06.txt.gz:{chan ch=tech}KnightLord Throxx Tech: is there a heroonly search in dinv? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Areia Tech: Should be in flags. dinv search flag heroonly. T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: he's making a database. He's sorting it twice. Select * from contacts where behavior = 'nice' T3/r7/2019-12-06.txt.gz:{chan ch=tech}Elazul Tech: SQL clause is coming to town! T3/r7/2019-12-06.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: You a programmer, you have no life T3/r7/2019-12-06.txt.gz:{chan ch=tech}Classic Vost Tech: that sounds like a song Hermes from Futurama would sing T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: with S&D, when i first get a quest, it does the check and gives me the mapper link...can i run that again if i dont click on it the first time? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Gaelehad Tech: yes, just do quest info T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: the link doesn't show up... T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: xq T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: it's not a big deal...i normally click the link to start, but i don't always so i wasn't sure if there was a different way to acquire the quest mob as a target T3/r7/2019-12-06.txt.gz:{chan ch=tech}Nohh Tech: it's 'xq' T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: oh cool...that makes sense...like xcp..*doh* T3/r7/2019-12-06.txt.gz:{chan ch=tech}Gaelehad Tech: not sure if the version you are running does it but just type go T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: that worked the last time...but i've had issues sometimes with just typing go because i dont know what mapper command is saved T3/r7/2019-12-06.txt.gz:{chan ch=tech}Gaelehad Tech: are you not using the GUI part of S&D? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: i am... T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: i just didn't know what target was saved since i'm also running a cp T3/r7/2019-12-06.txt.gz:{chan ch=tech}Gaelehad Tech: so the topline of the list is the quest target right? T3/r7/2019-12-06.txt.gz:{chan ch=tech}Gaelehad Tech: i'm using PWar's S&D not sure how different Crowley's is T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: i feel dumb...i didn't realize the window was bigger...haha T3/r7/2019-12-06.txt.gz:{chan ch=tech}Suluap Tech: i'll try it next time with a quest and see how the list changes T3/r7/2019-12-06.txt.gz:{chan ch=tech}Gaelehad Tech: it grows longer T3/r7/2019-12-07.txt.gz:{chan ch=tech}SirCanada Tech: inc T3/r7/2019-12-07.txt.gz:{chan ch=tech}Malaikat Tech: anyone got timers to works in blowtorch? theres a bug with saving the ack message. is there a worrkaround? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: can anyone help with S&D usage? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: what help do you need? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Intuition Tech: extender help should cover everything if that's what you seek :) T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: on a campaign? use xcp, go, ak T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: How do I use it? yesterday it had a nice list to track stuff though I couldn't figure out how to reliably get it to work the list was up. Today it hides everyhting and only shows 1 target on my cp check list T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: cp info, gq info is supposed to set up the list of targets...xcp will go to that target if you have it in mapper database T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: Search and Destroy: 'xcp' aborted - cp is active but target list is empty. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: type cp info again T3/r7/2019-12-07.txt.gz:{chan ch=tech}Intuition Tech: it's cp check not info T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: to refresh the list T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: cp info or cp check T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: I see. cp info T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: sorry that is what i meant T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: *blushes* T3/r7/2019-12-07.txt.gz:{chan ch=tech}Intuition Tech: cp info doesn't refresh it for me T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: yeah it is cp check for me too T3/r7/2019-12-07.txt.gz:{chan ch=tech}Tech: GO CLUBIN Dashiell . o O ( cp check refreshes ) T3/r7/2019-12-07.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: cp info just tells you when you can have another T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: cp info refreshed my list T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: but cp check then updated it differently T3/r7/2019-12-07.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: read help campaigns T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: I don't understand "extender help" it didn't do anything T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: that sounds like some really old S&D command T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: I'm using 2.0.1 maybe I pulled wrong plugin? it said it was a branch, premptive to preven bad code T3/r7/2019-12-07.txt.gz:{chan ch=tech}Intuition Tech: oh. I'm sorry then ignore, Nohh could be right T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: go 1 says "no path" though I believe I have all rooms covered T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: no path just means it cant find a path within a few enough rooms T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: just because you have the room mapped doesnt mean mapper has a path to it T3/r7/2019-12-07.txt.gz:{chan ch=tech}Intuition Tech: before go you need to use xm,xma or xcp T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: or it just cant find it T3/r7/2019-12-07.txt.gz:{chan ch=tech}GO CLUBIN Dashiell Tech: You also need to set up portals/custom exits/paths through locked doors T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: so it's: cp info, xcp, go generally? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: typing xcp again built the path T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: do you type xcp at every location you go? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: the first cp info/check should be called automatically when you request a campaign T3/r7/2019-12-07.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: try cp 1, then go T3/r7/2019-12-07.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: list should refresh once you kill the current target T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: it did and so I ran to "beer goblins". It's mostly mapped but cannot find the mob T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: then you dont have that room mapped if it can't find it once you're at the location (generally speaking) T3/r7/2019-12-07.txt.gz:{chan ch=tech}GO CLUBIN Dashiell Tech: if it's beer goblins, you do not have the room mapped. There are no portals or custom exits in that area. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: I didn't have see invis on T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: so in general I just have to explore every place and then it should work after I type xcp to build the id list? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: it works well...except with random exit mazes, and sometime doors/custom exits... T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: explore all the rooms, set up cexits/portals/doors in mapper T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: if you set up the cexits...it works pretty well T3/r7/2019-12-07.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: there is a maze though T3/r7/2019-12-07.txt.gz:{chan ch=tech}Boghadair Grimvald Tech: oh wait that's goblin fortress, sorry T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: how do I setup cexits? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: mapper help exits T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: typing xcp: return: xcp retry stat 2 T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: may need to cp check again T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: shouldnt see that unless you try to xcp immediately after killing a target and before it gets the updated cp check T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: during a "quest request" a whole screen of red and errors. Many say "trigger function "qw_match" not found or had a previous error. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: it sounds like you might need to get a different version maybe? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: where'd you download it from T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: can you guys link the right version? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: finger crowley T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: pwar and crowley bot have good working vresions, crowley is often on to do tech support for his T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: umm botH* not bots T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: haha T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: crowley bot confirmed T3/r7/2019-12-07.txt.gz:{chan ch=tech}Negader Tech: i believe crowley's the 'official' version for now. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: should I change pass and such with old plugin removed? Is there danger of it being a bad actor? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: unlikely, just badly coded and error prone T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: uh highly unlikely T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: i doubt it...i think the code is probably just causing the issues... T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: new version from crowley is 4.51 vs the 2.0.1 T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: does it normally work with quests and campaigns? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: yes it should work with both T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: and more! T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: how do I swap between quest target or campaign target? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: xq = reacquire quest target, xcp for campaigns T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: when you request a quest, it'll just give you the option to run to the room, assuming it's mapped T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: I don't have many things mapped, so it looks like this mort is about mapping so future morts will be able to use S&D? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: probably a good idea T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: doing cps in generall can help a lot with filling out the mapper database...also just trying to explore all of the rooms when you get to an area...especially the easy ones T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: some other useful commands: qw (quick where, a where that will allow you to use go #), qs (a scan for the current target only), xw # keywords (do a where keywords, where 2.keywords, where 3.keywords.. # number of times), rn a (list mapper notes for current area), ah keywords (auto-hunt a mob), aha (auto-hunt abort) T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: xset mark -- to mark the current room as the start room for a zone, xrt area (run to an areas starting room), ht mob (hunt-trick for a mob), ak (send a kill command for your current target), xset kill cmd (set the command to use when calling ak) T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: or maybe its xset kk cmd for crowleys T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: i think kk is crowley's command to attack current target T3/r7/2019-12-07.txt.gz:{chan ch=tech}Yhtaa Tech: it i T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: isn't that approaching botting? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Yhtaa Tech: it is T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: looking at the code it's 'quick kill' or ak or kk or qk T3/r7/2019-12-07.txt.gz:{chan ch=tech}GO CLUBIN Dashiell Tech: approaching but not quite crossing the line T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: no it's not botting T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: it's just an alias for a command T3/r7/2019-12-07.txt.gz:{chan ch=tech}Areia Tech: And just clicking a button to have a plugin play the game for you. It's the clicking that makes it technically not botting :P T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: so let me see if i understand usage: xcp or xq depending on campaign vs quest, then be at area have area mapped and look at your list. Go #. Wait a few seconds, then repeat at next area? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: you shouldn't ever have to use xq unless you go kill a campaign mob while on a quest T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: sometimes updating cp info or quest info (for some reason I don't understand yet - internal db update?) T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: and you really shouldn't ever have to run cp info or cp check either T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: cp request, xcp (run to zone, do hunt trick, wait for room list to appear), go or go # then nx/nx- to find the mob, then ak/kill it.. if it's a campaign mob kill it'll do a cp check again and show you the target list again for you to xcp to select the next target T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: ty for your patience. I've written it all down but need to try it all to make sure i understand T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: just play with it T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: when they are red in the list it means dead? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: it means it can't find the room in your database T3/r7/2019-12-07.txt.gz:{chan ch=tech}Negader Tech: there is a help file for all that info. it used to be ww help. not sure what crowleys version for help is. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Algaru Tech: not dead - area not found i think T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: if it's a room campaign, its more likely the room just isnt mapped T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: there is also a bug with it that cant find room campaign even if mapped T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: you may have to use mapper find to double check T3/r7/2019-12-07.txt.gz:{chan ch=tech}Algaru Tech: it looks at your level and the level for the areas - sometimes high level mobs are in low level areas T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: you may need to do an 'xset index areas' T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: thank you again guys T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: i'll see if the index areas helps with my bug nohh...thanks T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: i had to do that to resolve an issue with mobs in tilule, since the area was added since i last played T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: in chasm, I believe I've explored every place on map (following gaaurdian). Target is still red. Found 4 locations, but doesnt' exist at any. Am I using it right? I am able to go # to all locations T3/r7/2019-12-07.txt.gz:{chan ch=tech}Edly Tech: try "mapper unmapped here" to double check you don't have any unexplored exits T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: sometimes you need to do a campaign chech after oyou explored an area T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: nothing shows "found 0 unmapped" T3/r7/2019-12-07.txt.gz:{chan ch=tech}Suluap Tech: chasm has a lot of hidden and custom exits T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: will investigte when I get back, wife asking me to run an errand T3/r7/2019-12-07.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: daaaamn thats win10. Connected devices: A-PRO, Setup incoplete. Connect to the internet. but i freaking AM in the freaking internet fgs T3/r7/2019-12-07.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: the update gets just stalled stalled. with 0 info why and how. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: not sure if it's the plugin or my ignorance (probably latter) but it says to go to "unknown" in the xcp list gui. Cp check says it should be "end of the tunnel". I can't find either in areas T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: land of legend, or anthrox T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: and sorry I see it's my ignorance. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Huko Tech: how are the caps T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: is it Tunnel or tunnel ? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: 1 a Cineko citizen - unknown: 'On a rainbow' T3/r7/2019-12-07.txt.gz:{chan ch=tech}Huko Tech: 1507 T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: well that one is pretty obvious too T3/r7/2019-12-07.txt.gz:{chan ch=tech}Huko Tech: go there and see what it says after T3/r7/2019-12-07.txt.gz:{chan ch=tech}Negader Tech: those unknowns prolly means you haven't been to that room? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: what is obvious though? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Huko Tech: goto cineko and it should change unknown to cineko T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yeah, you need to explore areas for room campaigns to be easier T3/r7/2019-12-07.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: yeah, that room isnt in your database T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: I see. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Nohh Tech: a cineko citizen is obviously in cineko (i mean, doesnt have to be, but in this case it is) T3/r7/2019-12-07.txt.gz:{chan ch=tech}Huko Tech: i guess if hes never been to cineko, it isnt too obvious :P T3/r7/2019-12-07.txt.gz:{chan ch=tech}Sintax Tech: heh nothing is obvious to me. My nickname is captain - not - obvious T3/r7/2019-12-07.txt.gz:{chan ch=tech}Huko Tech: just rt cineko and start adding to the databsae :) T3/r7/2019-12-07.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here T3/r7/2019-12-07.txt.gz:{chan ch=tech}Denzek Tech: hi i giuys T3/r7/2019-12-07.txt.gz:{chan ch=tech}Denzek Tech: i have asert the dominace and playing of the linux emulator T3/r7/2019-12-07.txt.gz:{chan ch=tech}Denzek Tech: words are scrambled im runing on the that on the linux terminal T3/r7/2019-12-07.txt.gz:{chan ch=tech}Tech: IAC DO Fiendish falls down laughing. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Denzek Tech: what>? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Tech: Bannon waves. T3/r7/2019-12-07.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: so what else do you do from the terminal besides aardwolf? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Denzek Tech: really im using linux mint xfce and i discoverd i can ctrl alt f4 witch brings me to terminal T3/r7/2019-12-07.txt.gz:{chan ch=tech}Denzek Tech: the actual one not the emulator T3/r7/2019-12-07.txt.gz:{chan ch=tech}Bannon Tech: Oh. Ctrl+Alt+F7 should bring you back to the desktop. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Bannon Tech: Also 'sudo shutdown -r now' will restart the computer and get you back to the desktop as well. Just the long way. T3/r7/2019-12-07.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: If I'm buying a new hard drive, and new one is bigger than old one, what's the easiest way to clone it these days and ensure I can boot into the new one just like I could the old one? T3/r7/2019-12-07.txt.gz:{chan ch=tech}Bannon Tech: Which OS? T3/r7/2019-12-07.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: It's running Windows 7 T3/r7/2019-12-07.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: But once I get the new drive will be moving to 10 of course T3/r7/2019-12-07.txt.gz:{chan ch=tech}Bannon Tech: I would use CloneZilla if I were in the same spot. T3/r7/2019-12-07.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Thanks will take a look. T3/r7/2019-12-07.txt.gz:{chan ch=tech}Bannon Tech: If you're looking for something paid, Acronis has a good one I've heard. T3/r7/2019-12-07.txt.gz:{chan ch=tech}KnightLord Throxx Tech: Acronis is what we sued when my last comp tide T3/r7/2019-12-07.txt.gz:{chan ch=tech}Bannon Tech: Acronis didn't kill it, I hope. :) T3/r7/2019-12-07.txt.gz:{chan ch=tech}KnightLord Throxx Tech: used T3/r7/2019-12-07.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I used to reinstall my operating system every few years, now I'm too lazy...does windows 10 "refresh" work well? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: is there a way to temporarily disable a set of portals from mapper? idea would be to disable non-golden chaos portals during gqs T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: you could change the level lock on a portal at the start of a GQ T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: see mapper help portals T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: the mapper portallevel command T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: not a bad thought. thanks :) T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: as long as your indices don't change often you can then toggle lvl 292 for non-golden chaos portals T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: yeah. indices should not change though if i don't clear/set portals again T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: i wonder what they're based on, maybe just sorted by exit id in database ? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: exactly, so you can alias it in to your take a gq alias T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: if you do mapper portals command it lists them with their indeces T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: or is there a way to just have it read mapper portal list and as it sees the portal with X level, it toggles it to Y level. so u just have to list your portals once before gq and once after and it auto toggles? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: Yeah I know :) T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: Zhalut that wouldn't help for tp portals and golden chaos T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: also wouldnt help for other portals with level 0/1 req level. like trivia portals T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: or recall/etc T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: looks like the indices are alphabetical T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: oh yeah alphabetical by area. how could i have missed that, heh T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: why not? the room name, vnum, and portal command is what you are reading, then u just check the level T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gorsk Tech: alphabetical by area name and then ascending by room name for areas with more than one T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gorsk Tech: by roomid, even T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: unless you are adding portals regularly it is easy enough to make it part of your start/join alias and part of the end trigger, to turn then back on T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: yeah. so that's actually not very useful. If I add an alias to toggle portals 15,20,100 ,then i get a new portal that goes into slot 18, regardless if that same portal is golden or not or just normal - at least 20 and 100 need to be adjusted T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gorsk Tech: mapper delete portal --> Remove the specified hand-held portal alias T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: yeah I am not adding portals regularly but... heh. atm I only have 1 chaos portal and 1 trivia portal, i'm likely to get more at some point :D T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: but Gorsk then you need to add them again after the GQ, which defeats turning them on and off T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gorsk Tech: 2 aliases. one to remove, another to add. don't use indexes, use commands to target em T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: the only other option is to then black-list landing rooms and search for the indices on those portals to turn off T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: again, why not just read the line and when ur trigger sees the portal, toggle its level? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: blacklisting landing rooms can become dangerous if / when i get one chaos portal that is right in the center of some area that requires to go to that room in order to go to few others, some interception. or just a tunnel of 1 width T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gorsk Tech: mapper output doesn't come from wold. triggers don't catch it T3/r7/2019-12-08.txt.gz:{chan ch=tech}Trachx Tech: if you are able to modify mapper plugin then it is pretty easy T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: that is lame. i guess u could write a query to list the portals and echo the command but that seems like a lot of work T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gorsk Tech: 2 aliases T3/r7/2019-12-08.txt.gz:{chan ch=tech}Intuition Tech: yeah, except for changing mapper, Gaelehad's solution seems to be the best, and remembering to update indexes whenever they change. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Trachx Tech: for i,v in ipairs(chaos_portals) do query = query .. "\n" .. string.format ("UPDATE exits SET level = %s WHERE fromuid = '*' and dir = %s T3/r7/2019-12-08.txt.gz:{chan ch=tech}Trachx Tech: for i,v in ipairs(chaos_portals) do query = query .. "\n" .. string.format ("UPDATE exits SET level = %s WHERE fromuid = '*' and dir = %s; ", fixsql(level), fixsql("xp_pt " .. v) ) ; end , dbCheckExecute(query) T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gorsk Tech: ya, just do that :) T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: i'm so glad you detailed orientated coders are here to solve the problems T3/r7/2019-12-08.txt.gz:{chan ch=tech}Gaelehad Tech: (-: T3/r7/2019-12-08.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: heh, guy at my previous employer had a nice TIFU moment this weekend...he modified a db schema I made without understanding it T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Lol! T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Uh oh. T3/r7/2019-12-08.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: you made a db schema without understanding it? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Elazul Tech: Boom. :) T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Did he post on reddit for karma at least T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: You grin evilly at him. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: That's no bueno. You might have a consultation paycheck coming your way. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Unless they did a mindboggling thing and made backups. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: yep I do, bannon T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Either that, or the guy is going to have to rebuild a new one. Or hope he has a backup. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Bannon grins. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: "Hey, Abelinc, we know you don't work here anymore... but... our guy really screwed things up. That DB you made? Well, it's broken because some jackass decided to modify it without understanding it. Can you help?" T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Oh yeah, sure. Let me look up the going rate of technical disaster consultation and I'll be right over. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: yeah, they haven't replaced me with anyone "real" yet (I've been gone since beginning of Oct), so they have an underling trying to maintain stuff T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: I've been brought in a few times so far T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: "Let's see... that'll cost you $600. Either that, or fix it yourself and waste that much in time anyway." T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: client sent a new customer list to import (a million or so records)...first, he was trying to "solve" the problem of zip codes that start with a 0, so he makes the zip field text instead of mediumint... T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: I don't know the circumstances of you leaving, but applying for the job when they open it and getting a higher salary would be a power move. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers with Bannon about their shared secret. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: next on import it complains about the unique constraint I put...first he removes the "UN" flag on customernum, then he finds the 2-field unique index and removes that T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: ... T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: "Let's just remove everything because I don't see its purpose." T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Sounds like this person was googling their way through. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Bannon. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: goes ahead and imports the records...everything above 8,388,607 is now exactly 8,388,607...154,367 records with that customer number now T3/r7/2019-12-08.txt.gz:{chan ch=tech}Legendary Gruagach Tech: this doesn't match the google picture.. let me make it match..oops what is going on T3/r7/2019-12-08.txt.gz:{chan ch=tech}Trachx Tech: learning by error is most effective (if person is able to learn) T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you use Google to solve your problems, always make sure you have sufficient backups. T3/r7/2019-12-08.txt.gz:{chan ch=tech}My Lady Zafrusteria Tech: always make sure you can restore your backups :) T3/r7/2019-12-08.txt.gz:{chan ch=tech}Trachx Tech: and verify they completed succesfully, instead of just replacing tapes T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: hmm. my employer made most of their customer account numbers identical on purpose. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: umm, that's a rather interesting approach T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: many years afterwards, they decided it might be beneficial to have unique account numbers instead - so far, theyve spent a year and a half, give or take, failing to notice that most of their accounts have phone numbers... T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Mannec crosses his arms and nods sagely to you. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: what's the purpose of even having an account number if it's not unique? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: thats what i said! T3/r7/2019-12-08.txt.gz:{chan ch=tech}Nakami Tech: sounds like manager logic: if you make them the same, we won't have to deal with that last problem where someone lost their uniqueness. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: apparently, its to distinguish at a glance the difference between a corporate customer and a private one... give or take a few thousand customers who arent mislabelled. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: or both. that happens, also. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: seems having a CustomerType field would make more sense T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: noone in the it department knows cobol. or that they are in the it department, as near as i can tell. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: oh crap...real legacy system...gotcha...we've got this field here that we don't care about, it's now UserField1 T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: the most productive thing that department has done in the last year is to break the phones, company-wide. this past week. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: heh, moving to VoIP to save money T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: that was 2 years ago :p T3/r7/2019-12-08.txt.gz:{chan ch=tech}Trachx Tech: it happens, do you know that pressing reset button on siemens hipath over 5 sec used to wipe config T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Mannec snickers softly. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: that's a pretty usual thing for a long-press on a reset button to do T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: and of course, you need anywhere from 4 to 10 seconds to reset a pc ... T3/r7/2019-12-08.txt.gz:{chan ch=tech}Trachx Tech: and I always wondered whether Siemens people ever used their phones T3/r7/2019-12-08.txt.gz:{chan ch=tech}Trachx Tech: usually reset buttons are "protected" by small hole, so cannot accidentaly press it T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mannec Tech: im more used to consumer-grade reset buttons, which are the ones most commonly used. i have devices with no other controls... T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Anyone with experience with the Aardwolf implementation of MUSHClient? T3/r7/2019-12-08.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: I think Abelinc does T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Specifically running it in Wine. Sorry. I ended that early. T3/r7/2019-12-08.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: I think Abelinc does T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Which OS T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Linux T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: What's your issue T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: My question is about the window placement. Is it persistant across runs? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes, i've found it is, as long as your resolution is stable T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Awesome. Thank you. T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Latest versions of mush also has that layout settings. aard layout help? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Oh... T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: That is SLICK! T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Did it work? I'm not on mush T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Yeah. :) T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Awesomesauce. No thanks to abelinc T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ooh, so you can save settings for multiple machines... sneaky T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: I started yesterday with the Tintin++ scripts, which is cool and I'm going to keep it if I'm ever remote, but omg. T3/r7/2019-12-08.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: finger ixle if you want more tintin info T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Tintin I might be of some help T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ixle or cheezburger for tintin stuffs T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Yeah. They're awesome. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: I'm going to have to play with layouts. T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: You can also create your own layouts in tintin with tmux configs, but that's a little.. harder T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: It's a bit of a tradeoff. MUSHClient has an actual map you can click on and move about, but TinTin+ has a split off window for characters in the same room. That was useful. T3/r7/2019-12-08.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: You can do that for mush too T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: I might look deeper into MUSHClient scripting to see if I can implement that. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sheriff Shindo Tech: you can do similar things for mushclient using tags and miniwindows T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: That would be quite awesome. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: not sure if it's normal or because I don't have an area fully explored, but my S&D searches after every kill so it goes to: there is no 124.somemob around here. Is there any concern with this? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Suluap Tech: is there a good mapper way out of the goblin fortress or will it just never work well T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Considering it's a maze, you'll not be able to set up mapper to get you out easily. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Suluap Tech: cool...that is what i thought...it just seems like some areas are sort of mazes but not i guess true random exit T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Some are faux mazes, yes. Like School of Horror's Outer Space, or Hacthling Aerie's beginning. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: I am using your S&D crowley, it's very cool. Is there documentation on how it updates the index? I often arrive at places at the target is red in the list. Then after some time, a list appears under xcp command. I don't know when it does this or how to trigger it. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: like: in the zoo now, the target shows up in my where output when I type xcp. but there is no go # list. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: I'm 97% explored for this area, so it's possible it's not in an area explored. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Did you do xset index areas yet? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: I did not T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: As far as documentation, that was never included in the last version. I'm working on adding some, though. I just have to dig through the code and make sure I get everything. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Wanner Tech: make sure pagesize is 0 too, I had to do that to get it to work T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: I typed: xset index areas (for the first time) T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you 'xset index areas', it should theoretically fix any invalid 'red lines'. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: paging is disabled, yes T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: so now typing xcp should show an index with g #'s? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: go #'s T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Theoretically, yes. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: instead it shows: there is no 14.naga around here T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: or... 15.naga. I think it's still indexing maybe? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: It sounds like it's trying to find your mob. Try 'ht naga' T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's also possible that your cp target is a nohunt mob. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Suluap Tech: sintax there is a difference between an area index and trying to find the specific cp mob out of a large number in the area T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: after ht naga then xcp shows # list T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: And if there are others with the same keyword that ARE huntable, it'll never 'find' your mob. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: so normally it's just xcp but if nothing shows up, then ht then xcp again? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Suluap Tech: generally speaking, you should just need to type xcp <#> from your list...it will run to the starting room of the area and trying to hunttrick to find your mob T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: You shouldn't have to hit xcp after doing hunt trick. There is only one time you hit xcp per mob, and that's at the beginning. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Suluap Tech: once it finds it a list of rooms with that name will show up and you type go T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Suluap nods at Mr. Crowley. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: at the beginning when I get the campaign? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: so you killed a cp mob, you type 'xcp' and it'll run to the next area and automatically hunt trick the next mob. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: You'd use it each time you kill a cp mob. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: it was randomly doing that (running to new area but I was not typing an index, just xcp). T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: thanks! T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, xcp says "okay, we're going to go to the first mob in the list that isn't dead." T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Is that for MushClient, Crowley? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Bannon. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Crowley That sounds mightly useful. Where can I download that? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Suluap Tech: finger crowley for link T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Finger me for the link. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's called "Search and Destroy" T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Nice. :) T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Legendary Gruagach says, 'Botting is like a drunk weasel. It's only fun until someone gets caught.' T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: it's not botting I thought. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Never my original code. It was originally created by WinkleWinkle, then picked up by Starling when he stopped playing. Starling got banned, so the mantle was passed on to me, more or less. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Legendary Gruagach Tech: its not.. there wouldnt be open talk about it if it was lol..it does come close depending on the user T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's not botting, no. It could be turned into a bot, but the plugin itself is not a bot. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: S&D as a core isn't anywhere near botting. But change two or three lines, and yeah, it can easily become one. Please don't be that jackass, though. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: I like the game too much to risk botting ban. I do like the helper and saving keystrokes though! T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Not me. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: What's the quick and dirty on installing plugins in MUSHClient? T3/r7/2019-12-08.txt.gz:{chan ch=tech}MythHaike Tech: put into world->plugin, open mushclient, add via plugin manager? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Ok. I restarted MUSHClient. What's that last part again? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: can always use tech -h to see its history. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Ah, you're right. I got it. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Interesting thing going on, Crowley. I can do a 'campaign info' and get my list, but when I do a 'cp check', the list comes back empty. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Were you already on a cp when you installed it? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Yeah. Is that interfering? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's possible, hmm. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: What language is this? Lua? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yes. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Tech: Bannon goes cross-eyed. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: I do not understand how to make S&D travel through doors. I was told to configure mapper, but I don't understand it. Is it possible? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: yah you need to add custom exits T3/r7/2019-12-08.txt.gz:{chan ch=tech}Areia Tech: See 'mapper help'. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: S&D utilizes the mapper. You have to create cexits for each door using 'mapper cexit open ;;' T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: mapper help exits T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: So: mapper cexit open n;;n T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: And yes, double the semi-colons. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Legendary Gruagach Tech: thick colon, flush 12 times T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: would I need to map all doors, rubble, boulder, etc for each zone? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: or is there a one size fits all open? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Areia Tech: Almost always 'open ' works. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Mr. Crowley Tech: But yes, you'd have to map every door, essentially. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Legendary Gruagach Tech: everything, area quest , portals, everything. do some cps and build up that strong mapper T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: so I would need an open for n e s w u and d in that command above? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: with lots of ;; of course T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: does anyone have the mapper ninja script to share with Sintax? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: mapper ninja? T3/r7/2019-12-08.txt.gz:{chan ch=tech}Areia Tech: I have an alias that just takes a direction as an argument and executes 'mapper cexit open %1;;%1'. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: here, it is on koopatroopa's site https://github.com/xeryax/ T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: Crowley: So it updated, but it's a mob behind. T3/r7/2019-12-08.txt.gz:{chan ch=tech}Zhalut Tech: i used mapper ninja plugin for a long time. makes it easy to create those custom exits in the mapper T3/r7/2019-12-08.txt.gz:{chan ch=tech}Sintax Tech: thanks all. Wifey asked me to watch a movie with her. Cyas T3/r7/2019-12-08.txt.gz:{chan ch=tech}Bannon Tech: So I had to right-click ref, then left-click ref. Interesting! T3/r7/2019-12-09.txt.gz:{chan ch=tech}Bannon Tech: Hmm. Has anyone had any issues with the MUSHClient big map transferring to the city map at Vidbain? T3/r7/2019-12-09.txt.gz:{chan ch=tech}Areia Tech: Is there an easy way to queery DINV inside a script, instead of on the command line? Looking to have an alias that does something like 'if I have this particular item, then do something with it, otherwise do something else'. T3/r7/2019-12-09.txt.gz:{chan ch=tech}Nohh Tech: you uh.. may be able to use CallPlugin, and find some appropriate function to call in dinv's code (or some inappropriate one, that you can just use to gleen the information from anyway) T3/r7/2019-12-09.txt.gz:{chan ch=tech}Tech: Areia nods at Nohh. T3/r7/2019-12-09.txt.gz:{chan ch=tech}Areia Tech: Just making sure there wasn't a better way before I did some digging. Thankees :) T3/r7/2019-12-09.txt.gz:{chan ch=tech}[DEMON] Khadaji Tech: looking for code help regarding drawing images. shoot me a tell if you might be able to help: paying well T3/r7/2019-12-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: anyone know which flags to use to only set the execute bit on directory using chmod. i don't want to do chmod -R o+x * T3/r7/2019-12-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: because that makes all files executable T3/r7/2019-12-09.txt.gz:{chan ch=tech}Sheriff Shindo Tech: found the solution T3/r7/2019-12-09.txt.gz:{chan ch=tech}Sintax Tech: is there a way to go to any mob not just the ones on the xcp list? T3/r7/2019-12-09.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Go to an area, type 'qw mobname', type go T3/r7/2019-12-09.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Where mobname is the name of the mob you want to go to T3/r7/2019-12-09.txt.gz:{chan ch=tech}Sintax Tech: awesome thank you T3/r7/2019-12-09.txt.gz:{chan ch=tech}Sintax Tech: anyone use ninja mapper script? T3/r7/2019-12-09.txt.gz:{chan ch=tech}AHHHHHHH Chou Tech: is there any way to set the text color monochrome? T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: ansy? T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: ansi T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: https://cdn.discordapp.com/attachments/140633283024125952/653626740349861889/20191209_103620.jpg T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: my setup is very powerful now T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: ignore the size of my shirt, i am very skinny T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: wtf why so many screens T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: i dont know T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: i need screens for my screens T3/r7/2019-12-09.txt.gz:{chan ch=tech}KoopaTroopa Tech: maybe hes a day trader.... whats it matter :) T3/r7/2019-12-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Doubt it's even his. He should take a pic of it with Huko logged in on MUSH. T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: okok fine fine T3/r7/2019-12-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Kind of hard to buy things when you're unemployed. T3/r7/2019-12-09.txt.gz:{chan ch=tech}Tech: Mr. Crowley's shifty eyes dart back and forth. T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: wrong T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: https://cdn.discordapp.com/attachments/492320579681255424/653777060606771210/20191209_205617.jpg T3/r7/2019-12-09.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, color me surprised. T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: added a laptop that can be mirror'd on left most monitor T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: most of this stuff is from when i had a job, my newest monitor isnt tho T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: acer predator x27h or some shit T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: hmm archeage T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: yeah its not too fun T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: just one Q, why the tv? xD T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: i just now added the monitor at the top T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: for some reason the tv hdmi ports burnt out, so its kinda just sitting up there T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: and like koopa siad, i am a very successful day trader, i for sure tell the truth too T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: had you an ctvsp box ? T3/r7/2019-12-09.txt.gz:{chan ch=tech}Torkin Tech: oh shit stonks T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: i dont know what that means beelz :( T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: stop your lies please, a succeful trader does not have time for any other thing T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: Cable Tv Service Provider T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: I am a very successful child to a mother T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: Yeah I actually play to plug it up to the top monitor, but I am too lazy atm T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: Plan to plug T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: let me tell you something fun then T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: that tv is like a 4k tv when they first came out, overpriced shit compared to todays 4k T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: sometimes those boxes send electricity to your tv wich result on hdmi por burn out or your whole tv T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: dang, thats probably why then T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: its only thing i had plugged into the tv :( T3/r7/2019-12-09.txt.gz:{chan ch=tech}Huko Tech: from what i see online it might not be the hardest to fix, but unmounting it then remounting it wouldnt be easy T3/r7/2019-12-09.txt.gz:{chan ch=tech}Insatiable Beelz Tech: that's why I let the company personnel connect the box to my tv, they have to fix it or give you a new one T3/r7/2019-12-09.txt.gz:{chan ch=tech}Slips Tech: soo.... i dont have s and d and play from a cell. can i create a new button setup for epics and notes like mush. T3/r7/2019-12-09.txt.gz:{chan ch=tech}Slips Tech: i need to see stuff like alias rt area and such T3/r7/2019-12-09.txt.gz:{chan ch=tech}Slips Tech: i mean i am. i just need to apply notes instead of going blind T3/r7/2019-12-09.txt.gz:{chan ch=tech}Elazul Tech: Any way in mush to make the windows resolution adaptive? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Does anyone know how to force a custom exit in MUSHClient? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Gaelehad Tech: force it to be used? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Yeah. So I want to make a custom exit to go and buy a key from the store, then go back and use the exit, but there's a pause here, so the custom exit fails because it's detecting as still being in the same room. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Gaelehad Tech: read mapper help exits but you first want to use the umm let me look T3/r7/2019-12-10.txt.gz:{chan ch=tech}Antifa Raded Tech: you can use mapper cexit_wait to give the cexit more time to complete, or use wait(seconds) to include a wait in the cexit T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: I'll give that a shot. Thank you. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Gaelehad Tech: mapper cexit_wait to extend the timeout it waits before checkign the exit worked. if it always pauses a while you can also use wait(12344) in the cexit command T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Has anyone seen this before? I put a wait(5) in my cexit, and it gets to the wait and then stops executing the run. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Gaelehad Tech: did you remember all the double ;; T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Yeah. That was my first thought as well. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Yeah. Every time I have a wait of any time, it my run 'forgets' to keep going. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Newbie Tech: is there a mushclient plugin that can keep track of the items that I identify, then store those items in some sort of database that can be searched (either online or offline)? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Areia Tech: Finger Durel for DINV. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Newbie Tech: thanks T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: Areia goes: "No Problem!" T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I've made a dinv build confirm list, but how do I use dinv? I mean, I see the commands to put in bags and take out, sets - but what advantage does it have over normal inventory management? Can anyone spew a few examples of what it can do? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: Most people use it for eq sets in general. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: With most other plugins that might manage inventory, you have to input what you want to wear. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Contigo Tech: i use the dinv set wear command a lot T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: DINV carefully calculates the best equipment to wear based on the stats you're looking for. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Contigo Tech: it helps you optimise your equipment to get the best stat boosts T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: does it possibly help like eqsearch or I have to have the items to optimize first? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: It also helps you sort your stuff into different bags. If you want all your weapons in one bag, portals in another, and armor in another, DINV can do that for you. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Contigo Tech: it helps especially when your equipment brings you past your max stats in certain attributes, so it would be a waste to continue wearing eq with a lot of that stat T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: You have to have the items in your inventory, but you can use dinv compare (or covet for auction items, I believe) to see if it'll work for you or not. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: the place I need help with is knowing where to get gear instead of waiting for eqsearch - also eqsearch often gives melee type gear when I want caster gear. Does it help with that? T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: eqsearch should be valuing your relevant stats? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: Have you set up your compare stats? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: rowley no T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: not sure how to do that (setup compare stats) T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: Also, eqsearch is not all exclusive. It's a very small percentage of in-game items. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: Type 'compare' for the syntax list. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I was hoping dinv would be more towards "all exclusive" in that search T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: As to your question, DINV does not have a database of items in the game, so it won't know what would be good for you if you do not have it, or if DINV cannot see it. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Contigo Tech: eqsearch tells you what "default" items that exist in the mud would be better than your current eq, but it does not take into account any enchanted / bonusloot eq you might already possess. dinv optimises the equipment you DO have, which should typically be much better than eqsearch items if you've been collecting them or getting enchanted sets T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: dinv is a database of stuff you currently own, not of stuff possible in the game T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at you in agreement. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: but really what you should be doing is looking for an enchanter to get you fully-enchanted sets T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: it's all of those eqsearch items, but with an extra bunch of stats and dr T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: do I need to spend TP to clear off glow/hum/magic flags? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: the enchanters already know which gear is good for caster gear T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: no T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: enchanted clan gear is usually enough to satisify what people need, in terms of stats. Yes, there's the possible outlier when you come across bonusloot, but that's what dinv compare is good for. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: open clan gear has 2 of the 3 flags available for enchanting T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: is it in tiers? like I should ask for 31 41 51 sets? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you want all enchants, then yes, you may need to toggle a flag. But 2 out of 3 usually is sufficient. T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: people usually buy level 1 / 41 / 71 / 91 / 131 / 151 / 171. T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: enchanted sets level T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: personally i only took level 1 / 91 / 131 / 171 T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: i find that level 1 set + level 1 aard stuff gets me to 91 easily enough T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: MythHaike's personal sets are more common than the first one suggested. :P T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: because im lazy to organise my inventory :P 4 sets are enough for me lol. not pupping yet,no need level 200 sets T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: Mique is agreeing with that MythHaike person again... T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: i just throw the 4 sets into 4 different bags T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: got it. Thank you. Another question... ninja mapper script. How do I use it? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: I actually have my aardbags keyworded...1-50, 51-100, 101-150, and 151-201 :-) T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: (plus potsbag, portalbag, generalbag, weaponbag) T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: heh besides those 4 sets, i have a pot bag & a weapon bag T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: Never used the mapper script, but I think he had a website with instructions on it. T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: and a portal bag T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: restarting client T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: man when S&D works.... it's beautiful. I don't understand why sometimes it doesn't build the list though. I'm typing xcp # (to whichever number is on top). When then doesn't work I type qw mobname and that sometimes build a list, other times, I go back to xcp and then it finally builds list. Am I using it correctly? T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: why do you need to qw? T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: i use it 3 commands most of the time T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: xcp -> nx -> kk T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: just trying to get it to populate list and sometimes that does it T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: populate list just type cp check T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I mean room list T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: doesnt do that. sometimes campaigns give exact rooms, other times give zones T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: S&D will bring you to the zone, then hunt/where the mob for the room, then you nx to it T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: if the campaign gives rooms directly, xcp will walk straight to room T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: you understand what i mean? lol T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: still haven't figured out the custom exits thing but I don't mind typing doors to open them T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: if that's what you mean T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: you dont get what i mean. T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: i think we're talking about different things here T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: S&D works off mapper. mapper requires you to have explored the areas & the rooms & mapped the custom exits for them T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: mapper cexit and word for the exit,such as mapper cexit on ;;n T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: ok, didn't know the custom exits were required. I don't quite understand what I'm supposed to do for that, even though I was told yesterday (still don't understand) T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: theres 2 different things there T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: will open the north door and movee you 1n T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: for S&D to work properly. you need to have mapper going properly T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: mapper custom exits are a must to learn T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: sorry for my ignorance - help mapper exits doesn't make sense. T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: ok mapper custom exits are simple. say you are at a door. north. T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: you need to map the opening of the door, enter it T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: you would type 'mapper cexit open n;n' T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: 2 ; T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: wait 1sec, it should auto register as successful T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I type that when I hit a door? T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: yes. whichever direction T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: yes T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: can be mapper open e;e T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: so on and so forth. REMEMBER 2 " T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: 2 ; T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: thats the most basic usage T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: later on, you can map anything. mapper cexit enter mirror T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: mapper cexit enter portal T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: what is that doing exactly? telling mapper to auto open doors when I hit them in that zone only? T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: yes T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: or enter portals, or do whatever's required T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: h -11 T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: its super intelligent that way T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: thank you I think I understand. It's like tuning the mapper as I level a few times so those zones work smooth like the ones that already work smooth? T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: if you have aardwolf 100% mapped out & explored. S&D will be able to bring you everywhere T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: so I need to basically do that for every door I see everywhere? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Madik Tech: even if it is in a random maze area? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: yes T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: so I assume mapper ninja automates some of that somehow? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Areia Tech: No. Mapper can't move you through random mazes. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: random mazes dont always have the same exits each tim you return T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: mapper just memorises the things required to get to a specific room, not in a maze T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: doesnt work if require key btw, unless you already have the key T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: this I think is what I was after: https://www.gammon.com.au/forum/?id=12945 T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: which is why you will often see a key on the floor bfore a locked exit T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: no need to pick it up, being in same room is usually good enough T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I did read in a newbie file to leave the keys. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: Yey reading help docs and questions will make your life easier T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I read them, but not sure which to read most of the time T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: practice practise T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: you don't need to map a door from both directions right? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Areia Tech: You probably should. T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: you can do that. im lazy. i just recall and go nxt T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: h -11 T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I mean I go into a room and mapper shuts door automagically when using the script. To exit the room I need to add the cexit back out. Right? T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: it never shuts door....it opens it T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: you can ignore door mapping if you have passdoor T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: yes T3/r7/2019-12-10.txt.gz:{chan ch=tech}Edly Tech: except after a certain level it feels like 90% of doors are immune to passdoor so you have to do it anyway T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I mean: I type mno and it the ninja mapper script registers a door to the north moving me through it. It's a 1x1 room. So I try to go back south but door is closed instantly. So I type mso to map the south direction. Right? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: or is the opposite direction pointless? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: looks like ninja mapper closes doors behind you: Custom Exit CONFIRMED: 40948 (open s T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: I would think you couls opwen door move n aand close door mapper cexit o n;;n;close door T3/r7/2019-12-10.txt.gz:{chan ch=tech}Areia Tech: Often you'll get a CP or GQ with multiple mobs in the same area. It's faster to have both directions mapped so you don't need to leave the area and run back. If you're not super concerned about speed, it's not the end of the world. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mique Tech: could open.. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: looks like ninja mapper closes doors behind you: Custom Exit CONFIRMED: 40948 (open s;s;close n) -> 4092 T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: (added 2x of the ;) T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: doesnt mapper T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: doesnt matter* T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: phew cant type lol T3/r7/2019-12-10.txt.gz:{chan ch=tech}Edly Tech: yeah I don't see the point of closing the door behind you, personally I'd just delete that part from the plugin T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: i cant be bothered to close a door. or to open it both way. i just recall and xcp if it doesnt work T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: it does force both directions might be the reason? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Edly Tech: true T3/r7/2019-12-10.txt.gz:{chan ch=tech}MythHaike Tech: no idea. using default mushclient package. lol T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: this game called 7 billion humans or uhh human resource machine seems like coding game T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: anyone heard of it or seen it T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Human Resource machine is indeed a coding game. If learning Assembly, or something like it, sounds fun, I recommend it. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Assembly scares the bejesus out of me. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Won't be fun then. lol T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: they got a new game called 7 billion humans that i think is kinda like a bigger one T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: i got a 60% off coupon for it, 8.99 T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Yeah, I think the new one teaches parallel processing. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: they just introduced if statements and im stuck, floor like 4 T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: im very smart T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: If I want to backup all of MUSHClient, map and all, would I just back up the \MUSHClient folder? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Edly Tech: that's what I do T3/r7/2019-12-10.txt.gz:{chan ch=tech}Edly Tech: the map in particular is in Aardwolf.db T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: If you want a game with a more retro look and feel (plus an actual manual that's part of the game) check out TIS-100. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: It will make you cry at times though. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: I'm thinking of symlinking my entire MUSHClient directory into Dropbox or something to take it with me. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: My Mushclient folder lives in Dropbox and it works well most of the time. I get the odd conflict if I fire it up at home before syncing finishes. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Going to switch it over to Syncthing one of these days... T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Do you use Syncthing for anything else? I've heard good things about it on the Linux podcasts. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: I use it for a DIY password management solution actually. I have it on my cell, my work system and my home system and only let it run over the LAN. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: The net result is that I have an automated sneakernet via my phone. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Nice. :) T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: I just store the Keepass database in a synced folder and the most recent version is always accessible on whichever system I'm using. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: It's peer to peer, yeah? How are nodes identified to each other? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: this games too hard T3/r7/2019-12-10.txt.gz:{chan ch=tech}Slips Tech: you got this huko T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Devices can discover each other on the same LAN or you can enter the device's UID either manually or by scanning a QR code. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Slips Tech: just rock it and keep truckin T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Nice. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: You can also relay your transfers so two peers can communicate over the Internet but I'm a paranoid old coot so I just sync locally. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: I don't blame you. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: I wonder if I can use my VPS as a go between. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Until yesterday, that's what I did actually. Relays require both peers to be online but you could set the VPS up as another peer if you don't mind leaving your files there. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: My VPS provider shut their doors yesterday. :( T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: It's MUSHclient for the time being, and I did harden the server. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Oh. :( I'm sorry to hear that. Did they give you a chance to back up? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Three days, but I'd borked the isntance like a week earlier so there was nothing left to lose. lol T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: Bannon laughs out loud. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Been there, man. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: I've rebuilt my VPS about 20 times, from Ubuntu 12.04 through 19.04 T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: which service you use? I like digitalocean.com T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: DO T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Jeez, I didn't have mine up for a year. Mind you, it was a fly by night operation I found via LowEndBox. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: DO's on my short list for next time. Maybe a Christmas present to myself. hehe T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I have a neat script I modified that updates ufw based on ddns so my phone and home/laptop can always get in ssh T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Do you modify the rules based on the results of nslookup or dig? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Bannon Tech: Looks like my droplet is having link issues. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: uses dig T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: If you want the link I put a tutorial up on it T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: can't send you a tell for some reason Finley T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: For sure! It sounds useful. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Odd... I can't think of any reason it wouldn't work. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Just received. Thank you. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Aaaaah!! I was right! I feel smart! T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I use that script on all servers. I didn't write it, but though it was wise to save (required tiny modification to work) T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: I think it'll work into my end goal nicely. I want to set up a VPS as a Syncthing relay between my phone and my Pi router at home so I can sync pictures on the road. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: in that case you could use rsync and cron T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: sorry I misread - phone to pi? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Yeah, I just spent the last 20 seconds searching for rsync on Android. lol T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: if you can get it to work, userland is neat T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: basically a linux vm on android, and all the nifty tools. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: but file permissions are tough to work around. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: Yeah, I ran into permissions issues getting Syncthing to sync an SD card too. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Finley Tech: I miss when permissions were more granular in Android. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Sintax Tech: I do not understand how to use the suggest options on dinv. I ran the analyze command for hands for example and it listed something I don't possess. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: It only analyzes things in your inventory. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Areia Tech: Have you built up the DB and read through the helpfiles yet? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: So you do possess it. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: The help files are extensive, massively so. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: Contains a LOT of examples and helpful text. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Zepfu Tech: is there anyway to get the starting room ids for areas from mapper? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: No, because there's no such thing as a "starting room". T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: There's area entrances, but some areas have more than one entrance. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can run to what you want to BE the starting room, and then type 'mapper thisroom' T3/r7/2019-12-10.txt.gz:{chan ch=tech}Mr. Crowley Tech: But using S&D, you can set your "start room" with 'xset mark' T3/r7/2019-12-10.txt.gz:{chan ch=tech}Zepfu Tech: fair point. hmm. trying to get the roomid so from recall i can determine the run length. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Zepfu Tech: subsequently determining what other tp portals i need to buy. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: so I saw an addon thatll constantly update an alias with your best skill for the level... anyone know where I saw it T3/r7/2019-12-10.txt.gz:{chan ch=tech}Zepfu Tech: if i did not have identify when first setting dinv up, will a refresh all update everything accordingly? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Zepfu Tech: identify wish* T3/r7/2019-12-10.txt.gz:{chan ch=tech}Durel Tech: Zepfu: If you get the identify wish you would need to do a fresh rebuild (dinv build confirm) so that everything gets identified again. A refresh would use your wish for anything new that you had, but it wouldn't re-identify items that were identified previously. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: depends on what info you are extracting. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: id wish adds very little info to the mix T3/r7/2019-12-10.txt.gz:{chan ch=tech}Durel Tech: resists, weapon damtype, etc. I find it handy :) T3/r7/2019-12-10.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: or rather, it adds non-essential info T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: inventory wish messed up every one of my bots T3/r7/2019-12-10.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: sure :) T3/r7/2019-12-10.txt.gz:{chan ch=tech}Huko Tech: i have to xp on my own now, its riducliously unhandy T3/r7/2019-12-10.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: we believe you, Huko. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Zepfu Tech: cool, ty durel! i went ahead and tried it earlier and no issues encountered. was concerned i would mess up the db but figured worst case i could always restore. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Newbie Tech: does searching dinv only work on items you're currently carrying? What about items that you once saw, but didn't keep? T3/r7/2019-12-10.txt.gz:{chan ch=tech}Durel Tech: It just includes items you currently are carrying T3/r7/2019-12-10.txt.gz:{chan ch=tech}Newbie Tech: Hmm. I need a way to keep track of all items that I've seen before, so I can go back later and search against specific criteria. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: build your own database :) T3/r7/2019-12-10.txt.gz:{chan ch=tech}Newbie Tech: sounds like it. was just hoping that there was an existing solution. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: with invmon, invdetails and identify wish, maintaining a item db is not that bad. T3/r7/2019-12-10.txt.gz:{chan ch=tech}Suluap Tech: can i use the dinv portal command for the regular crystal shard to get out of ruins of diamond read or would i have to set up a mapper cexit since its not really a portal T3/r7/2019-12-10.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i just made an alais that procs when i hit my "exits" button in that room T3/r7/2019-12-10.txt.gz:{chan ch=tech}Suluap Tech: i was more wondering if i could find a good way to "auto out of that zone" when using S&D T3/r7/2019-12-10.txt.gz:{chan ch=tech}Suluap Tech: an alias is what i was thinking of trying next... T3/r7/2019-12-10.txt.gz:{chan ch=tech}Durel Tech: The dinv portal mode simply gets the specified portal, holds it, enters it, removes it, wears your previous portal, and puts your portal away T3/r7/2019-12-10.txt.gz:{chan ch=tech}Durel Tech: The only real advantage is that dinv already knows what portal you are using when you start so it knows what to put back when you are done T3/r7/2019-12-11.txt.gz:{chan ch=tech}Newbie Tech: Durel, what's the name of the file that stores the information after, for example, running dinv build? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Durel Tech: The state file for your inventory is at: .../MUSHclient/worlds/plugins/state/dinv-88c86ea252fc1918556df9fe/[your char's name]/current/inv-items.state T3/r7/2019-12-11.txt.gz:{chan ch=tech}Newbie Tech: thanks T3/r7/2019-12-11.txt.gz:{chan ch=tech}Durel Tech: It's just a serialized lua table for your inventory so you can read it with an editor if you want T3/r7/2019-12-11.txt.gz:{chan ch=tech}Durel Tech: I didn't know how to use sql when I wrote dinv so it's not a regular database :P T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mannec Tech: flat file. comma separate value if yer feelin fancy that day. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Newbie Tech: looks like YAML T3/r7/2019-12-11.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: anyone has installed windows 10 1909 yet? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mannec Tech: dont be silly. they were still using 3.0 in 1909 :p T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i'm having trouble with using a variable to wield a weapon... T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i have a trigger set up to use invmon to grab the item id that i offhand...i send it to a variable "offhand", but when i use "offhand ffhand" it doesn't work T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: are you using mushclient? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: yesh T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: yes* T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: so first use GetVariable and SetVariable and switch to scripting mode, it makes life quite a bit less complicated T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: or just remember to check that expand variable checkbox on the left side T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: oops i mean right side T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i have that box checked T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: oh does the mud complain about not knowing hte command?> T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: it says i dont have that item T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: it is stored in my variable list T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: the item id that is T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: use echocommand to see what the mud is sending T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: i meanwhat the client is send... omg i'm in back to front mode this morning T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: and you can use ctrl+shift+f12 to test triggers T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: yeah so it looks like my variable isn't pull the actual item id T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: i just use (in th aard muahxlient ) I get *asterik and then in the lower box have wield or wear %1 ( percent symbol one T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: then switch the output to script mode and then this is the command Execute("second "..GetVariable("offhand")) T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: blegh I use the aard mushclient and put it in alias' T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: Gaelehad runs over to Mique and gives her a sweet HUGGLE! T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: and to test it change the Execute to Note T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i may be entering the command wrong, but after using echocommand, it seems like it is cutting off the first letter of the variable name T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: for example ffhand...is being entered as ffhand T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: yes, because you don't have expand variable checked in the right hand box T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: but it is checked T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: i know, because i've hit my head on the wall plenty of times because i forgot to do that T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: okay then what is in the variable itself? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: the variable is the item id T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: alt+enter go to variables... right at the bottom T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: and how are you setting it from invmon, can you paste that line T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: then it should be working perfectly T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: ^\{invmon\}2,(\d+),-1,24$ T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: for my mainhand...regex is checked as well as expand variables T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: it was working before...it seems like it stopped working T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i was trying to add my offhand so i could include it in an alias to get out of ruins of diamond reeach T3/r7/2019-12-11.txt.gz:{chan ch=tech}Exiled To Aphelion Tech: {invmon}(\d+),(\d+),(-?\d+),(-?\d+) T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i'm wondering if it's an issue with just sending it as a command T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i just testing my disarm trigger and it works...i may need to set an alias that expands variables to do what i want to do T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i fixed it..thanks all.. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: *Yay!* Go Suluap!!! Mique cheers him on. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i needed to set up an alias to do the expanded variables part... T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: so my mapper cexit would work T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: i found an alias that grabs in item from a bag then stashes it afterwards and the wear all command covers 99% of cases like malic with that shard T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: i use dinv for my portals...and my invmon trigger for my disarm...this was just sort of a special scenario where i didn't want to have to hardcode what my offhand item was T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: yeah, teh shard is annoying because going east it sticks around and west it gets used up T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: exactly T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: I just use sd for second dagger, i have an aard dagger for many levels T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: h -11 T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: oops T3/r7/2019-12-11.txt.gz:{chan ch=tech}Suluap Tech: for disarm it works well...but for offhand not as well...i have aard weapons for once i get to a high enough level...im hoping to fill out the rest of my 90-170 this remort T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: h T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: lol ok forget history T3/r7/2019-12-11.txt.gz:{chan ch=tech}Gaelehad Tech: it is channelname -h T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: oh forgot the - T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mique Tech: thanks T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: anyone use blowtorch, please? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: I tried it but don't like it. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: only because i can't encrypt. other features seemed nice T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: don't supose you know how to copy from it? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: like copy stream of text you typed/saw? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: copy text from the main window T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: i csn select it, but cant seem to copy T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: Sorry, I don't know. I can suggest instead connectbot though. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: then you can use tin tin or other real client (I use through a vps that way) T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: would test but I have uninstalled bt T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: ok, thank you T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sheriff Shindo Tech: on blwotorch, well on my device at least, part of the highlight text button thingy is a copy mini-button but it is so small that you need a 5 year old to operate it T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sheriff Shindo Tech: pasting is easier, you just long press in the input window to get the paste option to come up T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: one of the blue bits at the side? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the top left corner button, iirc is the copy one T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sheriff Shindo Tech: of that mini-micro icon T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: ah, thought id tried that one already, its worked this time T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: thank you T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sheriff Shindo Tech: to tell the truth i eventually just settled for taking screen shots, because that is easier than the fiddly copy paste T3/r7/2019-12-11.txt.gz:{chan ch=tech}Grilraald Tech: i want to paste them into the gaardian campaign manager T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sheriff Shindo Tech: grilraad are you not using the mapper and my campaign helper or haven't you explored enough yet? T3/r7/2019-12-11.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: i will pay 50k qps for 3d lasertag plugin for mushclient. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Lundfu Tech: if you get shot in lasertag, a laser shoots you in the face irl? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: usb laser T3/r7/2019-12-11.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: think about it. it'd be pretty cool T3/r7/2019-12-11.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: the job is announced. think about it. then contact me if you're capable and enthused. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: would love to learn lua. I bet parts of S&D can already do it. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: Eh? S&D has no code in it for 3D anything. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: I wouldn't even try making a plugin like that for anything less than 150k qps. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: doesn't it scan and find mobs? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yes, bht that doesn't turn it into 3D. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: or it finds rooms T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: I have not even seen a lasertag game so I should shoosh :) T3/r7/2019-12-11.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: i dont have 150kqp T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: It looks in your database for a room name matching what you're looking for. T3/r7/2019-12-11.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Or 3D, apparently T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: Lasertag is just how it sounds - you play lasertag with other players. T3/r7/2019-12-11.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: would be a bit much too T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: Or it hunts for a mob until it can't hunt for that target and wheres it. Then looks in the database. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: It's not rocket science. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: That said, it's nifty and it's a good tool to have to do campaigns quickly, but there's nothing you couldn't do manually. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: I love it T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: CeriQ, way off target there. Not what we were talking about. Sintax was saying that S&D might have code for 3D lasertag. T3/r7/2019-12-11.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I do like to hunt 5,000 princesses T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: I simply said S&D does not have any code for it. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: Oh. Sorry, wasn't in the discussion for the beginning. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers with A Nimwit Bamboo about their shared secret. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Confounded CeriQ. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: What Crowley said, no lasertag in S&D. :) T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: A fella can dream!!! T3/r7/2019-12-11.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Nor 3D T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: Mr. Crowley hunts for the 23th some reeds. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: What if it's 3d but with the z-axes locked? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yes, 23th. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: Alright, I've been caught out. It does have a super sekrit 3D mode. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: To enable it, you just have to push Alt+F4. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: And enter if you get a popup after. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: But do it quick, it locks up after 1.5 seconds. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Confounded CeriQ. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Torched Welding Tech: looks like mushclient crashed when i tried to run it T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: I'll see myself out now. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, it's finicky like that. If it crashes, just have to try it again. After the 5th crash, it should work permanently. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Torched Welding Tech: yeah, might have to update my graphics card to run it T3/r7/2019-12-11.txt.gz:{chan ch=tech}Torched Welding Tech: any recommendations? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's possible, too. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: I go for tie ID-10 series, specifically the T card. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's relatively new on the market, most people haven't heard about it, but I've always had good response with it. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: no it crashes because of the cache. You have to delete with the following linux command: rm -Rf / T3/r7/2019-12-11.txt.gz:{chan ch=tech}Confounded CeriQ Tech: Sintax, don't forget -no-preserve-root. T3/r7/2019-12-11.txt.gz:{chan ch=tech}Sintax Tech: don't make me go look stuff up T3/r7/2019-12-11.txt.gz:{chan ch=tech}Newbie Tech: Mushclient: any tutorials for writing a script to capture certain text (e.g., using regexp) and write it to a file? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Newbie Tech: or, alternatively, to selectively log certain types of output using the logging feature? T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: depends on where you want to log it, what you want to log, and how you want to handle colors...for comm log stuff, it's as easy as right-click the comm log and select logging to file T3/r7/2019-12-11.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I tried - putty doesn't have it T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: alternatively, you can make a trigger, and in the send-to drop-down where you normally select world/execute/script, select write to log file T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: I log to file in putty all the time :-) T3/r7/2019-12-11.txt.gz:{chan ch=tech}Newbie Tech: Abel, I think the trigger solution is what I'm looking for -- thanks! T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: for that, right-click the window title, select change settings, then logging :-) T3/r7/2019-12-11.txt.gz:{chan ch=tech}Tech: (that being putty, not my trigger solution :-) T3/r7/2019-12-11.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: I thought you'd be more of a fan of KiTTY T3/r7/2019-12-11.txt.gz:{chan ch=tech}KnightLord Throxx Tech: great band T3/r7/2019-12-12.txt.gz:{chan ch=tech}Elazul Tech: Is there a way to save window layouts in mush? T3/r7/2019-12-12.txt.gz:{chan ch=tech}Elazul Tech: Or at least reset the layout since I'm rdp'd and my native res is much larger so I can't see any windows, heh. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Gaelehad Tech: aard help T3/r7/2019-12-12.txt.gz:{chan ch=tech}Gaelehad Tech: and aard layout help T3/r7/2019-12-12.txt.gz:{chan ch=tech}Elazul Tech: Thank you! T3/r7/2019-12-12.txt.gz:{chan ch=tech}Elazul Tech: Freakin' glorious. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Elazul Tech: Ty so much! T3/r7/2019-12-12.txt.gz:{chan ch=tech}Gaelehad Tech: yeah, you can name them and switch between them T3/r7/2019-12-12.txt.gz:{chan ch=tech}Gaelehad Tech: thank fiendish, i just vaguely remember stuffs T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: having issues with SnD not pulling up targets in the plugin window. basic stuff like refresh, reloading mushclient, etc don't seem to work. any ideas? T3/r7/2019-12-12.txt.gz:{chan ch=tech}Tech: Mr. Crowley sits down and thinks deeply. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: What happens when you type 'cp check'? T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: it says "no targets to show." I'll upload an image of my screen, one sec T3/r7/2019-12-12.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: https://i.imgur.com/kH5x6ne.png T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: for what its worth, I have a backup of an older SnD and tried using it to see if there was issues with that, but the same thing occured on there. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Okay, have you killed all the other mobs aside from the medicine man? T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: yeah, medicine man is the last one T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Also, the reason why it's "ignoring" the medicine man is because the area range is from 40 to 50. Generally, that means that the highest mob level in that area is level 50. That's not always the case, as there may be one or two stragglers above that level (Keep of Kobolai is one, for example). In this case, you'll have to manually find the room (mapper goto 4539) and kill it then. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: I should look into making the "ignore" still clickable so you can go to it in events like this, though. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: oh! makes sense now, I see what you mean. big thank you. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: I have one more minor question if you have a minute crowley T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Sorry, I'm above the age of 18. I could get in trouble playing with minors. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: heh T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: I mean, go ahead and ask your question! T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: during an area campaign, for some reason the snd doesn't take me to the entrance to Tilule, it says the room is not found even though i have fully explored that area. is there any reason for that? T3/r7/2019-12-12.txt.gz:{chan ch=tech}Twyst Tech: go there and use xset mark T3/r7/2019-12-12.txt.gz:{chan ch=tech}Suluap Tech: yeah you can reset the start room T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, someone pointed out that the marker for Tilule was incorrect. T3/r7/2019-12-12.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: The the exit from the continent to the area T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: I've since updated it, I think. But xset mark will fix the problem for you. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Mr. Crowley Tech: For some reason, Starling had put it as 54747 or something like that. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Torched Welding Tech: gotcha, thanks. and yeah taht was the room number that was pulling up for w/e reason. T3/r7/2019-12-12.txt.gz:{chan ch=tech}Tech: Mr. Crowley smiles happily. T3/r7/2019-12-12.txt.gz:{chan ch=tech}KoopaTroopa Tech: anyone got a good regex that captures (s)who output? specifically need playername and clan -- ive got it all working, but if a clanned player is CP or Q [C|Q] then that appends to my clanname T3/r7/2019-12-12.txt.gz:{chan ch=tech}KoopaTroopa Tech: anyone got a good regex that captures (s)who output? specifically need playername and clan -- ive got it all working, but if a clanned player is CP or Q [C|Q] then that appends to my clanname T3/r7/2019-12-13.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: has anyone been able to use Python scripting? i'm getting an error regarding loading the python scripting engine T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: my midi controller. its working fine. but with an extension usb cable (tried 2 of them) it starts to disconnect randomly T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: the cables should be fine too. T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: what gives? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Finley Tech: Too long maybe? T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: 2 metres T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: i had the same exact problem with my mobile dongle. works fine but with extension cable it disconnected often T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: and all i get from google is that "check drivers" T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: which are fine of course T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: i mean, it must be the cables. the one what i used the dongle with, it was brand new, said pro usb 3 and everything T3/r7/2019-12-13.txt.gz:{chan ch=tech}Finley Tech: I'd still try plugging it into a powered hub. Just in case. There's often a gap between what should happen and what does happen. T3/r7/2019-12-13.txt.gz:{chan ch=tech}SoVeryVery VeryLongName Tech: ok, sounds a good idea. thx T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: h T3/r7/2019-12-13.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: h T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: bah T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: i T3/r7/2019-12-13.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Huh? T3/r7/2019-12-13.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: They're saying hi T3/r7/2019-12-13.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: has anyone ever used Python for scripting in MUSHclient? tried last night but couldn't get the python engine to work T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: oooo Crowley!!!! T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: anyone got a good regex that captures (s)who output? specifically need playername and clan -- ive got it all working, but if a clanned player is CP or Q [C|Q] then that appends to my clanname T3/r7/2019-12-13.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: Koopa, I can help T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's pretty simple. T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: i thought so too crowley... but im not sure if you were talking to me or to Ruhamah T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can just put (?:\[(CP|Q)\])? in it. T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: for whatever reason it isnt working T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Are you accounting for any spaces? T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: consider what i have to capture first... the clan name imagine no parentheses here (clanname)[cp] T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: there are no spaces there T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Okay, so it comes AFTER the clan name. T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: so the end of the line (lets see what my client lets me type here) looks like .*\[Q\] T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Do you have shorttags on for clan? Or full tags? T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: fulltags T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: https://pastebin.com/Jd4sq36M T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: just to see what i am working with T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Then at the end, you should just have (?:\[(CP|Q)\])? (though maybe there's a space after the q/cp tag?) T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: so... it still captures the cp/q in the clantag T3/r7/2019-12-13.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Seems main space is between the name and then clantag/campaign/quest flags go without spaces.... T3/r7/2019-12-13.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Well other than HC/Opk/Advisotr/wanted etc... T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: Sweet - i can share!! https://regex101.com/r/GmEvk0/1 T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: i will figure out the pretags there are dozens of ways to do that... but the clan/cp/q thing is bugging me T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: i only did the swho because it doesnt include titles... so if someone has one for just who, that would suffice too T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: ^\[.*\] \[\s+(?\d+) \] (\Q*AFK* \E|\Q(HARDCORE) \E|\Q(WANTED) \E|\Q(OPK) \E|\Q(Linkdead) \E|\Q[Advisor] \E)*(?\w+)\s(?.*?)(?:\[(C|Q)\])?$ --> That works. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Forgot it's C and not CP. T3/r7/2019-12-13.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Btw druid sucks because they have a back-slash in their tag. Just saying. T3/r7/2019-12-13.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: They have two.* T3/r7/2019-12-13.txt.gz:{chan ch=tech}Durel Tech: And Tao too :P T3/r7/2019-12-13.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Omg these savages T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Even better is this: ^\[.*\] \[\s+(?\d+) \] (\Q*AFK* \E|\Q(HARDCORE) \E|\Q(WANTED) \E|\Q(OPK) \E|\Q(Linkdead) \E|\Q[Advisor] \E)*(?\w+)\s(?.*?)(?:\[(?:C|Q)\])?$ --> That way, the C or Q isn't captured as a group. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Pyre has one, too. And Rhabdo. T3/r7/2019-12-13.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Jeebus T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: you are my hero T3/r7/2019-12-13.txt.gz:{chan ch=tech}KoopaTroopa Tech: thank you!!! T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: You're welcome. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: how do you delete a mapper portal T3/r7/2019-12-13.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Should be in the help docs T3/r7/2019-12-13.txt.gz:{chan ch=tech}Tech: Gaury thanks A Nimwit Bamboo heartily. T3/r7/2019-12-13.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I don't have mush so I can't help, sorry. I just remember it was there T3/r7/2019-12-13.txt.gz:{chan ch=tech}My Lady Zafrusteria Tech: look at mapper help portals T3/r7/2019-12-13.txt.gz:{chan ch=tech}KnightLord Throxx Tech: how do i generate a random integer in a lua script T3/r7/2019-12-13.txt.gz:{chan ch=tech}KnightLord Throxx Tech: small one, 1-2 digits T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: math.random(10) T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Or math.random(99) to have a random uniforn distribution between 1 and 99 T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: For reference: http://lua-users.org/wiki/MathLibraryTutorial T3/r7/2019-12-13.txt.gz:{chan ch=tech}KnightLord Throxx Tech: nice, ty vm T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: is there someone who can help with a mush client issue? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Qyx Tech: very unlikely I can but as k anyway if you want T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: i had to switch computers and redownload mush. i used to have different windows- map, tells and ft, prompt, etc. do you know where I can look to get those back? T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Right-click, you should be have a channels option and a create-tab option. between those two, you have the functionality you need. T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: on the chat window, that is. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: in which window? T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Right click on the comms log (chat window) T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: I don't use mush, so I'm paraphrasing here... T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: i don't have that window. that's what i want back T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: There should be a "create new" or a "make tab", I forget the verbiage, but I'm positive it's there, i've used it T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Oh T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Oh T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: I thought you just wanted a secondary comm log T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: resetaard (i think?) might bring it back T3/r7/2019-12-13.txt.gz:{chan ch=tech}Super Bomb Link Tech: yea something like that T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: where do i put that? T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: it was aardreset, then resetaard, I can never remember what it is anymore T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Right where you just typed to tech :) T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: You type it out in the box you send all text with :) Fiendish made it super easy. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: it's not accepting that T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: try aardreset then T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: The command has changed, a couple times T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: it must have changed again. neither work T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: And you're using the aard mush? T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: not the basic, default, mush? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: mushclient. i got it from nick gammon's page. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Sleepy Cat Fenix Tech: i would update your mush client :) T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: i can go to aard's page T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: one sec T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: Ahh, that's why :P T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: You need the aard mush (Fiendish's finger is better than the wiki, tbh) T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: The link in Fiendish's finger, allows you to download more up-to-date builds that are "aardwolf official releases" yet. T3/r7/2019-12-13.txt.gz:{chan ch=tech}(UNWANTED) Cheezburger Tech: aren't* T3/r7/2019-12-13.txt.gz:{chan ch=tech}Rasaqqa Tech: thanks guys. i really appreciate the help. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Robbo Tech: Anybody seen this before? "!!!! Input Overflow in buffer shift!!!!" I see a discussion from tech channel about somebody in 2017 seeing it while using MUSHclient. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Robbo Tech: I'm not using MUSHclient, so that makes me really curious. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: where are you seeing that come up? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Newbie Tech: Mushclient: is there a quick way to squelch/omit multi-line text from output from a trigger? I've got the multiline trigger itself working, just don't know the next step to prevent the output for the matching text. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Huh? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Newbie Tech: I'm trying to prevent certain lines of text from appearing in output. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: There's the "Omit from output" box. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Newbie Tech: it's grayed out T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, because you're doing a multi-line trigger. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Newbie Tech: one line at a time then? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Is there text before and after your multi-line trigger? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Newbie Tech: yes. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: So the line before your multi-line trigger, create a trigger for that. In the Send box, do EnableTrigger("multigag") --> then on the line AFTER the multi-line trigger, create a trigger for that one that sends: EnableTrigger("multigag", false) ---> Then create a trigger: * and label it "multigag" and tick "Omit from output" T3/r7/2019-12-13.txt.gz:{chan ch=tech}Newbie Tech: perfect, thanks. I wasn't aware of the multigag option. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, it's not an option. You're just creating a trigger called "multigag" T3/r7/2019-12-13.txt.gz:{chan ch=tech}Newbie Tech: yes, I just realized that as soon as I typed it. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: And you're enabling/disabling it as needed. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Tech: Newbie thanks Mr. Crowley heartily. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mr. Crowley Tech: Make sure you send to script on both those other triggers, though. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Mannec Tech: triggers controlling triggers - with just a bit more work, you can make that thing turing complete :p T3/r7/2019-12-13.txt.gz:{chan ch=tech}Tech: Mr. Crowley smirks. T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: ok who's quite tech savvy? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: can try to help... T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: i am having an issue with mush...it doesnt refresh screen till i input a cmd...i dont feel this is isp lag, mainly client lag...ideas? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Durel Tech: did your prompt get turned off? Try typing "prompt" T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: huh... that's weird T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: yes my prompt was turned off , thats not the lag tho? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: you tried closing and reopening already? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: yes...i wouldnt be asking if i didnt T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: heh, you might be surprised T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: i understand T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: unfortunately i have no idea. you mean if i type this, you can't see it until you enter a command? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: basically T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: try right-clicking on the main window and see if "pause output" is checked T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: the f is going on T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: my screen legit wont refresh now unless i prompt it T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: that's what pause output seems to do T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: but as soon as i enter a command it un-pauses T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: ctrl-space T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: when it's paused, do you see the word MORE at the bottom of the screen? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: need help :( i have mad client lag...good isp, but mush isnt refreshig till i enter command or tick...ideas? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Slips Tech: look for the command pharsing. it has a number for lines before deletion T3/r7/2019-12-13.txt.gz:{chan ch=tech}KnightLord Throxx Tech: when did it start doing this? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Gaury Tech: it isnt on input for mush, its on the live refresh,,, T3/r7/2019-12-13.txt.gz:{chan ch=tech}Durel Tech: If this happened recently and you didn't add any new plugins, I'd say try to go back to a backup and see if that works T3/r7/2019-12-13.txt.gz:{chan ch=tech}Algaru Tech: did you check the "pause output" setting? right click on the main window T3/r7/2019-12-13.txt.gz:{chan ch=tech}Robbo Tech: Disable all plugins. See if problem goes away. T3/r7/2019-12-13.txt.gz:{chan ch=tech}KnightLord Throxx Tech: if it suddenly happened during the middle of pupping, then it's a mistyped command. I have rewritten my prompt accidently like that T3/r7/2019-12-13.txt.gz:{chan ch=tech}Suluap Tech: is there a way with dinv to sort eq in bag? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Suluap Tech: if i have a portal to sendhia, is there a reason why my mapper wouldn't be able to find darklight? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Decimator Tech: Have you mapped the portal properly? T3/r7/2019-12-13.txt.gz:{chan ch=tech}Suluap Tech: i think its an issue with the room in darklight...not getting to the entrance T3/r7/2019-12-14.txt.gz:{chan ch=tech}Redryn Tech: any idea why 2 keys on my keyboard randomly stopped working? T3/r7/2019-12-14.txt.gz:{chan ch=tech}Legendary Gruagach Tech: idk i had a key that wasnt working and i popped it out and cleaned it on the inside..if you dont have a mech keyboard idk T3/r7/2019-12-14.txt.gz:{chan ch=tech}Redryn Tech: i opened it to clean, and now i have 3 non-functioning keys :( T3/r7/2019-12-14.txt.gz:{chan ch=tech}Still Tech: Is there a command to use in a trigger to "mute" certain phrases in the communications window? T3/r7/2019-12-14.txt.gz:{chan ch=tech}Algaru Tech: what do you have in mind? there's omit_from_output T3/r7/2019-12-14.txt.gz:{chan ch=tech}Algaru Tech: i think that's what it was at least T3/r7/2019-12-14.txt.gz:{chan ch=tech}Still Tech: thanks I'll check it out T3/r7/2019-12-14.txt.gz:{chan ch=tech}Robbo Tech: Any of the few CMUD players on here try playing with gmcpconfig? T3/r7/2019-12-14.txt.gz:{chan ch=tech}Yungboss Tech: how do i use mapper T3/r7/2019-12-14.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Type mapper help, read the help files. T3/r7/2019-12-14.txt.gz:{chan ch=tech}Qyx Tech: he's on blowtorch T3/r7/2019-12-14.txt.gz:{chan ch=tech}Qyx Tech: i pointed him to finger shindo T3/r7/2019-12-14.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Is he? He didn't specify! T3/r7/2019-12-14.txt.gz:{chan ch=tech}Qyx Tech: yeah, is there some faq for it? T3/r7/2019-12-14.txt.gz:{chan ch=tech}Yungboss Tech: av fingered shindi ,that where i got the mapper file T3/r7/2019-12-14.txt.gz:{chan ch=tech}Qyx Tech: there's some info on his pages, but I have no idea how to use it T3/r7/2019-12-14.txt.gz:{chan ch=tech}Qyx Tech: https://github.com/Shindo-Aardwolf/Aardwolf-mapper T3/r7/2019-12-14.txt.gz:{chan ch=tech}Robbo Tech: I suspect it doesn't work exactly like it does in MUSH. T3/r7/2019-12-14.txt.gz:{chan ch=tech}Qyx Tech: yeah, I'm clueless. I'm amazed anyone can play this on mobile, to be honest T3/r7/2019-12-14.txt.gz:{chan ch=tech}Tech: Mique is agreeing with that Qyx person again... T3/r7/2019-12-15.txt.gz:{chan ch=tech}Gaury Tech: how do you make a sound trigger T3/r7/2019-12-15.txt.gz:{chan ch=tech}Gaury Tech: do you use %1 ? T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: like a normal trigger, with what ever wildcards then add the sound you want to play with the buttons bottom right T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: assuming you're using mushclient T3/r7/2019-12-15.txt.gz:{chan ch=tech}Elazul Tech: Has anyone already written something that tracks your xp gains? permin/per hour? T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: hadar has a vesion of sharp tracker, which among other things does that too T3/r7/2019-12-15.txt.gz:{chan ch=tech}Elazul Tech: Thanks, Shindo. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sheriff Shindo Tech: https://raw.githubusercontent.com/zzyzzyzzx/Hadar/master/ZZZZ(Not%20Hadar's%20Fixes)/Sharptracker_v3.6h.xml T3/r7/2019-12-15.txt.gz:{chan ch=tech}MythHaike Tech: so guys, i downloaded a tracker plugin T3/r7/2019-12-15.txt.gz:{chan ch=tech}MythHaike Tech: sharptracker T3/r7/2019-12-15.txt.gz:{chan ch=tech}MythHaike Tech: how do i stop it reporting to GT? T3/r7/2019-12-15.txt.gz:{chan ch=tech}MythHaike Tech: i do not have a spouse channel to spam apparently :P T3/r7/2019-12-15.txt.gz:{chan ch=tech}Furen Tech: when I use the spellup command I get this: "Trigger function "spelltag_on" not found or had a previous error." What is this all about? T3/r7/2019-12-15.txt.gz:{chan ch=tech}In Cide Tech: anyone know why i have to keep a webpage open to keep an internet connection on my laptop? T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sintax Tech: http should be non active connections, so that doesn't make sense. Unless the page does some type of constant up/download. what type of connection? T3/r7/2019-12-15.txt.gz:{chan ch=tech}In Cide Tech: On my home wifi. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sintax Tech: does it do the same thing with a ping 8.8.8.8 -t running? T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sintax Tech: and does whole connection drop or certain apps? T3/r7/2019-12-15.txt.gz:{chan ch=tech}Slips Tech: check your vpn or antivirus. sometimes its called multiplaying T3/r7/2019-12-15.txt.gz:{chan ch=tech}Gaury Tech: could use a little hand with test port bug eq, please :) T3/r7/2019-12-15.txt.gz:{chan ch=tech}In Cide Tech: the whole connection drops and i have to reconnect T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sintax Tech: does ping help? does it drop too? T3/r7/2019-12-15.txt.gz:{chan ch=tech}In Cide Tech: So far its working. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Sintax Tech: you might just have bad wifi config too (like old gear on new network, overlapping channels, etc) Check out your wifi signal with an app like wifi analyzer. T3/r7/2019-12-15.txt.gz:{chan ch=tech}In Cide Tech: Ok thanks :) T3/r7/2019-12-15.txt.gz:{chan ch=tech}Yungboss Tech: how do i use mapper T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: what are you trying to use it for? mapper help has a lot of info...(i'm assuming you're using MUSH) T3/r7/2019-12-15.txt.gz:{chan ch=tech}Yungboss Tech: nope ,shindo has a mapper for blowtorch so dat wat am using ,but it the same in mush T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: ah i see...well if it is the same thing, what specifically are you trying to do T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: i may be able to help T3/r7/2019-12-15.txt.gz:{chan ch=tech}Yungboss Tech: locate people in the game in quest T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: well if you dont have an S&D type equivalent...then i think you would need to use where to find the room T3/r7/2019-12-15.txt.gz:{chan ch=tech}Yungboss Tech: i know about that ,what else does mapper does please T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: then using mapper find to get the id...then use mapper goto to go to the room T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: you need cexits and to have the areas explored T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: you can go to a room that isn't in the database/that you havent already explored T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: can't* T3/r7/2019-12-15.txt.gz:{chan ch=tech}Yungboss Tech: how do i get cexits T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: use mapper cexit in the room that has a custom exit or where you want to say open doors before moving...ie mapper cexit open e;e T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: that would open e then move e T3/r7/2019-12-15.txt.gz:{chan ch=tech}Yungboss Tech: wat about if the room is locked T3/r7/2019-12-15.txt.gz:{chan ch=tech}Suluap Tech: then you either need key in keyring or you just need to pick it and then type go to resume the mapper speedrun T3/r7/2019-12-15.txt.gz:{chan ch=tech}Yungboss Tech: how do i communicate with aardwolf inner gamer T3/r7/2019-12-15.txt.gz:{chan ch=tech}Gaury Tech: meditate T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: i updated my mushclient version to the latest 5.06, and now on starting it tells me the aardmapper integrity check is failing. any idea why? T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Hmm, only thing I can think of is that you had a very outdated version of MUSH before Fiendish changed the DB schema. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: 5.06 has been around for quite a number of versions, though. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: 4.93 maybe? T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Your best bet would probably be to note Fiendish and ask him how to resolve it. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, that seems pretty old, but don't remember when he changed the schema. It was years ago, though, because that's when he broke Winkle's S&D. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: i didn't update the plugins from the aardwiki etc btw T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: You only updated the actual client, not the Aard package? T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: yeah T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, maybe that's it, then. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Not sure what changes would have been made with 5.06 though. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: if i just switch the executable back to an older version it tells me the integrity check passes T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Must be some code that Nick changed that makes it think the mapper's integrity is now broken. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: looks like sqlite3 library was updated in 4.97 T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Ah, thta could be it then. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: how would i fix it T3/r7/2019-12-15.txt.gz:{chan ch=tech}Slips Tech: use the cd drive as a cup holder. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Only thing I can think of is grab the GMCP mapper plugin from the wiki. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: That should be the only thing you'd need. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: i suppose T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: problem is i've edited the mapper plugin T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: can't remember now what i've changed T3/r7/2019-12-15.txt.gz:{chan ch=tech}Robbo Tech: windiff (or similar) is your friend for comparing. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Robbo. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Except if he modified the plugin, it's going to show pretty much every line is different. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Mr. Crowley Tech: Unless he just changed individual lines. T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: eh, it's not too bad T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: oh, i documented it T3/r7/2019-12-15.txt.gz:{chan ch=tech}Redryn Tech: doh T3/r7/2019-12-16.txt.gz:{chan ch=tech}Mr. Crowley Tech: Such an odd problem to have. Running Plex through VPN - without exclusion to bypass VPN, it doesn't have remote access. With exclusion to bypass VPN, it doesn't allow me to change server settings. What. The. Hell? T3/r7/2019-12-16.txt.gz:{chan ch=tech}Contigo Tech: if i upgrade my mushclient from 5.06 to 5.07, will i have to reinstall all my plugins? T3/r7/2019-12-16.txt.gz:{chan ch=tech}Mr. Crowley Tech: You shouldn't have to unless you royally screwed something up. T3/r7/2019-12-16.txt.gz:{chan ch=tech}Contigo Tech: great, thanks crowley T3/r7/2019-12-16.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-16.txt.gz:{chan ch=tech}Kalsch Tech: for the aardwolf mush package, what plugin controls / contains the comm log? T3/r7/2019-12-16.txt.gz:{chan ch=tech}Kalsch Tech: it has dissapeared on me and i am trying to reinstall it T3/r7/2019-12-16.txt.gz:{chan ch=tech}Sheriff Shindo Tech: aard_channels_fiendish.xml T3/r7/2019-12-16.txt.gz:{chan ch=tech}Kalsch Tech: ty T3/r7/2019-12-16.txt.gz:{chan ch=tech}Qyx Tech: can i get hand with placing save file dbot.storage.saveTable. is this look right for customising my own path? path = "C:\\Users\\t\\Documents\\Aardwolf_MUSHclient_r2052_no_install\\MUSHclient" T3/r7/2019-12-16.txt.gz:{chan ch=tech}Qyx Tech: for DINV T3/r7/2019-12-16.txt.gz:{chan ch=tech}Qyx Tech: anyone give me a hand with setting path for asving database for DINV pls? T3/r7/2019-12-16.txt.gz:{chan ch=tech}Yungboss Tech: how do i talk to a hotel receptionist T3/r7/2019-12-16.txt.gz:{chan ch=tech}Gaury Tech: smooth... T3/r7/2019-12-16.txt.gz:{chan ch=tech}Gaury Tech: but non-chelate T3/r7/2019-12-16.txt.gz:{chan ch=tech}Insatiable Beelz Tech: say ?Hi, I want you as room service tonight? T3/r7/2019-12-16.txt.gz:{chan ch=tech}Yungboss Tech: how do i say it T3/r7/2019-12-17.txt.gz:{chan ch=tech}Super Bomb Link Tech: anyone have a good moon tracker? T3/r7/2019-12-17.txt.gz:{chan ch=tech}My Lady Zafrusteria Tech: I have been using this one http://www.frostblade.com/aardwolf/plugins/threemoons.html T3/r7/2019-12-17.txt.gz:{chan ch=tech}Macadamien Tech: theres a mom joke there... but i like link:) T3/r7/2019-12-17.txt.gz:{chan ch=tech}Sintax Tech: when I try to use xcp for S&D to go to tilule it cannot find a path. However I can type: rt tilule just fine. Ideas? T3/r7/2019-12-17.txt.gz:{chan ch=tech}Ralyn Tech: prob the first room in tilule wasn't set by you correctly T3/r7/2019-12-17.txt.gz:{chan ch=tech}Wanner Tech: if you go to the first room and type xset mark...does that fix it T3/r7/2019-12-17.txt.gz:{chan ch=tech}Sintax Tech: not sure but I've set it and will see next time tilule comes up. Thank you T3/r7/2019-12-17.txt.gz:{chan ch=tech}Ralyn Tech: just runto tilule, xset mark. recall, xrt tilule T3/r7/2019-12-17.txt.gz:{chan ch=tech}Elazul Tech: Try ww help too. :) T3/r7/2019-12-17.txt.gz:{chan ch=tech}Sintax Tech: yes it fixed it the xset command thank you T3/r7/2019-12-17.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, this is shit. Yesterday, no issues connecting to WiFi on my other laptop. Today, the SSID doesn't even show up... T3/r7/2019-12-17.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh well. Will figure something out eventually. T3/r7/2019-12-17.txt.gz:{chan ch=tech}Redryn Tech: did fiendish ever add a way to search mapper notes? T3/r7/2019-12-17.txt.gz:{chan ch=tech}Qyx Tech: can anyone give me a link for some kind of barter reporter please? T3/r7/2019-12-17.txt.gz:{chan ch=tech}Yungboss Tech: how do i access mapper T3/r7/2019-12-17.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: like a boss T3/r7/2019-12-17.txt.gz:{chan ch=tech}KnightLord Throxx Tech: mapper help T3/r7/2019-12-17.txt.gz:{chan ch=tech}Newbie Tech: is there a window in mushclient to display your time remaining on particular timers? T3/r7/2019-12-17.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i know crowley has a clock window... T3/r7/2019-12-18.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: is a trigger that opens doors when you see (north) T3/r7/2019-12-18.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: is that kosher? T3/r7/2019-12-18.txt.gz:{chan ch=tech}Newbie Tech: g T3/r7/2019-12-18.txt.gz:{chan ch=tech}Libel Liber Tech: I don't see any issues regarding rules. but: 1. it adds lag even if you don't need to move to that direction. 2. it'll open door that can be passed with passdoor. 3. if you move through that area, it'll keep trying to open all the locked doors that you don't have a key to T3/r7/2019-12-18.txt.gz:{chan ch=tech}Libel Liber Tech: map the open door commands, use the mapper to navigate, it'll only open the door you need on the way T3/r7/2019-12-18.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: thank Liber, that's helpful and what I was looking for. 1) if there was an option to turn it on and off, would that help? e.g. sometimes like searching for aarch professor, i just use keypad and random mash directions T3/r7/2019-12-18.txt.gz:{chan ch=tech}Libel Liber Tech: you make aliases for the keypad commands to not merely go north, but to open north if the door is locked T3/r7/2019-12-18.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, its alot of lag. i do have an openall alais, that opens in every direction, if im not using mapper to get me somehwere. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: is there a way to do an exact search for a mob on search&destroy when doing 'qw'? i want to find 'bee' but keep getting 'beetle'. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Mr. Crowley Tech: Unfortunately, no. It's the way the MUD works, not S&D. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: ah okay. no probs, thanks :) T3/r7/2019-12-18.txt.gz:{chan ch=tech}Mr. Crowley Tech: The MUD indexes names based on repop order, and it'll always do 'proximity' match. If something starts with 'bee', the MUD returns the first match that has 'bee' in it. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: ah okay. Can you remember the command that forces mush to keep making sounds even when minimised or under another window. you gave it to me ages ago and I forgot to put in my notes T3/r7/2019-12-18.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's not a command, but a setting, I think. Let me see if I can find it again. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: thanks T3/r7/2019-12-18.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh yeah, it's: \\\SetOption("play_sounds_in_background", 1) T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: awesome. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Tech: Qyx is expressing how much wootness Mr. Crowley exhibits. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Tech: Mr. Crowley grins evilly. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: I need to turn on the sound in mushclient T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: the new pwar sound T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: Pwar's soundpack plugin will be automatically installed now T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: the new fiendish muschclient T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: spmute T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: i think T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: it said somthing T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: no sound T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: what did it say? T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: do it agin T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: [Soundpack] Soundpack has been: Enabled T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: should be working then T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: spvol 100 T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: to dpuble check T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: spvol 80 T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: oops :P T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: it working? T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: got the soundon T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: cool T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: my computer was no sound the driver are messingup T3/r7/2019-12-18.txt.gz:{chan ch=tech}Qyx Tech: ah ok T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sivak Tech: I just have torun the trouble shooter in windows 10 T3/r7/2019-12-18.txt.gz:{chan ch=tech}StarsOscar Tech: I moved my Mush to a new computer and have some issue: T3/r7/2019-12-18.txt.gz:{chan ch=tech}StarsOscar Tech: info bar always on when i start a new game, this messes up my layout T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: have you read aard help layout T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: umm i mean aard layout help T3/r7/2019-12-18.txt.gz:{chan ch=tech}StarsOscar Tech: and it doesn't show anythinh anyway T3/r7/2019-12-18.txt.gz:{chan ch=tech}StarsOscar Tech: some plugin or setup splits the output window T3/r7/2019-12-18.txt.gz:{chan ch=tech}StarsOscar Tech: there is an additional plugin that sends invalid commands to the mud, is there a "echo mode" so i can try and locate this plugim? T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes use echocommand to see what is being sent T3/r7/2019-12-18.txt.gz:{chan ch=tech}StarsOscar Tech: Thanks T3/r7/2019-12-18.txt.gz:{chan ch=tech}StarsOscar Tech: aard layout didn't help with the info bar :( T3/r7/2019-12-18.txt.gz:{chan ch=tech}Sheriff Shindo Tech: then maybe you need to start with a clean install and move everything by hand as per the instructions fiendish has on one of his pages T3/r7/2019-12-18.txt.gz:{chan ch=tech}Mr. Crowley Tech: Er, the Info bar has nothing to do with layouts. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Mr. Crowley Tech: Go to "View" in the menu, and select "Info bar" T3/r7/2019-12-18.txt.gz:{chan ch=tech}Orokyn Tech: Anyone here using Android Auto:? T3/r7/2019-12-18.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: android auto sounds like something that uses my phone for me T3/r7/2019-12-18.txt.gz:{chan ch=tech}Robbo Tech: I learned how to do source control properly this week. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Robbo Tech: I finally git it! T3/r7/2019-12-18.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: ffs T3/r7/2019-12-18.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: How bazaar. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Robbo Tech: Cathedral and... T3/r7/2019-12-18.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: type rm -rf / T3/r7/2019-12-18.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: I've been using VS source control, it links to git. Never could get tourtle or suversion to work :) T3/r7/2019-12-18.txt.gz:{chan ch=tech}Robbo Tech: Bad pun aside, having a webhook deploy code to servers after push = really cool. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: turtle*? T3/r7/2019-12-18.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: oh, yeah, vs pushes the stuff to some free azure space too :) T3/r7/2019-12-18.txt.gz:{chan ch=tech}Robbo Tech: I'm using vs code with GitLens to deal with my stuff and check it in. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Disturbed Anaristos Tech: the idea being if they give you 15GB of free cloud you'll buy they 2TB package :> T3/r7/2019-12-18.txt.gz:{chan ch=tech}Tech: Disturbed Anaristos goes ooOOooOOoo at Robbo. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Tech: #SANCTUARY Pleiades peers intently at Disturbed Anaristos. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Robbo Tech: And got some little webhook app in Go to run a script on the servers to grab my updates. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Robbo Tech: Honestly, that part I didn't realize I could even do until a developer at work mentioned it to me. T3/r7/2019-12-18.txt.gz:{chan ch=tech}Robbo Tech: I'm rather a git novice. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Psycho! Dillon Tech: anyone know the snd runto command thing for shadows end? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Psycho! Dillon Tech: xrt T3/r7/2019-12-19.txt.gz:{chan ch=tech}Orokyn Tech: shadowends? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Psycho! Dillon Tech: thanks--- check on ctalk for the other back T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: Shadowsend gets you there T3/r7/2019-12-19.txt.gz:{chan ch=tech}Borg Tech: is there a way to capture plugin output? It appears that if you use Execute() then a different plugin can't pickup that the command was sent with OnPluginCommand or OnPluginCommandEntered T3/r7/2019-12-19.txt.gz:{chan ch=tech}Sintax Tech: crowley on in any form? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Stefenio Tech: Anyone here familiar with troubleshooting the Winkle and Pwar plugins? I am having an issue where the mapper extender believes rooms that I have mapped are unknown. I have tried reinstalling mapper extender, the gui and S&D. I am using Pwars WinkleGold version of S&D as well. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Stefenio Tech: Also, I used Pwars Plugin Manager to do the install of teh other plugins if that matters T3/r7/2019-12-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Have you tried using mine? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Winkle's is far outdated. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Starling took up the mantle and improved upon it, and when she got banned, I took over. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Stefenio Tech: I have not, where may I find yours? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Finger me for the link. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Stefenio Tech: Okaym thank you. I shall try T3/r7/2019-12-19.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Tech: Stefenio thanks Mr. Crowley heartily. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Stefenio Tech: It is working! T3/r7/2019-12-19.txt.gz:{chan ch=tech}Mr. Crowley Tech: Glad it works! T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: could do with a bit of advice on mapper and level lock portals. I have a portal 'enchanted dreams' stored in mapper. i'm too low level to use it and want to lock min level at 35. I've done mapper portallevel 21 35 but my mapper is still trying to use it. Any idea why this is happpening? T3/r7/2019-12-19.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Mapper automatically accouts for tier, so it literaly thinks you can use that portal at level 1 T3/r7/2019-12-19.txt.gz:{chan ch=tech}Antifa Raded Tech: T4 level 18 you should still be able to use it T3/r7/2019-12-19.txt.gz:{chan ch=tech}Tech: Antifa Raded points excitedly at MidKnight Gladacus! T3/r7/2019-12-19.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Don't subtract your tier from your portals level, if its 86 as an example, then mapper will automaticaly use it when needed, past level 46 as a T4 T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: one I have is level 75? have I done the level lock wrong.ah hang on T3/r7/2019-12-19.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: So just set it to 75, then mapper will only use it when you. youreself are past level 35 T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: oh so I put level lock 75 on it then T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: ah okay thankyou! :) T3/r7/2019-12-19.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Yes, your tier is in the gmcp table so mapper just checks, what portals are lower level than "Playerlevel + Playertier X 10" T3/r7/2019-12-19.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Not many scripts use the tier field but mapper, luckly is one of them:) T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: ah, yeah all good now. Thanks, everyone :) T3/r7/2019-12-19.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Saves you from needing to change portals each tier, lol T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: yeah, good point. that's quite handy :P T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: DOes hulu not let you watch things as they buffer? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: speaking solely with regards to mobile app, there is buffering T3/r7/2019-12-19.txt.gz:{chan ch=tech}Antifa Raded Tech: I dont think I've ever had to wait for buffering T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: Yes but does it have to buffer the whole show before letting you watch it? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: i see Thanks. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: maybe I misspoke T3/r7/2019-12-19.txt.gz:{chan ch=tech}Antifa Raded Tech: not that I've ever experienced T3/r7/2019-12-19.txt.gz:{chan ch=tech}Antifa Raded Tech: I have decent internet at home but it'll start playing shows immediately when I pick them T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: it does buffer in that you can continue to watch during interrupted service T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: again speaking of mobile T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: my kids watch it on the way to school, and there is a cell dead zone in the middle T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: I do as well but its not loadig any shows just sits and buffers but netflix picks up right away T3/r7/2019-12-19.txt.gz:{chan ch=tech}Sintax Tech: try to restart the app maybe? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: if they are in the middle of a show it continues to play, but if they try to start a new show in the dead zone, nada T3/r7/2019-12-19.txt.gz:{chan ch=tech}Sintax Tech: well, no way to buffer from starting in a dead zone T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: agreed sintax, I just meant that if it continues to work during dead zone, then that shows that hulu does download data beyond where you are in the show, what I'm referring to as buffering T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: in terms of buffering at launch, I have not encountered that. Either it starts, or says no connection, and asks if I want to retry T3/r7/2019-12-19.txt.gz:{chan ch=tech}Sintax Tech: for my own tv, netflix will think internet is down forever, if it was ever down. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Sintax Tech: the only way to fix is to power off tv - which I have to do every time there is an outtage. It's stupid they don't give a hard reset option. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: they must have heard me, I was watching hulu and now I got an error message:) I have 100 mps connection... T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: well i using my computer T3/r7/2019-12-19.txt.gz:{chan ch=tech}Piffaron Tech: me too T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: i dont have problems with netflix like that T3/r7/2019-12-19.txt.gz:{chan ch=tech}Sintax Tech: I do, on that tv only :) T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: and i just got hulu today btu having issues with it for some reason T3/r7/2019-12-19.txt.gz:{chan ch=tech}Tech: Can't De Cide sits down and thinks deeply. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Can't De Cide Tech: I have a tv that does that for some reason as well. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I maximized my screen but it seems the little windows are locked. How do I unlock them to move them around? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: aard layout unlock i think T3/r7/2019-12-19.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: yes that is what I was loocking for! thanks :) T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: aard layout by itself gives you some option T3/r7/2019-12-19.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: looking through that now. T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: only just discovered it when you asked :P T3/r7/2019-12-19.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I know it existed just couldn't remember. Its been too long since I used it T3/r7/2019-12-19.txt.gz:{chan ch=tech}KoopaTroopa Tech: whats the command to reset all window positions again? T3/r7/2019-12-19.txt.gz:{chan ch=tech}Kalsch Tech: aard layout reset ? T3/r7/2019-12-19.txt.gz:{chan ch=tech}KoopaTroopa Tech: nod that one is that the command "aard layout reset" T3/r7/2019-12-19.txt.gz:{chan ch=tech}Qyx Tech: aard layout for all the options T3/r7/2019-12-20.txt.gz:{chan ch=tech}Evildenz Tech: any mac users around? if i buy a used mac mini and reformat it in the future will get to download a free mac os from the apple store for free? T3/r7/2019-12-20.txt.gz:{chan ch=tech}Sintax Tech: I do not use mac, but have. Check the serial/model to see how long it is supported and under warranty. That might dictate the answer, even if it's normally "yes" T3/r7/2019-12-20.txt.gz:{chan ch=tech}Evildenz Tech: tnx for the idea T3/r7/2019-12-20.txt.gz:{chan ch=tech}Sintax Tech: ie: https://everymac.com/ultimate-mac-lookup/ T3/r7/2019-12-20.txt.gz:{chan ch=tech}Sintax Tech: I have a mac book pro that was given to me. It's under support for another few weeks. I hate mac. I sold it and bought 4 chromebooks for my kids T3/r7/2019-12-20.txt.gz:{chan ch=tech}Mr. Crowley Tech: Whee, finally got Plex back up and running. Now I just need to figure out how a home wireless network that showed up before... suddenly refuses to show up now. *shrug* T3/r7/2019-12-20.txt.gz:{chan ch=tech}Finley Tech: On the one device or in general? I've lost connectivity in parts of the house after an antenna got bumped. T3/r7/2019-12-20.txt.gz:{chan ch=tech}Mr. Crowley Tech: Just on the one device, but what's weird is nothing got bumped. It shows wirelness networks, some even a few houses down. Just not my home one. :( T3/r7/2019-12-20.txt.gz:{chan ch=tech}Finley Tech: Lost in the ether... net. hehe T3/r7/2019-12-20.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-20.txt.gz:{chan ch=tech}Mr. Crowley Tech: So true story. My cousin's baby, just born on the 18th, is named Finley. T3/r7/2019-12-20.txt.gz:{chan ch=tech}Tech: Finley flexes his muscles...what a stud!?! T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: any reason why my spellup is slow on blowtorch? T3/r7/2019-12-20.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: are you on 5G? T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: no T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: 4g T3/r7/2019-12-20.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: there you go T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: im quite sure aard didnt change to 5k T3/r7/2019-12-20.txt.gz:{chan ch=tech}Newbie Tech: are you using the "spellup" command, or is it a script/alias from the client? T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: i use the spellup command. T3/r7/2019-12-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: then it's not slower. T3/r7/2019-12-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: it is your client T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: sonredownload? T3/r7/2019-12-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: or your connection T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: where would the update be T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: had music onnbut that shouldnt effect it. thanks guys T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: i turned it off. tried again and it lags on the wolf spirits spell T3/r7/2019-12-20.txt.gz:{chan ch=tech}Newbie Tech: and it's not slow on your PC for example? (i.e., what are you comparing it to?) T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: total hang T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: 7 seconds or so T3/r7/2019-12-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: are other commands lagged? T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: no T3/r7/2019-12-20.txt.gz:{chan ch=tech}Durel Tech: If you cast wolf spirits manually, does it also hang for that? I wonder if you have some other trigger that is getting caught by that spell for some reason. T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: no alias or trigger let alone scripts set. spellup typed or a button button pushed always hanhs in the same spot T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: thinking because i had autoupdatw ln that it might be that T3/r7/2019-12-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: have you actually timed it? T3/r7/2019-12-20.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: ask others does that spell have extra lag? T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: i haven't. i can ask T3/r7/2019-12-20.txt.gz:{chan ch=tech}Slips Tech: imma reinstall it and see how that goes T3/r7/2019-12-21.txt.gz:{chan ch=tech}Slips Tech: spellup lags and hangs. reset redownloaded reconfigured changed class and still the same. iz there. Blowtorch port or someth in ng T3/r7/2019-12-21.txt.gz:{chan ch=tech}Slips Tech: after double T3/r7/2019-12-21.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: spilled some coffee on my computer, everything seems ok but the mouse pad, it acts eratically, can anything be done, or should i just let it continue to dry, looks dry tho T3/r7/2019-12-21.txt.gz:{chan ch=tech}Rurouni Kinjin Tech: laptop T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: is there a reason my S&D/mapper wouldn't be able to find a room in Ascent from recall but it can from Ascent starting room? T3/r7/2019-12-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Sure T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: it says it can't find path in 300 rooms, it seemed like the speedwalk didnt take 300 rooms T3/r7/2019-12-21.txt.gz:{chan ch=tech}My Lady Zafrusteria Tech: look at the speedwalk to assent it goes through a special exit T3/r7/2019-12-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: yeap. T3/r7/2019-12-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if you haven't mapped the custom exit in speedwalk ascent you're mapper won't know how to take that last hop/skip/jump T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: ah okay T3/r7/2019-12-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: type speedwalk ascent T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: i didnt realize that T3/r7/2019-12-21.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: then add that cexit in the right room T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: cool...thanks T3/r7/2019-12-21.txt.gz:{chan ch=tech}Sheriff Shindo Tech: there are a number of those custom exits in to areas that you need to map T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: sweet that worked great! i'll have to keep that in mind for some of the areas that give me that trouble with the 300 room limit T3/r7/2019-12-21.txt.gz:{chan ch=tech}Borg Tech: is there a way to get all of the unused items on dinv into one bag? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: how do I see all of the different sounds in the soundpack? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: or what triggers the sounds really T3/r7/2019-12-21.txt.gz:{chan ch=tech}Borg Tech: you will have to play dodgeball with all of your triggers and aliases to find that out T3/r7/2019-12-21.txt.gz:{chan ch=tech}Negader Tech: i think those sound files have specific names that may give clues, but still doesn't answer your question though T3/r7/2019-12-21.txt.gz:{chan ch=tech}Tech: Mr. Crowley sighs. T3/r7/2019-12-21.txt.gz:{chan ch=tech}Mr. Crowley Tech: I should pay someone to walk me through setting up a reverse proxy properly using nginx (or Apache, if needed). :\ T3/r7/2019-12-21.txt.gz:{chan ch=tech}Tech: Mr. Crowley has no idea what to do when it comes to that. T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: why does my screen keep flashing white T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: your whole screen? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Elazul Tech: How can I become cool like the guy who maintains mushclientt? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: Nick Gammon? T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: probably not going to happen T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: nick is the coolest T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: not always the whole screen... looks like windows that briefly pop up and disappear, in different spots T3/r7/2019-12-21.txt.gz:{chan ch=tech}Slips Tech: flash? T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: yes T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: always wondered about why he decided to make Mushclient. Pretty awesome T3/r7/2019-12-21.txt.gz:{chan ch=tech}Slips Tech: its buffering and running the program in certain areas T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: how often does the flash happen? T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: it's intermittent, but almost constantly T3/r7/2019-12-21.txt.gz:{chan ch=tech}Slips Tech: random. T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: I didnt see this on mny previous laptop T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: many times a minute? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Slips Tech: i cant count that high T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: typically yes T3/r7/2019-12-21.txt.gz:{chan ch=tech}Slips Tech: f you are jn java client. that could be bad news T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: I get a flash a couple times every 30 minutes or so. I'm running Mush through wine though so expect some type of issue T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: if it's actually just _white_ and doesn't look like windows with menu bars and stuff, it could be a hardware problem T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: same here... mush through wine T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what version of wine? T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: it's interesting because I didnt see that on my other laptop T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: I always just assume that was the issue T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: 3.0.2 T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: 4.0.3 T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: lol that's so old T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: 4.0.3 is at least current stable T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: well I only get my flashed a couple times every hour unlike pleiades. :) T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: pleiades, try switching to Wine Staging instead of stable. I've always had better luck T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: thanks T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: or go back to version 3 T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: and I havent updated to catalina yet T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: on macos (because thankfully I don't have Catalina yet) I always get my downloads from https://dl.winehq.org/wine-builds/macosx/download.html T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Catalina will require buying CrossOver for now until their new development gets upstreamed T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: yeah, I looked into crossover T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: not a huge fan of their pricing model T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: me neither T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: are you on IOS of linux Pleiades? T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: macos T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but the work they do is pretty spectacular and also niche, so I get needing financial support T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: running Mojave T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: yeah me as well. T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: oh, another thing to consider... T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what version of xquartz do you have? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Merciful Milkweed Tech: I don't have this problem on my linux laptop though T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: 2.7.7 T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'm using 2.7.11 T3/r7/2019-12-21.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: see if using that makes a difference too T3/r7/2019-12-21.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: will do T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: i want to try to set up my sets in dinv during this remort...is it better to adjust my dinv "preference table" and have it "build the set" for me or manually equip myself and have it "remember T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: "remember" that set T3/r7/2019-12-21.txt.gz:{chan ch=tech}Elazul Tech: I'd use the priorities, that's what they're there for, and plus if you get new gear it wont automatically work it in if you just save worn eq. T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: that is what i was thinking as well...i'll have to look at the help more...i was having trouble with adjusting my own priorties before T3/r7/2019-12-21.txt.gz:{chan ch=tech}Durel Tech: Also, the priorities are handy since they can work off of whatever your current spellup is. You probably want different gear if you get an SH spellup vs. when you don't have one. T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: i see to potentially not overmax stats? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Durel Tech: Exactly T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: cool...i'll have to give it a try...i also wanted to put preference to my aard gear at least for the moment... T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: is there a good way to swap weapons when i need a different damage type with dinv as well? or would it need to set up and alias that might use dinv T3/r7/2019-12-21.txt.gz:{chan ch=tech}Durel Tech: see "dinv help weapon" T3/r7/2019-12-21.txt.gz:{chan ch=tech}Durel Tech: You can specify a list of some (or all) damtypes and then rotate through them as needed T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: cool...i havent had a chance to read through all the help files yet.. T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: its usually when i need a magic damage type or a holy/light damage type vs physical T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: I am trying to set dualwield as a priority in my dinv priority list...i think i have it working to wear my aard gear, but it is still suggesting that i don't dualwield... T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: is this because my enchanted shield is being prioritized for stats vs offhand damage? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: is there a way to prioritize dagger as my primary with dinv? T3/r7/2019-12-21.txt.gz:{chan ch=tech}Suluap Tech: anyone out there than can tell me if i can prioritize a weapon type with dinv? T3/r7/2019-12-22.txt.gz:{chan ch=tech}Evildenz Tech: whats the best way to play aardwolf on a mac? i will be on holiday with just a macbook and i just wanna be able to do the dailies. T3/r7/2019-12-22.txt.gz:{chan ch=tech}Sheriff Shindo Tech: besides mushclient? T3/r7/2019-12-22.txt.gz:{chan ch=tech}Evildenz Tech: you need wine for mac? T3/r7/2019-12-22.txt.gz:{chan ch=tech}Sheriff Shindo Tech: or the other wasname that fiendish mentioned in his last note on tech T3/r7/2019-12-22.txt.gz:{chan ch=tech}Merciful Milkweed Tech: yeah wine works with Mac T3/r7/2019-12-22.txt.gz:{chan ch=tech}Suluap Tech: ive heard folks mention wine with mushclient or tintin T3/r7/2019-12-22.txt.gz:{chan ch=tech}Can't De Cide Tech: im a fan of tintin T3/r7/2019-12-22.txt.gz:{chan ch=tech}Sheriff Shindo Tech: for tintin all you need is a terminal T3/r7/2019-12-22.txt.gz:{chan ch=tech}Can't De Cide Tech: if not using mush that is T3/r7/2019-12-22.txt.gz:{chan ch=tech}Evildenz Tech: ill check that tintin thing out... thanks.. im not a fan of emulation T3/r7/2019-12-22.txt.gz:{chan ch=tech}Sheriff Shindo Tech: w(ine) i(s) n(ot) e(mulation) T3/r7/2019-12-22.txt.gz:{chan ch=tech}Tech: Suluap - T3/r7/2019-12-22.txt.gz:{chan ch=tech}Suluap Tech: hehe T3/r7/2019-12-22.txt.gz:{chan ch=tech}Sheriff Shindo Tech: finger cheezburger for the tintin related stuffs T3/r7/2019-12-22.txt.gz:{chan ch=tech}Talbor Tech: If they used wine they'd be able to copy their mush profile over wouldn't they, so they could use their current alias/triggers? T3/r7/2019-12-22.txt.gz:{chan ch=tech}Talbor Tech: I know I hate remaking triggers/aliases with a passion T3/r7/2019-12-22.txt.gz:{chan ch=tech}Trachx Tech: just enough to copy mush dir and you have all T3/r7/2019-12-22.txt.gz:{chan ch=tech}Trachx Tech: I mean triggers, aliases, plugins, mapper db T3/r7/2019-12-22.txt.gz:{chan ch=tech}Talbor Tech: ok, thanks. T3/r7/2019-12-22.txt.gz:{chan ch=tech}Suluap Tech: is there a way for dinv to prioritize wtype when creating a set? T3/r7/2019-12-22.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I haven't gotten that far into it yet. :( T3/r7/2019-12-22.txt.gz:{chan ch=tech}Mr. Crowley Tech: I don't believe there is. T3/r7/2019-12-22.txt.gz:{chan ch=tech}Suluap Tech: cool..not a big deal..it is working well now, but my lower level daggers aren't the best so it was suggesting a sword for mainhand...i wanted a dagger T3/r7/2019-12-22.txt.gz:{chan ch=tech}Mannec Tech: yer a ninja - prolly worth it to get a nice weapon every 20 levels or so, and change it to dagger :p T3/r7/2019-12-22.txt.gz:{chan ch=tech}Suluap Tech: yeah....i have that now that im lvl 23 T3/r7/2019-12-22.txt.gz:{chan ch=tech}Intuition Tech: so would non-ninja need... more weapons or less weapons than every 20 levels? T3/r7/2019-12-22.txt.gz:{chan ch=tech}Mannec Tech: there ya go then :p T3/r7/2019-12-22.txt.gz:{chan ch=tech}Suluap Tech: it was just not working well between my lvl 4 dagger and level 23 one haha T3/r7/2019-12-22.txt.gz:{chan ch=tech}Mannec Tech: a non-thief would benefit less from having, specifically, daggers. T3/r7/2019-12-22.txt.gz:{chan ch=tech}Intuition Tech: hmm ok. yeah i used to be thief and i have weapons every 20 levels. i assumed everyone would end up like that until now T3/r7/2019-12-22.txt.gz:{chan ch=tech}Mannec Tech: because of the avg dam scaling, new weapons are beneficial to everyone. 20 level gaps seem to be a common choice. T3/r7/2019-12-22.txt.gz:{chan ch=tech}Mr. Crowley Tech: Can't complain about getting PureVPN for 5 years for $79.00. T3/r7/2019-12-22.txt.gz:{chan ch=tech}Mr. Crowley Tech: Better than paying $10 a month for PIA, who sold to Israel recently. T3/r7/2019-12-22.txt.gz:{chan ch=tech}Legendary Gruagach Tech: i have like 3 different aard files for maps..is there a good way to conslidate them? T3/r7/2019-12-22.txt.gz:{chan ch=tech}Legendary Gruagach Tech: i had to play aard off a usb for a while so i have like a few different files locations T3/r7/2019-12-22.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you know anything about SQL, you can do a join, I think. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talessin Tech: anyone playing of macbook? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Jeejee Tech: if your minimap is not captured in seperate window in much - how you can turn it on? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Jeejee Tech: anyone knows maybe, i have lost in mush somehow extra window where aard map was captured, did the "resetaard" and it didn't bring it back. What could be solution? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Did you check the plugins to see if it was enabled? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: try aard layout help T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Assuming you mean the ASCII map, and not the gmcp mapper. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Jeejee Tech: exactly, ASCII map T3/r7/2019-12-23.txt.gz:{chan ch=tech}Jeejee Tech: how i will check, if it is enabled? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Look for the ASCII map plugin (it'll say ASCII in it). If it's not included in the list, then add it from the plugin directory. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: have you tried aard layout reset T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: He said he did. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Ctrl+shift+P to bring up plugins list. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Jeejee Tech: omg, thanks guys, was a lot easier then i thought, map restored :) T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Good. :) T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: resetaard is not the same as aard layout restore T3/r7/2019-12-23.txt.gz:{chan ch=tech}Jeejee Tech: plugin was missing and i have no idea how (probably i removed it) T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Restore only works if you've saved a previous copy. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: But resetaard is the same as aard layout reset. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Which is exactly what you suggested. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: oh, well then the aard layout help is wrong when it says aard layout reset : like resetaard, but better T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: How is it wrong? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: if it is the same, how can it be better? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: It's "better" because he modified code to make it more efficient, but it's the same otherwise. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: Is there a way to get the number keys to use the custom exits in the mapper instead of just north, east etc? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: How do you mean, Zxavier? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: maybe I should say, use the exits int he mapper T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: not without writing a trigger when you use the exit command T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: like, my mapper has open east:east to get east and if I use mapper area room to get there it will go, but if I am walking around killing things I have to type it T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: oh, sorry, can't look up and type at the same time. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, so you mean when you move you want to automatically open doors, etc. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, you have to write triggers for that. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: what you can do is use the Accelaror command to bind ctrl+numpad keys to commands, then you can have open e;e bound to ctrl+numpad6 etc T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: sort of. I was hoping it would use the room exits for the direction. I get it can't do a 'real' coustom exit T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: but I was used to zmud that somehow used the exits I put in the map when I went from room to room. was just seeing if mush could do that T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: so in my worlds folder i have a file called Aardwolf.lua with lines line this Accelerator ("Ctrl+numpad8", "open north") T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: aliase ope = open all dirs seems more convenient, unless your ctrl+numpad8 also moves you after opening door T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I use those for common spells right now :/ dangit T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: yeah, I have a odoor alias that does all directions T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: what about alt+numpad then or even alt+ctrl+numpad T3/r7/2019-12-23.txt.gz:{chan ch=tech}Edly Tech: I think what you're asking is fairly easy to do in a hacky way, but you'd have to modify aard_GMCP_mapper.xml since it's where room exits are cached T3/r7/2019-12-23.txt.gz:{chan ch=tech}Edly Tech: otherwise you'd have to do a db lookup on every move which seems clunky but maybe it wouldn't be that bad T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: or you could write a trigger off the exits, when you move and have aliases that update based on those that the numpad direction arrows use T3/r7/2019-12-23.txt.gz:{chan ch=tech}Edly Tech: the real good solution would be for Lasher to add door info to GMCP and then Fiendish (or someone) to add actual door support to the client T3/r7/2019-12-23.txt.gz:{chan ch=tech}Edly Tech: true, a trigger is the easiest thing as long as you don't mind bumping into doors to open them T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: in the keypad setting you don't have to have n/s/e/w on the arrow keys, you can call aliases T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: yeah, just got told from someone else the databases are different that zmud and cmud was. oh well. I appriciate it. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: yeah, but the cexit isn't always open door T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: and I don't really want to send open door: go for every movement T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I appricate the answers T3/r7/2019-12-23.txt.gz:{chan ch=tech}Gaelehad Tech: well a trigger on exits would know, based on the ()'s to open or not open the door first T3/r7/2019-12-23.txt.gz:{chan ch=tech}Sintax Tech: what causes "unknown" on the S&D list? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Finley Tech: Can't find the room in the mapper database I believe. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Either you hadn't mapped it, or you need to reindex areas. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Sintax Tech: so if I manually go there and map it out it should appear next time? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Sintax Tech: cool, ty T3/r7/2019-12-23.txt.gz:{chan ch=tech}Finley Tech: Yeah, think of it as a reward for exploration. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley only has 99.28% of the MUD explored. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Finley Tech: 77.28... I'm slacking. lol T3/r7/2019-12-23.txt.gz:{chan ch=tech}Sintax Tech: yes, first life without S&D = miserable. 2nd life = slower but more enjoyable. 3rd life.... ah.. now that T3/r7/2019-12-23.txt.gz:{chan ch=tech}Sintax Tech: is the life T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: went 14 years without it. I think it's awesome. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Sintax Tech: definitley removes tediousness and flipping back and forth on map lookups T3/r7/2019-12-23.txt.gz:{chan ch=tech}Useful Hadar Tech: wait we are susposta use mainstream scripts ... hold on let me go install it T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: first thing I was told when I got back was finger Crowley and check plugins lol T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley chuckles politely. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: anyone have a plugin that puts consider info into a miniwindow? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: you can google for conw plugin T3/r7/2019-12-23.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I'll try that. thank you. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Finley Tech: Boss just asked how I fixed the phone system so fast when the manual's 900 pages. I told him the cord is only six feet long. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's when you say, "But my bill is 6 pages long." T3/r7/2019-12-23.txt.gz:{chan ch=tech}Finley Tech: Work by the minute, charge by the hour. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Precisely. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Finley Tech: In truth though, I just got so mad at the menus that I just yanked the cord without a second thought. lol T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questsions answered here T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talessin Tech: hello Fiendish. is there any visual plugin for playing with mouse showing like numpad. T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I don't understand "playing with mouse showing like numpad". Please rephrase. T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I'm guessing a miniwindow that looks like the numpad that they can click on T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talessin Tech: sometimes i am playing with my macbook pro and there is no numpad. I want something on screen like cross then i navigate with clicking T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I understand T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'm pretty sure that someone did make a plugin like that. I don't know whether it's public though T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Are you going to primarily use it to move? (north, east, south, west, etc) T3/r7/2019-12-23.txt.gz:{chan ch=tech}Stefenio Tech: The default distributionhas the map plugin that you can click on to navigate. It isn't a dimple directional and lacks up/down but you can click on the rooms to go there T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talessin Tech: for moving. if there is some button for aliases that will be good. T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Not sure, but couldn't you do macros like "ctr + right arrow", etc T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I'm not on mush, so can't test T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Fiendish I have a question T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Your question is irrelevant. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley slaps A Nimwit Bamboo. T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Your name is not Fiendish T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I would post a note on the tech board, because I know someone has made a direction button miniwindow before. And it would be pretty simple for someone motivated to make if they haven't already T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo slaps Mr. Crowley. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: No, but I am fiendish. T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I'm writing my own group monitor - what can I do to improve this? https://imgur.com/a/uxIrxtA T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: just a couple of hotspots in a grid T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Name [level| align| tnl | qtime| here?] T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: improve in what way? T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: (it's still loading. I'm on a bus) T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Helpfulness and visual T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Don't think there's anything there he needs to improve on. T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: if you want to know how to make a better group monitor, you should probably ask someone who runs epics T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I can ask myself, but that would be a conundrum.. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: http://www.gammon.com.au/forum/?id=9359 , action bar plugin T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: image just loaded. oh that's cute with the little equal signs T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Yeah the equal signs T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what client is that? playdoh? T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Not sure if that's a jab at my client but no, it's tintin T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: IAC DO Fiendish giggles. T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'm just playing T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo slaps IAC DO Fiendish. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Not sure what I can replace those equal signs with T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'd shorten it to tenths and not hundredths. Put the % sign there, and right justify everything. T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: long runs of spaces are not easy to count. you might consider replacing the blank space with - instead T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: or . T3/r7/2019-12-23.txt.gz:{chan ch=tech}Stefenio Tech: You can indeed create macro keys on MUSH as well if you don't have a numpad to use. Such as having "ALT+J" be replaced and sent immediately as "west" T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: change to other sign when they drop below warning level T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: or something that can be quantified from eyeballing T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Why tenths? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Why hundredths? T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I'd shorten it to only whole numbers T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: To be fair, you don't even need tenths, just whole numbers. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at IAC DO Fiendish. T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: But decimals look awesome! T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: no they don't T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Ok lemme see what I can do T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: afaik, the only thing people will care about is sorting so that the people needing attention most are at the top, hiding details they don't care about, and performance T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Can't 10ths be helfpul when pupping? Are you actually losing a full percent per round when you're bamboo strong? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Decimals mean diddly squat. T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: Elazul: why do you care if you're at 10.1% vs 10%? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: "Oh no, you dropped 1/10 of your 99th percentile hp! T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: " T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you could even do 10% increments and it would be good enough T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: 5% if you're fussy T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Because then I know how much hp/mp per round. Listen, sometimes you gotta cut it close before you can quaff. :P T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Except that extra "tenth" doesn't mean anything. T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: looking at percentages is a terrible way of knowing how much T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at IAC DO Fiendish. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Classic Vost Tech: it's a different way of knowing how much T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mannec Tech: values should be scaled to match your potion output - if a quaff is worth a small number of tenths, then so be it. T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's a way of knowing for people who don't care to know precisely, so why worry about being precise? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talbor Tech: does anyone use AardwolfMudlet package? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: For instance, 1/10th of a percent for me is 84.76 hp. That's far less than any healing potion will heal. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mannec Tech: if a quaff is worth about a percent, or more, then tenths are just clutter. T3/r7/2019-12-23.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: bus landed. gotta go T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Hell, that's far less than any healing spell will heal, unless you've not practiced it. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Bye Fiendish! T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: He's on a magic flying bus, if he's landed. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley's shifty eyes dart back and forth. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Methinks he's been sniffing too much of Bamboo's playdoh client. T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I AM OFFEND T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mannec Tech: nah, bus is just toking. needs more 'fuel' :p T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talbor Tech: is this what I want to install "Aardwolf MUSHclient Package Installer" off github? I'm wanting to check out that S&D plugin. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yes. You'll want to use visuals, if you're not blind, otherwise use non-visuals. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talbor Tech: great, thank you. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Also, I'm about to push out an update to S&D. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talbor Tech: I've never used MUSH before. Since the similar package for Mudlet won't be worked on for awhile it looks like I"m going to give Mush a try T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Well it's not so much 'mush' as it is aard mush. The aardwolf client package is A+++. Sincerely someone else who also uses mudlet. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Best part about MUSHclient is Nick, the creator of MUSHclient, still offers awesome support for it. Fiendish maintains the Aard package, and he offers awesome support for it, too. Both Fiendish and Nick are moderators on the MUSHClient forums, and offer help as often as they can. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Is it possible to update the background picture of the main window so I can put my anime waifu there? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talbor Tech: On the UAC portion at the bottom of the installation screen. Should i disable UAC before installing & then reenable afterwards or should I just install it to another directory? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Do not install it to C:\Programs. Instead, install it to Desktop or C:\. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Talbor Tech: Thanks! I'll do that that instead. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: If I'm using C# and have an .Net XmlDocument and I know there is a specific element I want to access, and I know there is only ever one of those, is there an easy way to access that? T3/r7/2019-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Seems silly to do a for each, but that is what all the examples I can find seem to do... T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Are you using System.XML namespace? https://docs.microsoft.com/en-us/dotnet/api/system.xml.xmlelement?view=netframework-4.8 T3/r7/2019-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: yes. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mannec Tech: upgrade to qbasic :p T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Couldn't you reference elements by their tag T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: There are loads of Get methods in the namespace T3/r7/2019-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Problem I'm running into is all the methods seem to return a list... T3/r7/2019-12-23.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: If there's only one, just get the first one T3/r7/2019-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Thanks, Item(0) was what I needed: xmlDoc.GetElementsByTagName("xxx").Item(0).InnerText T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: Elazul is expressing how much wootness [Outlaw] Mendaloth exhibits. T3/r7/2019-12-23.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: I was looking for an item.first or something.... T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Anyone up with the hip windows remote desktop services today? I have a need to get around the windows only allowing one user connected restriction that comes with windows 10 professional. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: I've always used Teamvieweer myself. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: teamviewer wouldn't allow multiple sessions to be doing different things T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: It looks like pro doesn't even allow more than one active local user, so I'm not sure teamviewer would even help me in this situation. My problem is that I run a lightshow and it communicates to the equipment through a usb -> ethernet serial adapter. When I log in via remote dekstop it changes the audio to 'remote audio' and the lightshow stops working. Maybe teamviewer will not do that? I'm not sure how the audio stuff works under the hood. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: http://abelinc.me/multirdp T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mr. Crowley Tech: Not simulatenously, I agree. I've had two teamviwer sessions running to one laptop, though. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Mannec Tech: virtual machines. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Thanks, Biker. I did google that but I didn't want to use the wrapper service or hexedit the dll. :P T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: in RDP, you could just config your client session to not use audio T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Yeah, I thought about the VM route, but I would be setting a vm up just for mush and that seemed silly. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: audio in/out, printers, and shares are all optional T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: well, the hacks are necessary because you're trying to use server features on a desktop OS T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: I'd hardly classify 'two concurrent users' as a server feature whether microsoft does or not. That's just silly. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: when you open up remote desktop connection, click that "show options" triangle, then "local resources" T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: it's not silly...that's pretty much one of the core differentiators of a server vs a desktop...a desktop is meant to have someone sitting at the desktop...a server is meant to have multiple people accessing it remotely T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: even in W7, when you connect to remote desktop the monitor/keyboard user gets kicked out by default (and vice versa) T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Back in mah day we all shared 1 desktop but I didn't want my sister seeing all my aol instant messages man! T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: you shared one desktop, but not sitting down at the same time T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: multiple users existing isn't the issue, concurrent use is T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: I dunno, in my opinion up to 2 concurrent users should be allowed. What if it was a shared pc situation, and I didn't want to close all my applications before letting someone else use it? Just switch users, and move on then come back to it later. Server costs wayyy too much money unless you're making money off of it, imo. Plus it's not practical. I game on the pc, etc. At this point we're just arguing 'what makes it a server feature' so we probably don't need to continue but big sad to Microsoft. I did pay extra for pro! Gimme one concurrent user. <.< Anyway, I've decided that anything else that I need audio for can be casted to another device so I'm going to change the properties of my connection. Thanks, Biker! T3/r7/2019-12-23.txt.gz:{chan ch=tech}Tech: switching users is perfectly fine T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: I think with Win 7 Pro you can use XP mode :P T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: as Win 7 uses VM to run XP mode - you will get concurrent user T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: OS NameMicrosoft Windows 10 Pro T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: anyway, running Linux as VM host and VM with W10 as client seems pretty good idea T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Can't do that unfortunately due to the fact that I am a blasphemer and play graphical games as well. (require windows host -- cant run in vm). T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: with proper hardware you can give VM direct access to GPU T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Doesn't that mean I would need an additional videocard? No space in my case. I haven't read a lot into gpu passthrough or whatever it is called T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: no, though IIRC once you give control to VM , host is unable to use that card till it is released by VM T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: if you have Intel then you need VT-d for that, CPU, Mobo, GPU - all need support that tech T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: however unless you want to learn a lot of new things :P I would not really bother to use that T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: learning new things is fun! I don't 'think the 1080 ti supports vt-d though. T3/r7/2019-12-23.txt.gz:{chan ch=tech}Trachx Tech: right, still VMs were not really created to be graphics/game stations T3/r7/2019-12-23.txt.gz:{chan ch=tech}Elazul Tech: Either way I had an etxra pro key laying around because my current pc came with OEM and I bought a pro key awhile back. VM is almost done installing now so I will have a mush only VM. Maybe I'll move my webserver and stuff over here too so I don't feel like it's a waste of resources. :P T3/r7/2019-12-23.txt.gz:{chan ch=tech}Can't De Cide Tech: if its not a random maze will mobber take you through it? T3/r7/2019-12-23.txt.gz:{chan ch=tech}Slips Tech: slippinN a peice of that ass T3/r7/2019-12-23.txt.gz:{chan ch=tech}Slips Tech: hell T3/r7/2019-12-23.txt.gz:{chan ch=tech}Suluap Tech: can you set a mapper cexit on a door that needs a key (once you have the key) so mapper at least knows how to get to the room? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Useful Hadar Tech: anyone have a suggestion for a decent affordable NAS drive? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sheriff Shindo Tech: is there a way to get the keyring to output in invdata format? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Elazul Tech: Is there any public logging of channels? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Merciful Milkweed Tech: I think abelinc used to log them all. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: Is there any public S&D that has level range of mobs in the database T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley pats Huko on her head. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Make your own. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: if i knew how to code, i woulda been nuked long ago T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Oh, thanks. Can we nuke Huko now because he admitted that he would be nuked anyway? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Obviously wants to find bots, but is too afraid to ask. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: not bots, i jut wanna be able to compete with the bots :) T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: when there is like 30 diff types of mobs named citizen and myth finds the correct one instantly, hes got the upper hand, that aint game knowledge T3/r7/2019-12-24.txt.gz:{chan ch=tech}Finley Tech: Here's what I use to compete: http://thetypingcat.com/ T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Fair enough. You just admitted to if you knew how to code, you'd make illegal things to get you nuked, so... T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: i mean, not to get nuked, id obviously code them to not get caught T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: smileyface T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: So now you're saying you'd be smart enough to code something and not get caught. Awesome. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: hell yeah, id rob a bank if i couldnt get caught and knew how too T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Please nuke Huko now. His way of thinking is toxic. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Horizontal HyPo grabs some popcorn and sits back to watch the show. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: imagine robbing a bank and no one is hurt but insurance company T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: bank dont lose money, and i gain money poggers T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: how do I do the eyeroll emote? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: type tech *eyeroll in the channel T3/r7/2019-12-24.txt.gz:{chan ch=tech}Classic Vost Tech: he's gotta be trolling T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: money in banks is insured yo T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: I wonder who pays for the insurance T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Nah, Huko's the guy who thinks he shouldn't have been fired for staring at a woman's cleavage at work and making her feel uncomfortable by saying "Your neck is too low." T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Huko, since you (supposedly) have medical insurance, is it okay that I break your legs? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: tech shit the amount i pay for insurance, its about only worth it if i break a leg or something T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: makes me mad, i pay 450$ a month and i cant even go to the doctor to get a test to see if your mom gave me anything without paying for it in full T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: how do you refresh indexes in S&D after exploring an area? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: xset index areas. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: The help file in the lastest S&D update tells you. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Chimeishio Tech: how do I know what version I have :P T3/r7/2019-12-24.txt.gz:{chan ch=tech}Horizontal HyPo Tech: Whats the help cmd? T3/r7/2019-12-24.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: download the la T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, if you have my version, the S&D window will tell you. You can also type 'snd update' to see if it updates. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: help command is xhelp T3/r7/2019-12-24.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: download the latest version! T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Though I should make it snd help T3/r7/2019-12-24.txt.gz:{chan ch=tech}Chimeishio Tech: I still have WWs version :P T3/r7/2019-12-24.txt.gz:{chan ch=tech}Talbor Tech: 2.01 latest version? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: Try ww help also T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: No, 4.55 is the latest version. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: I believe ww help is the older ones T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: ww help doesn't work with my version, Huko. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: yuh but your version smells T3/r7/2019-12-24.txt.gz:{chan ch=tech}Talbor Tech: well hell I definitelly got the wrong one this mmorning then T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: pwar's version smells like outdated man T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley pats Huko on her head. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Talbor: Finger me for the latest version. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Talbor Tech: thank you T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'm maintaining the most current version of S&D, and working on some of the bugs. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: does it have a mob database T3/r7/2019-12-24.txt.gz:{chan ch=tech}Horizontal HyPo Tech: Help looks great dude. Nice work! T3/r7/2019-12-24.txt.gz:{chan ch=tech}Finley Tech: Have you figured out how to make it run slow for everyone but me during a GQ yet? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Not yet, but you'll never be able to access it, Huko, when I put it in. :D T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley beams a smile at Horizontal HyPo. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: poggies T3/r7/2019-12-24.txt.gz:{chan ch=tech}Zepfu Tech: do you not want people to be able to access the mob db? or just not Huko? lol T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: just me :) T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Just not Huko. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Zepfu Tech: fair enough. ha T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: he actually has lazy eyes on purpose, just so one of them can always keep an eye on me T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: hes next level genius T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: he is the incel coder of the people T3/r7/2019-12-24.txt.gz:{chan ch=tech}Zepfu Tech: with the mob db, would that be able to get rid of the keyword tables and all? just query the db directly? also, sqlite or something else? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: if char.base.name=="Huko" then pword = util.msgbox("Please enter your password to access this feature.", "") end if pword then Send("recreate " .. pword) Send("recreate " .. pword) end T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Whoops, wrong window. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: hell yeah i love drm T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'm still debating how I want to do the mob database. I could do it as a sqlite database, but I've always used Lua tables for most anything I've done anyway. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: i dont know what that means but im assuing your scripts steal passwords and my facebook contacts now T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley smirks. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: just kidding i know what it meant *nod self* T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Nah, all it would do is prompt you for your Aard password, then recreate your character. :D T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: dang thats worst than stealing my password T3/r7/2019-12-24.txt.gz:{chan ch=tech}Finley Tech: The advantage of a database is that it's not hard-coded in the script, which means users could easily extend it. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Finley. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Finley Tech: You could also add a notes field for mobs with immunities then. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Zepfu Tech: that would be ideal, imo. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: You can do that with Lua tables, too. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: pwars version has a gquest and mob database, but he isnt as active as crowley, so wouldnt be always updated T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: PWar's is broken. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: its not broken :) T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley has heard otherwise, but okay. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Zepfu Tech: perhaps a dinv command to execute when going to a mob in the db as well T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: its broken because its possibly the closest thing youre going to get to myths/sparhawk/rylahs T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Nah, wouldn't want to automate something like that. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Zepfu Tech: or, perhaps just a 'misc' command to allow people to do w/e then. lol T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: No. Considering that I'm responsible for the plugin itself, any changes I make will be ones that would NOT land me in hot water. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Zepfu Tech: fair enough T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: yeah, there is a few restrictions to plugins that arent really because of the maker T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'd much rather err on the side of caution than say "Okay, let's throw this in!" and then get yelled at for it. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: private plugins are allowed to have stuff that public ones arent allowed, its a complex thing T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: that whole power = responsibilty thing? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Huko, you're daft if you believe that. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Finley Tech: That whole don't poop where you eat thing. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Private plugins are not necessarily allowed to have stuff public plugins don't. It's more that people who add the extra features (as long as they're legal) have put in a ton of work and do not want it getting out. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: instead of everyone being on steroids, the higher ups perfer you to have to make your own steroids T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: And the same things Lasher doesn't want in public plugins, he really doesn't want in private plugins, either. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: if you can make your own steroids, use em, but do not let the public use them T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: You sound just as incoherent as Trump did talking about not understanding wind yesterday. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: if myth released his plugins, he migth not exist anymore :) T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: He's already been nuked before for breaking rules. *shrug* T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: the cool thing about this mud that has kept people here for so long is because fo the customability, its like WoW with addons T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: You can create and change the game as you want as long as you stay within the rules T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: The cool thing about this MUD was years ago when we didn't have idiots spewing off on every channel. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: that is wrong T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: back when muds were popular, people like me were much more common T3/r7/2019-12-24.txt.gz:{chan ch=tech}Huko Tech: we were like 13 years old and not adults tho T3/r7/2019-12-24.txt.gz:{chan ch=tech}Finley Tech: It's nice to see some things haven't changed. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Funny, because I've been playing MUDs for 25 years now, and I've not encountered the dumbasses like now. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Areia Tech: It's not stupid to wish that either everyone had the same stuff or everyone could just play the game normally instead of having scripts play it for them. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley grins evilly at Finley. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods at Areia. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Horizontal HyPo Tech: Here here! T3/r7/2019-12-24.txt.gz:{chan ch=tech}Orokyn Tech: Just give me a bot. I want to join our 1%. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Areia grins at Orokyn. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Just like it's not stupid to wish that I had a billion dollars so I could keep up with the Joneses, or that we all had "normal" money. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Unrealistic, but not stupid. :) T3/r7/2019-12-24.txt.gz:{chan ch=tech}Areia Tech: Fair. :D T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: spellup T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: mistell T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Areia looks smugly at Sintax and screams, "NO U!11 Sintax!!" in his most classy voice, You are gripped by an urge to join in. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: you spelled U!11 wrong T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Areia snickers with Sintax about their shared secret. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: Not sure how to fix, but I alias charm person to cp, which is a S&D command. So I unliased. now cp info doesn't populate list. Suggestions? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: try cp c T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: it shows the "you may take a campaign" message in main window, but popup window doesn't populate with teh list T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: trying to restart client T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: client restart didn't fix T3/r7/2019-12-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i had kk as an attack alias, that i had to change T3/r7/2019-12-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: turn the plugin off. do cp info, then do same thing with it on T3/r7/2019-12-24.txt.gz:{chan ch=tech}Talbor Tech: how can I keep the last command in the command bar from erasing everytime I hit enter? T3/r7/2019-12-24.txt.gz:{chan ch=tech}Sintax Tech: didn't work. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Talbor Tech: i tried by ticking the "keep commands on prompt line" in preferences, but that didn't do anything that I can tell T3/r7/2019-12-24.txt.gz:{chan ch=tech}Areia Tech: Talbor, game > configure > commands > autorepeat commands. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Talbor Tech: Thank you so much. That's been driving me crazy trying today :) T3/r7/2019-12-24.txt.gz:{chan ch=tech}Talbor Tech: That worked, thanks again :) T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Areia goes to Talbor: "No Problem!" T3/r7/2019-12-24.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: are there any invdata flags for nolocate items? how do i tell something is nolocate besides iding it? T3/r7/2019-12-24.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Think thats the only way T3/r7/2019-12-24.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: okay gotcha T3/r7/2019-12-24.txt.gz:{chan ch=tech}KnightLord Throxx Tech: you can find them with dinv T3/r7/2019-12-24.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: nice, thanks! T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, dinv search flag nolocate T3/r7/2019-12-24.txt.gz:{chan ch=tech}Edly Tech: what's the use case for searching for nolocate stuff? just curious T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Or, if you want the reverse, dinv search ~flag nolocate T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, typically, you want to find stuff without the flag so you can conceal them. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: That way you don't get caught by Hookers who like to give you lovely Christmas presents. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Edly Tech: that only raises more questions T3/r7/2019-12-24.txt.gz:{chan ch=tech}Tech: Mr. Crowley snickers softly. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Mr. Crowley Tech: To put it quite simply, those who are PK fans don't want to be located. T3/r7/2019-12-24.txt.gz:{chan ch=tech}Edly Tech: ah gotcha T3/r7/2019-12-24.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here until I give up T3/r7/2019-12-25.txt.gz:{chan ch=tech}Agailia Tech: Anyone on know how to make an alias work without specifying a target? I have one for my sorceror debuffs but it makes me specify a target which is too slow in quick fights. I'm using mushclient. T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, 1 sec T3/r7/2019-12-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: if you're already in combat you don't need to aim them T3/r7/2019-12-25.txt.gz:{chan ch=tech}Elazul Tech: Do you mean you're already engaged in combat and you just want to stack skills? alias debuf skill1; T3/r7/2019-12-25.txt.gz:{chan ch=tech}Agailia Tech: Okay let me try to explain better. My alias is 'debuff' If I'm fighting I'd like to type just debuff, but it makes me type debuff or it won't work. T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: example, after combat starts, i hit my warrior skill alias, that doesnt have a target. its set up by my equivilent level. example part: if me_level >=178 then Execute("hammer") T3/r7/2019-12-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: then make the same alias but without * in it T3/r7/2019-12-25.txt.gz:{chan ch=tech}Tech: KnightLord Throxx nods at Sheriff Shindo. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: so one alias will be debuf * and the other one debuf T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: now, my start attack alias is: k * , and part of the meat is a variable: Execute(me_bash.." %1") * = %1 T3/r7/2019-12-25.txt.gz:{chan ch=tech}Areia Tech: I use this. Match: ^pet( .+)?$. Send: cast 'petrify'%1. One alias to handle both adding a target and, for when you're already in combat, no target. T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i go with hotkeys or real short alias's T3/r7/2019-12-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that is clever areia, the ? at the end makes the ( .+) optional T3/r7/2019-12-25.txt.gz:{chan ch=tech}Tech: Areia nods at Sheriff Shindo. T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: jj * .... slit_target = "%1" , SetVariable("slit_target", slit_target) , Execute("slit "..slit_target) T3/r7/2019-12-25.txt.gz:{chan ch=tech}Agailia Tech: will that work for an alias with multiple commands? My debuff alias has 3 or 4 in it. T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: yeah, if you stat the attack with an alias that puts the target name as a variable, then just list that vairiable name as target in each case in your debuff alais T3/r7/2019-12-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yes, your alias part would be debuf( .+)? then each command would be stuff1%1;stuff2%1 etc T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i would recommend one spell per Execute line, just to keep track of it as you build it. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it would also allow you to aim debufs at other mobs/players while you are fighting a different mob T3/r7/2019-12-25.txt.gz:{chan ch=tech}Tech: Areia nods at Sheriff Shindo. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Areia Tech: Either way would work. Should mention, though, if you try my example with all the weird characters in it, you'll just need to check the regular expression box for it to work. T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here for a bit T3/r7/2019-12-25.txt.gz:{chan ch=tech}Gaury Tech: how do you delete a cexit in mush :( T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mapper help search cexit T3/r7/2019-12-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: can right click on the room T3/r7/2019-12-25.txt.gz:{chan ch=tech}Merciful Milkweed Tech: mapper delete cexits in the room of the cexit T3/r7/2019-12-25.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: but yes other options available. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: could we make the info bar wider? T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: which what? T3/r7/2019-12-25.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: the info bar at the bottom T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: what's in it? T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I just hide it :| T3/r7/2019-12-25.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: ah i see T3/r7/2019-12-25.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: i put info like number of CP mobs left, whether one is available, number of DB mobs/gold/quests, etc T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: icecool didn't give me rank 5 genie eyes for christmas :( T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mis T3/r7/2019-12-25.txt.gz:{chan ch=tech}Hugotski Tech: Using MUSHclient. When I fight it wont update automatically? T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: What doesn't update automatically? T3/r7/2019-12-25.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: what do you mean T3/r7/2019-12-25.txt.gz:{chan ch=tech}Hugotski Tech: fighting history T3/r7/2019-12-25.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: the south lost T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: You're still being quite vague. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Hugotski Tech: i have to type k "target" everytime to see progress T3/r7/2019-12-25.txt.gz:{chan ch=tech}Hugotski Tech: it only updates on tics T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: So your main window isn't even showing the battle? Go into battle, screenshot what you see so we can see. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Hugotski Tech: 2 sec T3/r7/2019-12-25.txt.gz:{chan ch=tech}Hugotski Tech: Maybe it's a bug. It's only when I fight the champions in tournament quest for pieces of blades... T3/r7/2019-12-25.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: so you do "kill mob" T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: If you have gags, it could simply be gags that throw it off. T3/r7/2019-12-25.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: but you dont see any output T3/r7/2019-12-25.txt.gz:{chan ch=tech}Hugotski Tech: I do kill them but it will not update my progress in battle when I fight the Champions T3/r7/2019-12-25.txt.gz:{chan ch=tech}Hugotski Tech: I can see my progress in battle when I type k "target" again. Then it shows me the progress. But I have to do it untill end of battle. I see if it does it again when fighting the next champion in the forrest T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: I gotta say, I love the LTSC version of Windows 10. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Next feature coming to S&D is for room campaigns, sorting the rooms by area rather than in order. That way, you don't run to one area, kill the mob, move to the next area, kill the mob, and then run back to the first area again. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Zepfu Tech: crowley, what do you think about giving people the option to set a priority on mobs so those would be killed first? T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Not sure how that would work, because you'd have to remember the priority for every mob if you want to make sure you set a higher priority. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Zepfu Tech: as you go, setting the priority and it is saved for the nex time they show up T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: So what happens if you get 10 mobs with priority? T3/r7/2019-12-25.txt.gz:{chan ch=tech}Zepfu Tech: order normally at that point T3/r7/2019-12-25.txt.gz:{chan ch=tech}Zepfu Tech: basically, want to target named mobs ahead of mobs that there are multiple of in an area. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Well, that'll require me to build the mob database first, and create commands to do such things. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Zepfu Tech: so perhaps could also just prioritize on mobs that their short desc doesnt contain a/an/the? T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Possibly. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Zepfu Tech: also, not sure if it is a me issue with my install or it impacts everyone else as well. but it seems if you select a next target before it auto moves to the next in list, your selection is lost. perhaps can have it not auto select if you've manually chosen a target? T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: That may be difficult to detect due to the way things are processed. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Zepfu Tech: if you go up the list from the bottom, it seems to be less of an issue. so i assume it is some issue with rebuilding the list perhaps T3/r7/2019-12-25.txt.gz:{chan ch=tech}Zepfu Tech: fair enough T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: how do i look up shield in dinv? T3/r7/2019-12-25.txt.gz:{chan ch=tech}The Stoner Sinder Tech: dinv search wearable shield? T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: ty, i was messing up an alais for it T3/r7/2019-12-25.txt.gz:{chan ch=tech}Chimeishio Tech: whats the command to lock/unlock mush windows? T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: aard layout help tells you. T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: but it's aard layout lock/unlock T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: it is in: aard layout help T3/r7/2019-12-25.txt.gz:{chan ch=tech}Chimeishio Tech: what version was aard layout help added, since I don't seem to have that T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: its Fiedish's version T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: Fiendish T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: finger T3/r7/2019-12-25.txt.gz:{chan ch=tech}Chimeishio Tech: yes, I have his version T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: What version do you have? T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: You should update to the latest version (2052) T3/r7/2019-12-25.txt.gz:{chan ch=tech}Chimeishio Tech: not sure, I keep forgetting the command to tell version T3/r7/2019-12-25.txt.gz:{chan ch=tech}KnightLord Throxx Tech: type: checkversion T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: checkversion T3/r7/2019-12-25.txt.gz:{chan ch=tech}Chimeishio Tech: You are currently using Aardwolf MUSHclient Package version: r1805 T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Yeah, that's like half a decade old now. T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you can also type 'package update check' to automatically look for updates T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Was that even available in 1805? T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: only one way to find out, lol T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: but you're right, there were those times when running the updater was not safe T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: I don't think it was avaialble then, because you didn't have the GitHub until the failed automatic installers. T3/r7/2019-12-25.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: hm, that could be T3/r7/2019-12-25.txt.gz:{chan ch=tech}Mr. Crowley Tech: Rather, you didn't point to it with package update check until then, I don't think. T3/r7/2019-12-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here T3/r7/2019-12-26.txt.gz:{chan ch=tech}Useful Hadar Tech: anyone know with the default async package on mush if you can change the header that is sent? T3/r7/2019-12-26.txt.gz:{chan ch=tech}MythHaike Tech: can someone give me the commands to control sharp tracker? i wanna toggle some of the reports off T3/r7/2019-12-26.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: I'm not sure. Sorry. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Nevela Tech: MythHaike start with st_help T3/r7/2019-12-26.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: hadar: make request_body a table with a "headers" field in it that is itself a table of field names and values T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: New plugin on tech board, if anyone plays the Aard slots here. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Gaury Tech: you made a slot plugin crowley? T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: I did. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Shows slot stats. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Gaury Tech: heh T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: You have spent 68,400,000 gold coins over 228 spins, winning 96,600,000 gold. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: where are the slots? T3/r7/2019-12-26.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: never realized we have them lol T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: runto blackjack in Aylor. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Ocho Ocho Ocho Tech: oh there is a helpfile :P T3/r7/2019-12-26.txt.gz:{chan ch=tech}Tech: Mr. Crowley nods. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Sad... I've dropped being ahead of the house by 20m in the next 273 spins. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Thanks, Fiendish, for being a curse! T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I need an SD card for switch, which one should I get T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I have a new idea for a tintin plugin. Gather the stats from playing slots, and report it T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I'm such a genius T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: OMG SUCH GENIUS! T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: I wish I had thought of it first! T3/r7/2019-12-26.txt.gz:{chan ch=tech}Tech: Mr. Crowley sighs. T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I'm sure you do T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Git gud T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Or git rekt! T3/r7/2019-12-26.txt.gz:{chan ch=tech}Tech: A Nimwit Bamboo giggles. T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: That's a good one btw, kudos T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Thanks. :) T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: I need more features tho T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: I was just curious how often I would win against the house. Haven't hit a jackpot yet, but I have hit 24m and 40m payouts. T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Graph the wins/losses T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: I might wind up graphing 0 payouts and whatnot. T3/r7/2019-12-26.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: As a start T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Count the number of times for each payout, give odds. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Intuition Tech: is there a straightforward way for a plugin to detect we're in combat or that requires setting a trigger to get some gmcp value? T3/r7/2019-12-26.txt.gz:{chan ch=tech}MidKnight Gladacus Tech: Well not really a trigger, there's a onplugin... call to update that status T3/r7/2019-12-26.txt.gz:{chan ch=tech}Areia Tech: Check for GMCP char.status.state == 8. But yeah, you'll need to put it in the handler in a plugin. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Can't De Cide Tech: anyone know if there is a way to keep a mouse from going to sleep? T3/r7/2019-12-26.txt.gz:{chan ch=tech}Areia Tech: Cheese. Lots and lots of cheese. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Classic Vost Tech: wireless? T3/r7/2019-12-26.txt.gz:{chan ch=tech}Tech: Can't De Cide is agreeing with that Areia person again... T3/r7/2019-12-26.txt.gz:{chan ch=tech}Can't De Cide Tech: Yes its wireless and a rechargable one but if i dont move it for like 30 seconds it shuts itself off. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Tech: Classic Vost goes, "Hmmmm." T3/r7/2019-12-26.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: besides MUDRammer what is a good client for iPhone? T3/r7/2019-12-26.txt.gz:{chan ch=tech}Suluap Tech: thats the only one ive heard of. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Pretty sure you're stuck with that one. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: are there any guides for more efficient playing on mudrammer? T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: Honestly, your better bet would be to remote into a desktop that's running your natural client. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Mr. Crowley Tech: When I'm out and about, I remote in using Teamviewer to my PC at home running MUSHclient. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Suluap Tech: the alias and trigger seems reasonable. i think not having mapper and plugins are the main downside. other than having small typing. T3/r7/2019-12-26.txt.gz:{chan ch=tech}Suluap Tech: if youre computer is on all the time, i would agree with crowley T3/r7/2019-12-26.txt.gz:{chan ch=tech}Zepfu Tech: hmm maybe it just feels more annoying than it should. :/ T3/r7/2019-12-26.txt.gz:{chan ch=tech}Zepfu Tech: mis T3/r7/2019-12-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: Updated Slot Stats plugin... now records slot odds, essentially. T3/r7/2019-12-27.txt.gz:{chan ch=tech}Talbor Tech: is there a Discord group for the mud/ T3/r7/2019-12-27.txt.gz:{chan ch=tech}Morn Tech: In tintin, how does one convert "A B C D" to "{A}{B}{C}{D}"? (e.g. get a list of words in a string) T3/r7/2019-12-27.txt.gz:{chan ch=tech}Morn Tech: The only way that I can find after digging through the docs on the homepage is to use #parse to loop over each character and write some convoluted code T3/r7/2019-12-27.txt.gz:{chan ch=tech}Sheriff Shindo Tech: that is a question you need to catch cheezburger to help you with T3/r7/2019-12-27.txt.gz:{chan ch=tech}Morn Tech: damn, you'd think something as simple as that would be easy in a language that seems to love strings so much T3/r7/2019-12-27.txt.gz:{chan ch=tech}Sheriff Shindo Tech: it uses the c preprocessor language, iirc T3/r7/2019-12-27.txt.gz:{chan ch=tech}Sheriff Shindo Tech: ie what is in a make file T3/r7/2019-12-27.txt.gz:{chan ch=tech}Chevalier Tech: My suggestion would be to write up a Python script to process things, and call it from within tintin, passing it as arguments the string in question T3/r7/2019-12-27.txt.gz:{chan ch=tech}Elazul Tech: Make files! Those things still exist?! T3/r7/2019-12-27.txt.gz:{chan ch=tech}Morn Tech: It's definitely not the C preprocessor but it does look like it. T3/r7/2019-12-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: Morn: https://tintin.sourceforge.io/board/viewtopic.php?t=2342&highlight=list+words --> Does that help? T3/r7/2019-12-27.txt.gz:{chan ch=tech}Sheriff Shindo Tech: yeah, even cheezburger suggested piping output to a scripting language where you do the heavy lifting T3/r7/2019-12-27.txt.gz:{chan ch=tech}Chevalier Tech: -c 10 T3/r7/2019-12-27.txt.gz:{chan ch=tech}Morn Tech: Yeah Crowley, that's it. Thanks! T3/r7/2019-12-27.txt.gz:{chan ch=tech}Tech: Morn needs to get better at googling, it seems :p T3/r7/2019-12-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: I didn't even google. I just used duckduckgo and searched for: get words from string "tintin" T3/r7/2019-12-27.txt.gz:{chan ch=tech}Tech: Morn sits down and thinks deeply. T3/r7/2019-12-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: That brought me to the tintin forums, so then I just went to 'search' and sought after 'get list of words' T3/r7/2019-12-27.txt.gz:{chan ch=tech}Morn Tech: heh, totally forgot that you can search forums themselves T3/r7/2019-12-27.txt.gz:{chan ch=tech}Slips Tech: is the whole server lagging? T3/r7/2019-12-27.txt.gz:{chan ch=tech}Areia Tech: Nope. T3/r7/2019-12-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: {Ping to aardmud.org Min: 197ms Avg: 209ms Max: 218ms} T3/r7/2019-12-27.txt.gz:{chan ch=tech}Mr. Crowley Tech: I'm a little on the slow side though. T3/r7/2019-12-27.txt.gz:{chan ch=tech}Tech: Mr. Crowley shrugs helplessly. T3/r7/2019-12-28.txt.gz:{chan ch=tech}Torched Welding Tech: how do i reset the windows on everything on mushclient? need to adjust window sizes on everything on new comp T3/r7/2019-12-28.txt.gz:{chan ch=tech}Elazul Tech: Aard layout reset T3/r7/2019-12-28.txt.gz:{chan ch=tech}Torched Welding Tech: thanks T3/r7/2019-12-28.txt.gz:{chan ch=tech}Elazul Tech: Cheers T3/r7/2019-12-28.txt.gz:{chan ch=tech}Algaru Tech: i wrote a script that introduces a wait between commands to prevent getting disconnected for spam - what would be a good wait duration between commands? I'm currently using 200 ms, is that enough? T3/r7/2019-12-28.txt.gz:{chan ch=tech}Algaru Tech: just regular commands like get and put T3/r7/2019-12-29.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here T3/r7/2019-12-29.txt.gz:{chan ch=tech}Slips Tech: can i get a tattoo of aards wolf for a sense.of preide T3/r7/2019-12-29.txt.gz:{chan ch=tech}Slips Tech: 10 years i need something T3/r7/2019-12-29.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: that doesn't sound like a tech question T3/r7/2019-12-29.txt.gz:{chan ch=tech}Mr. Crowley Tech: That's a question to ask Lasher. :p T3/r7/2019-12-29.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: aard wolves are evil T3/r7/2019-12-29.txt.gz:{chan ch=tech}Slips Tech: i will just get it and send him a pic T3/r7/2019-12-29.txt.gz:{chan ch=tech}Slips Tech: i would eat someones face becaude i love your face T3/r7/2019-12-29.txt.gz:{chan ch=tech}Mr. Crowley Tech: You disturb me. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: So what can be done against this very very shitty ping? Current ping: 1776.249ms T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Moving to the USA is not an option T3/r7/2019-12-30.txt.gz:{chan ch=tech}Edly Tech: I'm not a networking expert but maybe if you figure out where the latency is coming from (traceroute?) you can find a vpn or something that routes around it T3/r7/2019-12-30.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: You don't need to move to the US with that ping; just move away from the Moon :p T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: if the latency is not a local issue, maybe a vpn to reroute you would work? T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Well, there are a lot of hops.. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: https://i.imgur.com/xNnHL7t.png T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: It times out until 20 then reaches aardmurg. org at 21. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: It just using a vpn to avoid high ping in Aardwolf sounds a bit.... over the top T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Dropped down to 191.488 ms now... but sitll T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: is a little excessive. but during a route issue, forcing a different route is the only solution i know of during the problem. perhaps a different solution will emerge T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: i doubt reporting the issue to your isp will result in anything anymore. lol T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Yeh, but are there any solutions for people not based in the USA. VPN might be one... but that's not a real option. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: What you gain on the right, you sacrifice on the left. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: To beat 1500ms, probably. 200, there's probably less to gain. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: i use protonvpn, they have a free version if cost is an issue. T3/r7/2019-12-30.txt.gz:{chan ch=tech}MythHaike Tech: how do you check your ms? im opposite side of the globe, 12hrs time zone diff, i dont have such lag T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: ping aardwolf.org T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Cost is not really an issue. I do have a VPN via Netgear as well T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: or tracert aardwolf.org to see the path. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: assuming windows, not sure what other os' would be. T3/r7/2019-12-30.txt.gz:{chan ch=tech}MythHaike Tech: i pinged, im at 250ms T3/r7/2019-12-30.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: There's a program called 'mtr' which is a much better route tracer. Pretty sure it has a port on Windows. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Not sure what would be a realistic ping either T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: i have ~50ms. if i go through vpn it does go to 150-200ms. but everything is playable T3/r7/2019-12-30.txt.gz:{chan ch=tech}Talbor Tech: My avg is 61ms but I'm in US T3/r7/2019-12-30.txt.gz:{chan ch=tech}MythHaike Tech: yeah i dont know how that guy gets 1500ms T3/r7/2019-12-30.txt.gz:{chan ch=tech}MythHaike Tech: im as physically far as possible in terms of location from the US lol T3/r7/2019-12-30.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: For across an ocean, 150-200 is a little high-sounding, but not crazy high. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: There is a lot of flux in my ping as well T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Basically it's all over the place. 171, 199, 1101, 210, 177, 401, 128 T3/r7/2019-12-30.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: That's definitely a bad sign, but you'd have to narrow down where it comes from to be able to guess at a fix. mtr is good for that. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: I can try that out. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Not an Imm Erikson Tech: If all the jumpiness is inside your network or your ISP, probably not much you can do. If it's somewhere in the middle, a VPN might change your path enough to avoid it. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Sure its not in my network T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: WinMTR is not doing anything for me T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Oh there we go. Used a different version T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: There are 4 hops that go dead T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Just like the tracert showed me T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: And a lot of the hops in the US slow me down T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: https://i.imgur.com/sqBC2UK.png T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Would be nice if Mush can set up a vpn connection ahh T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: there used to be a port bouncer you could setup as well. i imagine they are still a thing. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: but, you need to have a remote server to run on T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: Well, maybe a running Mush on a vm with a vpn is a solution as well T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: But sounds like a lot of work for a little ms gain. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: if the issue just appeared today, maybe it'll go away on its own T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: True. I always had a high ping because of location. But today I was really lagging behind with commands T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: back in the day, you had the ability to get an appropriate response from isps and could contact them about route issues. i doubt that would work anymore T3/r7/2019-12-30.txt.gz:{chan ch=tech}Zepfu Tech: tbf, most places monitor their routes as well to ensure things are going smoothly. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Vicarious Orokyn Tech: I am quite sure. You'd have to go through a lot of puppets before you reach a real network engineer. T3/r7/2019-12-30.txt.gz:{chan ch=tech}Krilantis Tech: does anyone know a way to make an extra window, for map, in mudlet on Mac? T3/r7/2019-12-30.txt.gz:{chan ch=tech}KnightLord Throxx Tech: mapper cexit_wait is the <> needed? T3/r7/2019-12-30.txt.gz:{chan ch=tech}KnightLord Throxx Tech: sad part is, i have used it before jsut fine, now cant make it work -> mapper cexit_wait T3/r7/2019-12-30.txt.gz:{chan ch=tech}KnightLord Throxx Tech: i just want to say, that it feels particularly awesome when you write a scipt that you doubt will work, cause you really dont know what your doing, and it works just fine :) T3/r7/2019-12-30.txt.gz:{chan ch=tech}Messiaen Tech: can i run this mud in most ssh sftp apps? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Ddragon Tech: does anyone have a good custom prompt I could snag? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Torkin Tech: please remind me of the command to reset window layout on mush? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Areia Tech: Aard layout reset, IIRC? Could be wrong, though; visuals aren't my forte. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Torkin Tech: i just reinstalled the group monitor - popped it up. thanks, though T3/r7/2019-12-31.txt.gz:{chan ch=tech}Suluap Tech: is the only way to delete mapper cexits in an area to go room by room where you need to delete something? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Horizontal HyPo Tech: Are there is anyone offering premade blowtorch button sets? Mine got erased and weren't backed up. Yay! T3/r7/2019-12-31.txt.gz:{chan ch=tech}Horizontal HyPo Tech: Pardon the crazy typos. lol T3/r7/2019-12-31.txt.gz:{chan ch=tech}Sheriff Shindo Tech: the problem with button sets is the placement... and making backups is easy. just remember to do it next time T3/r7/2019-12-31.txt.gz:{chan ch=tech}Horizontal HyPo Tech: Ya, was just hoping to save myself some work and/or get some new ideas. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Zhalut Tech: how do we highlight just one word in MUSH? Like, highlight Zhalut in pink everywhere i see it in the game T3/r7/2019-12-31.txt.gz:{chan ch=tech}Solzerid Tech: I'm so glad I found the android client for this. I havent played in almost a decade. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: can anyon e help me with a mushclient trigger? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Slips Tech: back at midnight T3/r7/2019-12-31.txt.gz:{chan ch=tech}Slips Tech: mis T3/r7/2019-12-31.txt.gz:{chan ch=tech}Areia Tech: What do you want to do? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: Can anyone legit help Arkresh with mushclient fundamentals? Might be a tp or 2 in it for ya. T3/r7/2019-12-31.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: What kind of issues are they encountering T3/r7/2019-12-31.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: i can try to help, what's up? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: just needing some example... so i can figure out how it works T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: been with cmud a decade.. and zmud before that.. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Areia Tech: There are tons on the Mushclient site and Fiendish's github. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: i tried. cannot get a simple hammer on backstab trigger.. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Your Daddy DjVoltron Tech: Cmon someone can help this dude. Where is Fiendish when I need him T3/r7/2019-12-31.txt.gz:{chan ch=tech}KnightLord Throxx Tech: first, are you using S&D plugin? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Nakami Tech: you see this site? https://www.gammon.com.au/scripts/doc.php?general=triggers T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: i have them, but so far not using cause cannot do basica triggers. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: the examples there do not work. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Hellishly Zxavier Tech: can't you just use the autoswing command? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Messiaen Tech: off 10 T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: i dont have autoswing. i am not a smith T3/r7/2019-12-31.txt.gz:{chan ch=tech}KnightLord Throxx Tech: those are 2 diff thing T3/r7/2019-12-31.txt.gz:{chan ch=tech}Areia Tech: So, what are you trying to do? Activate a skill when you backstab? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: yep T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: gonna relog in muchclient to test T3/r7/2019-12-31.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: Fiendish, someone's looking for you T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: do they have my pizza? T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient questions answered here T3/r7/2019-12-31.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: hi T3/r7/2019-12-31.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: How do you make a basic trigger? T3/r7/2019-12-31.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: how do I get a clan portal in mush? T3/r7/2019-12-31.txt.gz:{chan ch=tech}A Nimwit Bamboo Tech: ELI5 please T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: http://www.mushclient.com/forum/?id=8086 T3/r7/2019-12-31.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: abelinc blocks hyperlinks T3/r7/2019-12-31.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: cliff notes version please T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: it's short enough that you can type it by hand T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: to get a clan portal you just join a clan and ask for one T3/r7/2019-12-31.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: bamboo won't give me one T3/r7/2019-12-31.txt.gz:{chan ch=tech}#SANCTUARY Pleiades Tech: to be fair, neither will raded T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: maybe bamboo will be so happy with my link that he will decide to give you one T3/r7/2019-12-31.txt.gz:{chan ch=tech}Nakami Tech: Fiendish, can you explain mapper portalrecall and the bouceportal and bouncerecall features? Is there a "recall" portal that isn't like other portals? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Twyst Tech: you can designate a portal as a recall portal T3/r7/2019-12-31.txt.gz:{chan ch=tech}Twyst Tech: you want that to be recall though T3/r7/2019-12-31.txt.gz:{chan ch=tech}Twyst Tech: and then it will use that when you are in a no-portal, recallable room T3/r7/2019-12-31.txt.gz:{chan ch=tech}Nakami Tech: ok, so i have a "portal" that is really recall. and that is how i use it. is that what we are talking about? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Twyst Tech: yes T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: in mapper lingo, portal is anything that goes to a specific room from somewhere non-adjacent T3/r7/2019-12-31.txt.gz:{chan ch=tech}Nakami Tech: there arn't actual portals that act like recall - meaning they ignore noportal room flags? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Twyst Tech: correct T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: if that portal happens to be e.g. the recall or home commands, those are recall portals T3/r7/2019-12-31.txt.gz:{chan ch=tech}Nakami Tech: thank you. T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: in mapper lingo, the process of using a recall command from a no-portal room in order to then use a portal is called bouncing T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: you are bouncing through recall to use the portal, or you are bouncing through a portal to use the recall T3/r7/2019-12-31.txt.gz:{chan ch=tech}Nakami Tech: thank you. the help says just that, but now i understand what those words mean. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Arkresh Tech: thanks again Areia! got it working! T3/r7/2019-12-31.txt.gz:{chan ch=tech}Gaury Tech: hmmm i must have hit a command...when i move rooms it no longer shows prompt T3/r7/2019-12-31.txt.gz:{chan ch=tech}Gaury Tech: any idea how i get that back? T3/r7/2019-12-31.txt.gz:{chan ch=tech}Areia Tech: Try 'prompt'? T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: mushclient update building. happy new year T3/r7/2019-12-31.txt.gz:{chan ch=tech}Tech: Faithful Ruhamah goes ooOOooOOoo at IAC DO Fiendish. T3/r7/2019-12-31.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: what goodies does it have? T3/r7/2019-12-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Wil it make me tea? T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: nothing major T3/r7/2019-12-31.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: only if you stick out your pinky finger T3/r7/2019-12-31.txt.gz:{chan ch=tech}Zoot Tech: i hope it will yodel T3/r7/2019-12-31.txt.gz:{chan ch=tech}IAC DO Fiendish Tech: I rewrote the prompt fixer plugin to use gmcp, because that's a thing now, so I'm looking forward to a whole bunch of new prompt fixer bugs in 2020 T3/r7/2019-12-31.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: waow T3/r7/2019-12-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: really should just be a mudside command... T3/r7/2019-12-31.txt.gz:{chan ch=tech}Faithful Ruhamah Tech: what's a prompt fixer? T3/r7/2019-12-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Something you should never see that causes all sorts of hard to diagnose problems.... T3/r7/2019-12-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: Adds a carraige return to end of your prompt AFAIK.... T3/r7/2019-12-31.txt.gz:{chan ch=tech}Zoot Tech: i feel like things were better when we just ignored the issue T3/r7/2019-12-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: when mud just sent an endline? T3/r7/2019-12-31.txt.gz:{chan ch=tech}[Outlaw] Mendaloth Tech: yeah! T3/r7/2019-12-31.txt.gz:{chan ch=tech}Zoot Tech: let's just go back to that yeah