Die Suche ergab 4 Treffer

von FFY00
Do 1. Jun 2017, 23:56
Forum: Erledigt
Thema: ARMv6 Errors
Antworten: 0
Zugriffe: 832

ARMv6 Errors

I keep getting this errors in the MFBot_4640_Konsole_ARM32v6 version. The error is thrown and then the bot is restarted. 6/1/2017 9:52:22 PM Warn Core General !##Object reference not set to an instance of an object !## at de.mfbot.MFBot_NG.Konsole.Program.Run () [0x00000] in <filename unknown>:0 at ...
von FFY00
Di 30. Mai 2017, 22:39
Forum: Tools
Thema: Remote access
Antworten: 5
Zugriffe: 6383

Re: Remote access

The current remote actions which are implemented are based on old XML output stuff. Basically the functionality works with simple HTTP requests. I'm not exactly sure what was implemented in that old version - at least stuff like login, logout, start, stop, basic account details. We started to reimp...
von FFY00
Mo 29. Mai 2017, 21:20
Forum: Feature-Requests
Thema: Console Version Language
Antworten: 1
Zugriffe: 884

Console Version Language

Add support for other languages in the console version. I don't speek german so I can't understand the help menu. > ## Die folgenden Kommandos sind möglich ## > /dmpguild (xlsx | csv | xml) guild: Gibt alle Gildeninformationen für die angegebene Gilde im gewünschten Dateiformat aus(Standard ist csv)...
von FFY00
Mo 29. Mai 2017, 21:18
Forum: Tools
Thema: Remote access
Antworten: 5
Zugriffe: 6383

Remote access

How do I implement the remote access option in my app? Is it just a text based TCP socket connection? If yes, what are the commands?