Jump to content

Khaleesi

Script Officer
  • Posts

    27575
  • Joined

  • Last visited

  • Days Won

    223
  • Feedback

    100%

Everything posted by Khaleesi

  1. Item id's never change, so you can use them if you want to Entities have their ID changed every update. This means, NPC's and objects will have swapped ID's. So you should use names. NOte: Jagex will be a bitch and call some npcs/gameobjects "null". You should use models to get those specific entities ^^ Khaleesi
  2. Item id's never change, so thats not a problem. NPc's and gameobjects do change, so you should use names for those There also more advanced ways, like using models to search for entities ^^ Khaleesi
  3. Auto-login is client related, I can't change that
  4. Didn't they got fixed yet? Why does it always take 4-5 updates to fix one thing ... oh god
  5. No it's the other way around. Mirror is slow in general. Its unstable and returns false info at some points. all we can do is wait and hope devs fix them Khaleesi
  6. Was about to ask the same thing ^^
  7. Are you sure you selected steel bars? If you are using mirror, ditch the mirror client please. It's broken and doesn't function stable
  8. Ya it's due to the obstacle there ... they are weird and have very straneg shapes, making it impossible nearly to calculate the positions or just makes it unable to find it Another thing at falador is that this is a giant bottleneck to a lot of botters. Bann rate is insane at fally. Try to skip it If you would ditch mirror client and use injection it will be a looot better already I'll take a look at this issues. Clicking though the ground seems to me an issue with osbot which can't deal properly with objects being visible, but I'll take a look at it ^^ You got a few more hours Ya rooftops are better in general + you get mark of graces ;) I'll take a look at the tree, though I fixed that. Khaleesi
  9. If you want to make a bug report, atleast use the right template and give me some more info ... It's useless to post: "gets stuck" or "doesn't work". Khaleesi
  10. Ya it does, but it's not 100% working though. I'll take a look at wildy course tomorrow! it doesn't support potions ... I never ran out of energy on any course Don't really see the point though ... You got 24 hour trial Khaleesi
  11. Got your zoom set to default? Works fine for me
  12. Thx! will take a look at this
  13. 1) Some people can't use the other bank. It picks one of the 2 banks on the left randomly based on ur position. 2) It should do that ... atleast does it for me whne I test it. 3) I'll have to rewrite the whole core of the scrip to do that + combining banking tasks is hard, even some people can't even do it LOL ^^ Khaleesi
  14. or this ^ depending in what situation you need the camera stop moving
  15. It actually does it pretty randomly, sometimes it will be more then other times. I can lower it a bit though. Khaleesi
  16. If you would only read my posts That means: As soon as the scripts gets updated by the SDN manager ^^ Khaleesi
  17. Try: "camera.stop.moving.pleawse.you.slow.me.down"; ;) Just make custom InteractionEvents. and set the event so it doesn't use the camera InteractionEvent event = new InteractionEvent(entity,action) event.somecameraoption... script.execute(event); tada! You'll have to rewrite it some, typed on my phone .. Khaleesi
  18. Whats the issue then? If you don't explain Anything, how do you expect to get helped? yes it's lifetime Are you using mirror mode? What course? What obstacle does it give this error? EDIT: Mirror is bit broken lately, use injection instead. Bug reports have been made to the devs. Khaleesi
  19. One of my users reported this, it's the same walking issue: The positions of the path got messed up
  20. Stop using mirror client which is broken af atm. This issue was already been reported to the devs, I'll include your GIF aswell now. Take a look here: http://osbot.org/forum/topic/83025-mirror-client-bug-report-positions/?p=928750
  21. Script updated to V0.71: - Removed mage book check at astrals. (Make sure to be on lunars when u start it!) - Reworked abyss, should not get stuck anymore at the outrer abyss rinhg ! Let me know if you still have issues in V0.71 of the script! Updated should be live soon! Khaleesi
  22. hahaha dat dex, what a hero ^^
  23. Khaleesi

    @anne

    Made me laugh xD
  24. Everything is random... Pathing or walking to specific tiles is always randomnized. I always use the left or middle booth since some people can't use the right booth. I think you need to finish dream mentor as quest to use it or something Well if you are doing runecrafting for 1 hour, don't you bank the same way every time? xD Runecrafting is always the same boring thing ... Ya I can let it use the hotkeys .. never thought of it actually. Will keep it in mind !
×
×
  • Create New...