• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Search results

  1. Diesmon

    ipv6 unterstüzung

    Doch, mindest version für den 3.1 server soll 3.1.6 werden http://forum.teamspeak.com/threads/133734-3-1-Server-minimum-Client-version?p=452210#post452210
  2. Diesmon

    Solved TS3 Bot Startet nicht

    wie haste den bot gestartet? Via dem installer service eintrag? Schaut aus als ob iwas mit den permission nicht stimmt bzw der root user da reinfuscht
  3. Diesmon

    Problem with installation windows

    gz, so you are one of the 0.38% :D
  4. Diesmon

    Problem with installation windows

    yep, 32bit kinda dead. See steam hardware charts
  5. Diesmon

    Bot verbindet sich nicht

    tjo, bleibt eig nurnoch client version banned
  6. Diesmon

    Cannot login to web interface

    Nothing happens? So like.. nothing? No wrong password attempt or anything? What does the log say?
  7. Diesmon

    Sinusbot Stürzt ab

    Da hat wohl jemand keinen grünen Daumen. Nicht genug gegossen?
  8. Diesmon

    Solved Reset passwort not working

    It is only a temporary pw override, afaik. So you need to reset the pw properly inside the Webinterface or use the command everytime. and yes in your example the pw would get overridden to "password"
  9. Diesmon

    Ich höre die Musik nicht

    Siehe rote box oben
  10. Diesmon

    DE Wie nutze ich .seek() ?

    Nope, da du hier gerade richtig schön versuchst die alte (und abgeschaltete engine) mit der neuen zu vermischen, das kann ja nicht funktionieren :D du musst mit der neuen engine audio requiren und dann audio.getTrackPosition() und audio.seek() nutzen. Siehe:
  11. Diesmon

    Ich höre die Musik nicht

    Nächste frage ist, haste das problem nut mit Radiostreams oder auch lokal gespeicherten liedern? Pls help us with helping you. Den Leuten immer alles aus der Nase ziehen zu müssen ist halt nicht so geil...
  12. Diesmon

    EN Usage of ForEach Loop

    did you read what I said? I gave you a solution to run the code every x secondes. Just start a javascript interval via setInterval(x,y) https://www.w3schools.com/jsref/met_win_setinterval.asp And the best place to start it is in the bot connect event (after the bot actually connected to a...
  13. Diesmon

    EN Usage of ForEach Loop

    How about starting an setInterval(functionToExecute, NUMBER_OF_MILLISECONDS_BETWEEN_EXECUTIONS); setInterval(testfunction, 5000); via the connect#event Remember, you can also work with client.getOnlineTime(). Which returns the amount of time the client is online in milliseconds...
  14. Diesmon

    EN Usage of ForEach Loop

    yep, like I said. The scripts gets loaded when the bot boots up, but the backend cant get the clients, because the bot isnt online yet
  15. Diesmon

    EN Usage of ForEach Loop

    Mh then dunno, maybe I'm overseeing something. But normally what I said should be the case. Dose also nothing happen when you click on save script setting while the bot is connected?
  16. Diesmon

    EN Usage of ForEach Loop

    ah.. yeah ofc you arent using it in an event This code gets fired, but only when you press the save button in the script page. So when the bot isn't connected yet, nothing wil happen (because getClient() is empty. You can check with an engine.log("Number of clients founds: " + clients.length)...
  17. Diesmon

    EN Usage of ForEach Loop

    First of all, what does you mean with "doesn't work"? No output, An error? Wrong output? Because your string looks odd with this , in it and the tripple ' on the 2nd part of your string [ '. I'm a SinusBot!')] Normally the code should look like this: client.chat("Hello " + client.Name() +...
  18. Diesmon

    Probleme with chat detection

    If you are using 3.0.19.4 then its a known long-outstanding bug that the bot will sometimes just randomly lock-up and stop playing music or react to commands. A restart of the instance should fix it, or alternative a downgrade to 3.0.18.2 (see red box above your post) Alternative, if just...
  19. Diesmon

    Speech Recognition?

    Well, supporting the latest client-software is more like a core feature, isn't it? ^.^
  20. Diesmon

    Scripts aktivieren

    Mal ne frage, woher weißte das die nicht aktiviert sind? Steht im instance log, nachdem du gespeichert hast: "Loading script SCRIPTNAME" ? Wenn ja dann sind diese Scripts aktiv und funktionieren nur nicht, weil z.B: veraltete script engine genutzt wird oder so. Außerdem musst du manche script...
Back
Top Bottom