Jump to content

Chris

Scripter II
  • Posts

    8362
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Chris last won the day on November 6 2023

Chris had the most liked content!

About Chris

Contact Methods

  • MSN
    https://discord.gg/CGHsd4a
  • Website URL
    https://discord.gg/CGHsd4a
  • ICQ
    https://discord.gg/CGHsd4a
  • Yahoo
    https://discord.gg/CGHsd4a
  • Skype
    https://discord.gg/CGHsd4a

Profile Information

  • Gender
    Male
  • Location:
    Florida
  • Interests
    Programming, Games, Anime, and More

    https://discord.gg/CGHsd4a

Recent Profile Visitors

78229 profile views

Chris's Achievements

Dragon Poster

Dragon Poster (9/10)

3.3k

Reputation

  1. Glad to hear it is working well for you. For future purchases I would recommend you make a paypal account so its easy to cancel subscriptions on your end.
  2. You will need to call then if you get charged. But also check the osbot store auto renewal
  3. Need to cancel renewal on paypal and the website.
  4. Not an issue. The script should resume without issues unless something else is causing problems. Check the rest of the logger for more information if its just sitting idle.
  5. Latency issue: Switch worlds closer to your region Check your proxies (if using) Task Manager -> Java -> High Priority Turn off boss overlay ingame settings Close osbot client side bar menu (shows scripts, bot window, etc)
  6. try InventorySlotDestination currItemDestination = new InventorySlotDestination(bot, currentSlot); InventorySlotDestination placementDestination = new InventorySlotDestination(bot, mapSlot); if (currentSlot != mapSlot) { if (bot.getMethods().getMouse().continualClick(currItemDestination, new Condition() { @Override public boolean evaluate() { return bot.getMethods().getMouse().move(placementDestination) && placementDestination.evaluate(); } })) { //sleep or do something after? } } This is an example from my code I use to sort my inventory using a map of items. this is how I get it to drag items around So mapSlot would be slot 27?
  7. UPDATE DRG 41.0-42.0: Fixed equipment loading for personal and anti-pk checks
  8. I pushed out v41.0 to fix the equipment loading issue from the previous game update. When you load the new version make sure it is spitting out the correct loaded equipment before leaving your bot. Example:
  9. UPDATE VRK-85.0: Fixed issues with equipment loader.
  10. just buy a udemy course on java then read the docs
  11. If you are safespotting then the player check is done on your safespot tile. Read quote above for everything else
  12. there should be a reason it stopped higher up in the logger. make sure you are using one of the three supported safespots.
×
×
  • Create New...