Jump to content

OmegaJeppe

Members
  • Posts

    16
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

OmegaJeppe's Achievements

Newbie

Newbie (1/10)

2

Reputation

  1. Deathwalking dosen't seem to be working properly anymore in version v6.12, just stands still at Zul-Andra trying to "Walking to bank"
  2. Hi. We're a group of people starting a gold selling site, and we're therefor looking for a OSRS gold supplier that can keep our stock full at most times. Buying 100M - 10B Can pay with PayPal, or Crypto if the price is right. Add me on Discord to do business: OmegaJeppe#9626
  3. Alright, thanks a lot man, really been struggling with this one for quite some time - great to get some other eyes on the issue, so i can move on.
  4. Ahh interesting. So i would be able to call the script executor from the nearby enemies thread, pausing the main loop untill teleport is complete and then resuming it again?
  5. I was trying that for a while, but i couldn't seem to find a way of taking control of the main main loop from the nearby enemies thread, and stopping it in the exact second a nearby enemy was approaching. The only thing i was able to do was to loop through the main script, and when it eventually finished what it was doing, it then received the request to stop - but then i was already dead. If you know how to do it the other way around, that would also be perfect.
  6. It's not every task, my main functionality is to always check for nearby enemies, and in that case teleport away. When enemies are nearby i have to control my other tasks/threads, and stop them so they dont take control over my mouse, which could cause problems to the teleporting part.
  7. Hey everyone and happy new year! This might be simple, but i can't get my head around how i'm to stop/pause a thread, and start it again after calling a method. I have been trying the following example, and it's working to some point, but breaks eventually and the threads will fail to run. I have also been reading about wait() and notifyAll(), but haven't been able to get that to work. Does anyone have some insight on this topic, that might be willing so share a snippet or give some tips? AttackThread.interrupt(); MoveToRevenantsThread.interrupt(); teleport.run(); AttackThread = new Thread(attack); MoveToRevenantsThread = new Thread(moveToRevenants);
  8. Goodluck all! 1 - Khal AIO Agility 2 - Khal Fisher 3 - Perfect Fighter 4 - Perfect Thiever 5 - OSRS Script Factory Pro Edition
  9. Hi, i have a problem when calling the following world hopping methods. They only work very rarely, end the rest of the time it's just freezing at the world tab. Is this an issue anyone else if having, or is there a fix? getWorlds().hopToP2PWorld(); getWorlds().hop()
×
×
  • Create New...