Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. Please use the bug report template... Particularly for this issue, I'm interested in: - What version of the script was running? (1.2.4c or 1.2.5) - Screenshot of the situation (was the area in front of the chest visible on screen?) - Camera pitch angle - Console output This problem was introduced in client version 2.3.71; if you still have version 2.3.70, you can bypass by using that for now. I have already submitted a bug report in the client bugs section. It should however have been resolved by the patch in script version 1.2.5
  2. Updated with some fixes and failsafes.
  3. Please use spoiler tags :E We'll have to wait for the SDN manager to review the new version before it can go live on the SDN. You can see the current script version number in the console when you start the script.
  4. Version 1.2.5 - Patched a Chest Area related issue introduced in 2.3.71 - Added a workaround for bank tab interaction issues - Updated the Iban's staff support to reflect the recent name change
  5. Slayer dart indeed isn't very good. Could you please tell me the exact name of the iban staff as it appears in game, tho?
  6. Started 1 chest should take roughly 8 minutes ;o Can I get you to post the exact name of the iban staff as it appears in the game? seems they changed the name of it.
  7. That isn't really enough to go from. Could you provide some more info (Eg. fill out the bug report template) If it's an issue with .71, you could try going back to .70. What does the console say? 24 hours
  8. Please I even bolded the part that says "doses"
  9. Back when I got my 94 magic from alching, I turned a small profit from alching green dhide bodies. No idea what that's like after GE tho.
  10. Hmm.. That's pretty similar to other configs. Most configs use bit values rather than decimal/hexadecimal values. But I see the problem yeah. The question is in which register those 15 bits are located eh? If anybody knows, it would be @Xerion or @Krulvis as they have worked with farming.
  11. No. The anti-stuck camera movement was originally made to deal with people who did not have that option enabled, since it could make the door unclickable at certain angles. Well, I do believe the failsafe would have dealt with it eventually, since the failsafe would activate again every 9 seconds and move the camera. How long was it stuck for?
  12. Alright; that's odd. It seems like the anti-stuck camera failsafe triggered, but didn't solve the issue despite it being camera angle related. Just out of curiosity, do you have "Always hide roofs" enabled in your runescape settings? Started a trial
  13. Thanks for the reports, both of you. I'll see if I can have them both dealt with tomorrow! While I appreciate the reports, I do wish you guys would use the bug report template from the OP Started
  14. True. Are they that much different from other configs?
  15. That's not much information to go from. When you say 'sometimes', am I to assume that it has happened before? Mirror mode not supported; I assume that's what you're using. If not, please fill in a bug report.
  16. Probably the same as other plants of the same type, if they each have their own register that is. Wouldn't take too long to debug using the configs debugger tool
  17. Not sure if still relevant, but a way to get the general uptext is: /* * Get the mouse uptext */ public String getUpText() { List<Option> menu = getMenuAPI().getMenu(); if (menu != null && !menu.isEmpty()) { return menu.get(0).action; } return "Cancel"; } Despite the nature of the code, it does not require you to have a right-click menu open.
  18. You can send key events directly to the client in order to have the mouse click at specific coordinates (and jump there). eg. ClientMouseEventHandler meh = getBot().getMouseEventHandler(); meh.generateBotMouseEvent(eventID, timeOfEvent, modifiers, x, y, clickCount, popupTrigger, buttonId, botEvent); The class uses AWT events, so you can poke around the oracle AWT docs for more info on IDs and such.
  19. getClient().getLoginState() != LoginState.LOGGED_IN
  20. Updated the mirror client entry in the FAQ. Hopefully that'll decrease the mirror client request spam
  21. your* How is that relevant ;o ?
  22. Looks pretty nice Inb4 make and correct typos
  23. It's nice, but I like the current one better. Nay
×
×
  • Create New...