Jump to content

Kalispel

Members
  • Posts

    205
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Kalispel

  1. May be a dumb question but why would people sell the skins for less than market price?
  2. ...I closed my computer as soon as I read han solo... but it was too late. You're a faggot.
  3. Yeah. Thanks for the help! I'm on my way to making my first script.
  4. If you compare it to like 2010... They are doing much better. I feel there is only a grave future for the world of botting ahead.
  5. What script did you release? Would love to check it out.
  6. Thanks, I will put that in. But do you have any solution to the problem i'm having with interacting with items?
  7. I tried it again but it didn't work. I redid the fletching part of my method to be a bit more logical but there was still no fix. (I didn't implement your other suggestions yet but don't think that is the problem. Here is my code now: if(getWidgets().get(305, 4).isVisible()) { getWidgets().get(305,4).interact("Make 10"); } else if(!inventory.isItemSelected()){ inventory.getItem("Knife").interact("Use"); } else { inventory.getItem("Log").interact(); }
  8. Hi. I'm new to scripting and coding in general and had a question about how to use items on each other. I can't get the script to use one item on another (let alone select the knife in the first place). This is the code i have for making longbows in my fletching script: case FLETCH: if(myPlayer().isAnimating()) { antiBan(); } else if(!getWidgets().get(305, 4).isVisible()) { inventory.getItem("Knife").interact("Use"); inventory.getItem("Logs").interact("Use"); } else { getWidgets().get(305,4).interact("Make 10"); }
  9. Yeah I was a Chelsea fan until this season. Miraculously I'm a Leicester fan now.
  10. Yeah. Get the app grindr. I think you would like it.
  11. Kalispel

    Resigning

    Way to get my hopes up.
×
×
  • Create New...