Everything posted by Token
- Stealth Builder
- Stealth Builder
- Stealth Builder
- Stealth Builder
-
Stealth Builder
I'm afraid the only exception to the 1 auth per person rule is when OSBot goes down, it wouldn't be fair towards others
-
Stealth Builder
Didn't you have one on 6th of august?
-
Stealth Builder
Authed Post in the refunds section
-
Stealth Builder
Didn't you have one on 29th august?
- Stealth Builder
- Stealth Builder
- Stealth Builder
- Stealth Builder
- Stealth Builder
- Stealth Builder
-
Overwriting previous script version
Create a jar artifact that exports the script jar into the scripts directory
- Stealth Builder
-
Stealth Builder
Not atm but I can add it if you think that's useful
-
nullPointer when level up dialogue
I don't see why dialogues would ever be null, that's an instance of an OSBot API class. Try to reformat your code so you have a more clear picture of what's going on in there. CTRL + SHIFT + L in Intellij or CTRL + F in eclipse.
-
nullPointer when level up dialogue
@Override public void onMessage(Message m) { if (m.getMessage().contains("You do not have enough")) log("We do not have enough."); stop(); } Most likely this one. It may be easier to understand if I reformat the code properly to this @Override public void onMessage(Message m) { if (m.getMessage().contains("You do not have enough")) log("We do not have enough."); stop(); } If you don't add braces then only 1 instruction is considered to be the if block, therefore this code should stop on any message including when someone types something in public chat if your chat is not filtered. Leveling up sends 1 message in the chat behind the dialogue.
- Stealth Builder
- Stealth Builder
-
Stealth Builder
Yes but it's very unlikely you got exactly what it expects, just let it buy whatever it needs Authed
- Stealth Builder
- Stealth Builder
- Stealth Builder