Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Doktor_Media

Pages: [1]
1
German Support / Re: Bot zeigt keine Donations an :/
« on: May 11, 2017, 04:09:05 PM »
Also URL verwende ich: http://deepbot.tv/notifications/donationnotification2.htm
Über "Preview" funktioniert der Alert wie gesagt über OBS, lediglich über "echte" Donations passiert nichts (weder Chat, noch OBS).

Unter Notifications werden die Spenden angezeigt ^^

lg.

2
German Support / Bot zeigt keine Donations an :/
« on: May 11, 2017, 06:12:46 AM »
Huhu,

ich versuche verzweifelt im Chat die Donation-Notifications anzuzeigen und habe hier schon alle Threads durchsucht. Ich verstehe nicht woran es liegen könnte.

- Ich habe den Bot als Admin gestartet
- Natürlich habe ich bei Donation "Notification" einen Haken bei "Auto Donation Actions" enabled.
- Ich habe die Kodierung auf UTF-8 gestellt und zusätzlich die API http://api.deepbot.tv/ipn/ipn.php?stream=Doktor_Media bei IPN eingetragen und IPN auch aktiviert.

Über den Button Preview werden immerhin via OBS Donations angezeigt. Über "echte" Donations passiert gar nichts, weder im Chat, noch über OBS. Auf der Donationseite werden die Donations anzeigt.

Bitte um Hilfe, woran könnte es noch liegen?

lg. Doktor_Media

3
Help/Support / Re: Savefile = Decimal
« on: March 07, 2017, 06:17:16 PM »
I've wrote a new code, but i don't know how to integrate @intpoints@ - i didnt get it ;(

Users can save points in a txt-file with their usernames, so i need to know how i can use @intpoints@ with txt files.
Its necessary because its like a second important currency (you can change your @points@ in the second currency).

The code is:
@editpoints@[@user@|-@target@] -
For editing (removing) the real currency (@points@)

But now the problem line:

@savefile@[Bildung\@user@.txt,@calc@[+|@target@|@readfile@[Bildung\@user@.txt]]]
Calculates the second currency and save it in a txt-file. Every value above 1000 gets a decimal in it.

I need to remove this decimal, because DeepBot cant read this format, when i try to read it out for new commands.

regards

4
Help/Support / Re: Savefile = Decimal
« on: March 06, 2017, 04:18:26 AM »
I am using @editpoints@ from the Invest Command:

@editpoints@[@user@|-@target@] @if@[@readfile@[Bildung\@user@.txt]||||@savefile@[Bildung\@user@.txt,@target@]||@savefile@[Bildung\@user@.txt,@calc@[+|@target@|@readfile@[Bildung\@user@.txt]]]] @exec@[1,!lernenfinal @target@]


How can i combine adding and removing points with intponts?

5
German Support / Tausenderstelle erzeugt Komma
« on: March 06, 2017, 02:08:33 AM »
Huhu,

ich nutze eine leicht abgeänderte Version von dem Invest Code aus dem DeepBot Wiki.

Mein Problem dabei ist jedoch, dass DeepBot bei Zahlen über 1000 einfach ein Komma setzt, also 1,000 schreibt.
Dadurch lässt sich die Zahl aber scheinbar nicht mit einem anderen Wert aus einer anderen Textdatei vergleichen, auch nicht wenn ich per Hand ein Komma in die andere Textdatei setze. DeepBot erkennt es einfach nicht und behauptet immer, man hätte zu wenig Punkte, auch wenn man viel mehr hat. Gibt es eine Möglichkeit das setzen von Dezimalstellen zu unterbinden?

6
Help/Support / Savefile = Decimal
« on: March 06, 2017, 01:49:20 AM »
Hello,

when i try to save numbers via @savefile, deepbot sets a decimal in it :/

What i want: 25001
What i get: 25,001

What can i do to stop this? It seems that Deepbot can't read this format :/



greetings

Code: (from Invest Command)
@editpoints@[@user@|-@target@] @if@[@readfile@[Bildung\@user@.txt]||||@savefile@[Bildung\@user@.txt,@target@]||@savefile@[Bildung\@user@.txt,@calc@[+|@target@|@readfile@[Bildung\@user@.txt]]]] @exec@[1,!lernenfinal @target@]

Pages: [1]