Christian Banse
Christian Banse
The 2 parameter of event 42 looks like a character Id
So we found out that eventType 42 seems to be "Bank Container Open" and eventType 75 is "Chest in your house open". They do have the same structure though
Additional findings: For Containers: * Operation Request 80 is the ContainerOpen operation. It does contain some kind of "objectID" in param 0, nothing else, this is more or less just...
https://github.com/Regner/albiondata-client/wiki/Building-in-Windows is still a good start but has some issues: - One should really use git bash, otherwise its pain - Make sure, GOPATH is set correctly - After installing...
I can look into that. If i remember correctly I even should still have a developers program license to actually sign the App but I need to check it
Somehow running in "online" mode is completely broken for me on Mac OS. I've been developing just with offline mode. It seems that a bunch of listeners get started but...
Ok this is a weird issue. I cannot seem to capture live traffic if I build the OS X client myself. If i download the ones built by circle ci,...
Using sudo makes no difference on my machine, as it is configured in a way that it allows my normal user to capture traffic (there is an option in the...
I would actually prefer the current behaviour. I basically develop in offline mode all the time and I need to check the upload to my private (local) server. So i...
Checking the origin header should be a first step, this should actually be pretty simple. What exactly is the websocket server used for?