Everything posted by blueshirt
-
Can't Start Any Scripts
Yes, yes, and yes
-
Can't Start Any Scripts
When I select a script then click start, the script selector closes and nothing happens. Nothing comes up in the log either. I'm on the latest version. [DEBUG][12/28 08:22:36 AM]: OSBot is now ready! [iNFO][12/28 08:22:38 AM]: Loaded 2 RS accounts! [iNFO][12/28 08:22:41 AM]: Welcome to OSBot 2.4.25! [iNFO][12/28 08:22:50 AM]: Updated injection hooks for client revision : 103! [DEBUG][bot #1][12/28 08:22:50 AM]: Initializing stealth injection bot... [iNFO][bot #1][12/28 08:22:52 AM]: Downloading latest RS2 old-school client parameters... [DEBUG][bot #1][12/28 08:22:53 AM]: Injected bot reference into client! [DEBUG][bot #1][12/28 08:22:54 AM]: Injected world accessors! [DEBUG][bot #1][12/28 08:22:54 AM]: Injected 31 class and 306 field accessors! [DEBUG][bot #1][12/28 08:22:54 AM]: Injected canvas! [DEBUG][bot #1][12/28 08:22:54 AM]: Injected 4 model update calls! [DEBUG][bot #1][12/28 08:22:55 AM]: Injected 12 definition calls! [DEBUG][bot #1][12/28 08:22:55 AM]: Injected 18 definition transformation calls! [DEBUG][bot #1][12/28 08:22:55 AM]: Injected random.dat patch for bot #1 [DEBUG][bot #1][12/28 08:22:56 AM]: Injected 2 tooltip callbacks! [DEBUG][bot #1][12/28 08:22:56 AM]: Injected 3 config callbacks! [DEBUG][bot #1][12/28 08:22:56 AM]: Injected 12 head message callbacks! [DEBUG][bot #1][12/28 08:22:56 AM]: Injected 2 chatbox message callbacks! [DEBUG][bot #1][12/28 08:22:59 AM]: Injected 29 draw skip points! [DEBUG][bot #1][12/28 08:23:04 AM]: Injected 3 hit splat callbacks! [DEBUG][bot #1][12/28 08:23:04 AM]: Injected 1 equipment callbacks! [DEBUG][bot #1][12/28 08:23:04 AM]: Injected 1 login return code callbacks! [DEBUG][bot #1][12/28 08:23:05 AM]: Loading RS world : 377 [iNFO][bot #1][12/28 08:23:06 AM]: Initializing 36 API modules... [iNFO][12/28 08:23:06 AM]: Started bot #1
-
Drag item to specific inventory slot?
Yeah I tried that but I couldn't seem to figure it out
-
Drag item to specific inventory slot?
How can I achieve this? Looked through the api with no luck
-
interact("Take") clicking on map even though the item is right next to me
This makes it take a really long time to loot because it keeps clicking on the map instead of right clicking then take. Any ideas? Or does anyone have a better looting method? Switched back to OSBot 2.3.70 and it got fixed..
-
Is it possible to drop inventory or items really fast?
I know how to use ahk but i'm trying to implement the fast dropping into my script
-
Is it possible to drop inventory or items really fast?
i dont care if it looks bot like. Maybe like ahk where the mouse jumps to positions?
-
Is it possible to check if a grounditem is dropped by me?
The problem is I have no idea how to do that haha
-
Is it possible to check if a grounditem is dropped by me?
title
-
is it possible to return true if my player has not moved for a few seconds
im asking because im trying to make my script talk to npcs one after the other. So talk to one man, then when the conversation is over, talk to another, and so on without breaking. Right now my script works fine, but sometimes it just stops trying to talk to them for a few seconds and then finally talks. Even when there are some right next to me. NPC man = npcs.closest("Man"); ifgetMap().canReach(man) && !me.isMoving() && !dialogues.inDialogue() && man != null) { man.interact("Talk-to"); }
-
is it possible to return true if my player has not moved for a few seconds
anyone know?
-
return true if any other player is on a certain tile
is this possible? thanks
-
check if i have 2 logs in my inventory
how can i do this?
-
check if there are 26 of a certain item on a certain tile
doesnt matter where the item came from. how would i do this?