Jump to content

FrostBug

Scripter III
  • Posts

    3967
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by FrostBug

  1. Dairy cows are objects, not NPCs
  2. Ring of dueling mustn't be part of an equipment setup, as it is considered a misc item. Check out troubleshooting section for more details and common issues
  3. Can you pm me your profile file from OSBot data directory? If I had to guess.. Do you have the same brother specified more than once in the kill order?
  4. String.valueOf(amuletOfGlory) ^ This does not do what you seem to think it does Instead, do: if (!getEquipment().isWearingItemThatContains(EquipmentSlot.AMULET, amuletOfGlory))) {
  5. Yes, constants as in the same object. Java uses whats called a String constant pool where all string literals are stored. When creating the second literal, the pool is checked, and a reference to the previously added literal is returned
  6. Use == for primitives and constants Use .equals() for everything else GrandExchange.Status is an enum, and enum values are always constant (even if they for some reason are mutable), so here you should use '==' Those strings are literals actually; which are constant. '==' is valid
  7. I'll give lumbridge tabs a test run when I get home. Make sure you have hotkeys set, default zoom, fixed display mode, roof rendering off and all that stuff Alternatively might just remove most routes other than clan wars, as they aren't very relevant anymore
  8. FrostBug

    FrostCaves

    Script should be started at the tzhaar bank, or inside of the fight caves (if configurations have been manually checked)
  9. FrostBug

    FrostCaves

    I'd rather not make exceptions, sorry
  10. FrostBug

    FrostCaves

    Was your camera at default zoom? This is pretty important for interactions; and jabbex changed it around a bit when they updated the max/min zooms I'm pretty sure. May try to make a configuration solver for it
  11. FrostBug

    FrostHunter

    Yes; do you want one now?
  12. Java is basically C# with less cool features You'll be fine with good C# skills. Just don't confuse the naming conventions, and get out of the habit of writing 'var' everywhere
  13. FrostBug

    FrostCaves

    I can probably help getting it started thru skype/discord assist or even screenshare, if you decide to give it another go.
  14. What results are you getting with WalkingEvent? From what I understand it should retry until at the desired location or reach an attempt threshold. Also it's a blocking event, so sleeping after the fact probably won't do anything
  15. Unfortunately not allowed to auth trials to accounts with less than 1 week of age
  16. FrostBug

    FrostCaves

    I would if it meets the minimum stats listed in the first post
  17. FrostBug

    FrostCaves

    No, the point of quick start is to use all default values. If you want to quickly use a custom configuration, you can configure that once, and then use the 'Previous setup' button
  18. FrostBug

    FrostHunter

    Aye, not a very descriptive error report, but if I had to use my psychic abilities to guess, I'd say you need to check that you're in fixed graphics mode and use default client zoom level.
  19. FrostBug

    FrostCaves

    There should most definitely be more than that. Are there any of the other log files with.. actual content? No
  20. FrostBug

    FrostCaves

    Could you send me the most recent log file located in the OSBot data directory? (OSBot\Data\FrostCaves\Logs)
  21. FrostBug

    FrostCaves

    Be sure that you: - Are not using mirror mode - Are not using resizable mode - Are using default zoom-level You can add me on skype if you need additional support
  22. Got the full log file you could send me?
  23. I reckon it's zoom related; I think client update will probably be required
  24. FrostBug

    FrostCaves

    Related to yesterdays game update; a client update is most probably required. I'll look into it when I get home, though (if client hasn't already been updated)
  25. Should contact whichever private scripter made it for you originally, or find someone to do it in the private scripts section
×
×
  • Create New...