mircea_popescu: | grats on teh pop diana_coman | [00:35] |
diana_coman: | thanks mircea_popescu , it WAS a wheel, lol | [03:59] |
diana_coman: | so uhm, did it say YOU got a pop on wheel etc? | [03:59] |
diana_coman: | in my logs I see it only for Foxy, dunno what/where you saw <mircea_popescu> lulz diana_coman it just said i got 1 bitcent of turning wheel and loot... but i got no turning wheel | [04:01] |
diana_coman: | unless you misread Foxy for Mircea, lolz | [04:01] |
diana_coman: | shinohai, so it turns out those flags were not yours ? ugh, ping me when you're in town to exchange them back | [07:55] |
mircea_popescu: | diana_coman i was doing cons. | [08:06] |
diana_coman: | mircea_popescu, so you got a message about turning wheel for what was a cons actually? | [08:07] |
mircea_popescu: | yup | [08:07] |
diana_coman: | ugh | [08:07] |
mircea_popescu: | ah false alarm, i read diagonally lol. | [08:11] |
mircea_popescu: | coming back from dinner to a 2k extra grass is always nice | [14:24] |
mircea_popescu: | not really pop, but still. | [14:24] |
hanbot: | diana_coman dyou happen to know of anything in my local eulora files that i'd be able to harvest for contents-of-storage info? | [18:29] |
diana_coman: | hanbot, possibly the chat log really provided you set the flag so it records all the "stores X of Y" | [18:31] |
diana_coman: | other than that, there are the messages sent when you access storage | [18:31] |
diana_coman: | at some point I had written a bit of code to vomit those to a file but iirc there was no interest when I asked about it and so it did not make it into public code | [18:32] |
hanbot: | possibly your idea was ahead of its time ;) i'll snoop around a bit, would like to do solid inventory | [18:34] |
shinohai: | ^ so much this | [18:34] |
mircea_popescu: | hey shinohai you in town in say half hour ? | [18:37] |
shinohai: | should be just give me a ping | [18:37] |
mircea_popescu: | and incidentally - i'd fucking love it for someone to write a bot that does ord build. it should start with a table full of bundles, look through inventory for keys for those bundles, go there, open up and mine. | [18:38] |
mircea_popescu: | actually fuck it, i guess i'll just write a post, there's at least 3 types of bots. | [18:38] |
diana_coman: | one post for 3 bots sounds quite...efficient :D | [18:42] |
hanbot: | >You've stored 6114 Crumbly Rock. / if only this also printed q... | [18:51] |
mircea_popescu: | i think it does get the q, just doesn't print it for bad client reasons | [18:56] |
diana_coman: | hm, a bit of digging found the main bit of code that would barf the stuff | [19:00] |
diana_coman: | void LogActivity::HandleMessage(MsgEntry* message ) | [19:00] |
diana_coman: | { | [19:00] |
diana_coman: | if (logging) | [19:00] |
diana_coman: | { | [19:00] |
diana_coman: | if (message->GetType() == MSGTYPE_GUISTORAGE) | [19:00] |
diana_coman: | { | [19:00] |
diana_coman: | psGUIStorageMessage incoming( message ); | [19:00] |
diana_coman: | if (incoming.command == psGUIStorageMessage::ITEMS) | [19:00] |
mircea_popescu: | shinohai im in town! | [19:01] |
diana_coman: | { | [19:01] |
diana_coman: | csString toWrite = incoming.commandData; | [19:01] |
diana_coman: | logger->Write(CSV_LOG, toWrite); | [19:01] |
diana_coman: | } | [19:01] |
diana_coman: | } | [19:01] |
diana_coman: | } | [19:01] |
diana_coman: | } | [19:01] |
diana_coman: | if anyone bothers to put it in as a LogActivity, shouldn't be too difficult | [19:01] |
mircea_popescu: | diana_coman you mean replace current logactivity with this ? | [19:01] |
diana_coman: | will need also to add that CSV_LOG thing in botlog | [19:01] |
diana_coman: | no mircea_popescu | [19:02] |
diana_coman: | Activity in foxybot is a term of art: each separate thing the bot does is an activity, such as explore or craft | [19:02] |
diana_coman: | each of those logs its stuff | [19:02] |
diana_coman: | but this would be a different activity in itself that you can start as /bot log | [19:02] |
shinohai: | kk mircea_popescu | [19:03] |
mircea_popescu: | should really just be in client imo | [19:03] |
diana_coman: | well, that incoming.commandData contains all items in one category of storage | [19:04] |
diana_coman: | each time you open storage, that is sent and the client uses it | [19:04] |
diana_coman: | so yeah, it is in client as you say it | [19:04] |
diana_coman: | not sure what you have in mind with that though | [19:04] |
mircea_popescu: | should just dump it to chat properly rather than truncatedly. | [19:04] |
diana_coman: | ah, well | [19:04] |
diana_coman: | that's yet a different story really | [19:04] |
diana_coman: | this thing there is the whole list of stuff you have in storage rather than one transaction thing | [19:05] |
diana_coman: | this thing I mean incoming.commandData in there from MSGTYPE_GUISTORAGE | [19:05] |
mircea_popescu: | shinohai trade | [19:05] |
mircea_popescu: | diana_coman aha yes, will come in handy for one of the bots | [19:06] |
mircea_popescu: | danke | [19:06] |
shinohai: | remainder when i settle with foxy | [19:06] |
mircea_popescu: | were there a further 248 ? | [19:06] |
diana_coman: | shinohai, 1 min | [19:06] |
mircea_popescu: | can you trade him ah k | [19:06] |
diana_coman: | shinohai, trade | [19:09] |
mircea_popescu: | ahh teh wayward flags. | [19:10] |
shinohai: | >.< | [19:10] |
mircea_popescu: | thanks shinohai ; have a mn for your troubles. | [19:10] |
shinohai: | O.o thx! | [19:11] |
diana_coman: | hanbot, did I win those 2 ords ? | [19:11] |
shinohai: | I kept them safe for months! lol | [19:11] |
mircea_popescu: | lol | [19:11] |
hanbot: | ~45 mins diana_coman | [19:11] |
diana_coman: | ah, kk | [19:11] |
hanbot: | speaking of which, AUCTION: 2 WWB ordinary enumerations q109 with their claim keys, claims unused ofc. 50k heard diana_coman. eta tuesday dec 27th at 22:00 ART | [19:12] |
mircea_popescu: | diana_coman is there a way to get the raw data re bvs and craft compositions atm to build bots with ? | [19:14] |
diana_coman: | the csv file from my site you mean? | [19:15] |
diana_coman: | the bv data can anyway be obtained directly in game from storage basically | [19:15] |
diana_coman: | as alternative I suppose | [19:15] |
mircea_popescu: | ah there's a csv ? got link ? | [19:18] |
diana_coman: | www.dianacoman.com/Eulora/recipes.csv | [19:23] |
mircea_popescu: | http://trilema.com/2016/first-eulora-hackathon/ << | [19:52] |
lobbesbot: | Title: First Eulora Hackathon on Trilema - A blog by Mircea Popescu. (at trilema.com) | [19:52] |
lobbesbot: | Post from eulora: First Eulora Hackathon <http://trilema.com/2016/first-eulora-hackathon/> | [19:52] |
hanbot: | diana_coman wwb ords are yours, ping me for pickup w/e | [22:15] |
Comments feed: RSS 2.0