Everything posted by Tom
-
[HELP] how to detect "Attack Mode" and how to intract with entinty
Scripter Drama Issue #717 Technically speaking, GroundItem is an object
-
LONG Dialogue Help!
I didn't even see that top line, lel
-
LONG Dialogue Help!
It shouldn't click the NPC as long as its in a dialogue.
-
LONG Dialogue Help!
if ((AREA.contains(myPosition())) { if(dialogues.inDialogue()) { if (dialogues.isPendingContinuation() && (!getInventory().contains("THEITEM"))) { if(dialogues.clickContinue()) { sleep(random(100, 300)); } } else if (dialogues.isPendingOption()) { if(dialogues.selectOption(3)) { sleep(random(100, 300)); } } }else{ npcs.closest("THEDUDE").interact("Talk-to"); new ConditionalSleep(5000) { @Override public boolean condition() throws InterruptedException { return getDialogues().inDialogue(); } }.sleep(); } perhaps?
-
Creating a filter for ground items
The fk i need to read docs every once in a while
-
Creating a filter for ground items
GroundItem item = getGroundItems().closest(g -> g.getName().equalsIgnoreCase("Name") && area.contains(g))
-
Ps4.
Dont listen to ghost, It was me mald, promote me and ill consider giving you the account, thanks.
-
How do I make a loot counter?
Yes i am apart of the industry
-
How do I make a loot counter?
I'm on my at the moment so i'm not going to dig through the API But its an interface called MessageListener that you implement, and it will give you a method like public void onMessage(Message m) e.g. public class Test implements MessageListener
-
How do I make a loot counter?
Does it say in chat when you buy a kebab? You could use the message listener in that case and just +1 everytime it pops up in chat, you could alternatively create your own inventory listener kind of thing, but its pretty unnecessary for this.
-
Python book for Java Programmer
I learned all i needed for python in a couple of google searches, depending on what aged people you are teaching, you could literally be teaching them stuff you read 5 minutes beforehand.
-
Removing KeyListener
You could probs have an external program that sends the key to all bot instances you have added to it. I'm not sure how you would do it, but thats a start.
-
Removing KeyListener
Its ok, this happens to everyone.
-
[C# Tutorial For Beginners] How to make a calculator
Don't want to put ya down or anything, but what you're explaining is either poorly worded or blatantly wrong. It goes against basic OOP concepts. Static abusing isn't something you should be encouraging, or creating new classes to keep your variables tidy, the correct way I suppose of saying this would be if you consider each class its own object (which it is), then each object should only contain its required variables. And yeah, i'm a little late on the reply
-
This emote needs to be added
:tom: or :johnny: thanks bye
-
#FREEGH0ST
I've called maldesto a lot of things, he doesnt like me anymore / ever did.
-
#FREEGH0ST
I only ever wrote 1 appeal and got unbanned infinite times
- #FREEGH0ST
- #FREEGH0ST
-
osFisher
Can you please describe what you think doesn't work well? You haven't given me much information, and noone else has complained in a long while.
-
succesfull first proggy
successful*
-
fuck im bored with no chatbox, entertain meme
If i can get unbanned 15 times, you can get unbanned once
-
osFisher
Seems to be an OSBot issue, should be fixed soon!
-
osFisher
Does it say anything in the console?
-
osFisher
Not sure why it would get stuck there, ill give it a look over. Are you sure its not the collection box?