Jump to content

blueshirt

Members
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

793 profile views

blueshirt's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. 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
  2. Yeah I tried that but I couldn't seem to figure it out
  3. How can I achieve this? Looked through the api with no luck
  4. 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..
  5. I know how to use ahk but i'm trying to implement the fast dropping into my script
  6. i dont care if it looks bot like. Maybe like ahk where the mouse jumps to positions?
  7. 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"); }
  8. doesnt matter where the item came from. how would i do this?
×
×
  • Create New...