Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26652
  • Joined

  • Last visited

  • Days Won

    209
  • Feedback

    100%

Everything posted by Khaleesi

  1. Ya there is not much needed at the start I think you only need the crafting level to make some lamp to help the pirates
  2. Let me know what script you are looking for
  3. Hello, I have several request of logo's which need to be made. I'm willing to give out several script auth for some1 who wants to help me out on this. If your interested to get some free acces to some of my prem scripts and you want to make some gfx. Feel free to hit me up on skype (in signature) ! Khaleesi!
  4. would be epic bad luck ... Maybe jagex made something you can't get randoms 5-10 min after you died? ;)
  5. You should try to avoid using booleans, try to check Also NEVER EVER try to use while loops in scripts.(Except when using some Timer to prevent while loops geting stuck) While loops are doomed to mess your script, instead use for loops or make better use of the onLoop method. You can always add me on skype and i'll take a look at your script on how to solve your issue. Skype is in my sigg
  6. Ya you could use the modelID's ... just check out the different options What ores are u trying to mine?
  7. Do you also make logo's? add me on skype ;)
  8. You can also keep checking the ore you are mining, so while the ore isn't mined, don't interact with it. I guess there a lot of ways to fix this
  9. LMAO Well played jagex xD
  10. Hmm no idea about that sorry
  11. I can feel you about that
  12. Lol i know Like I said ... typed in notepad in 3 min Since I'm here for like 2 weeks you've been bitching around on every topic I see xD Is that the really way you spend your time? Loves Khaleesi x3
  13. If there is someone who want to lend there account with 90+ agility I can finish this script. I'm also giving 1 free auth to the users who helps me out on this You can hit me up on skype about this! See signature for skype,
  14. Yes a delay after a delay is the worst thing there is. Hope they don't disappoint us friday ;) Khaleesi x3
  15. #JagexLogic Feeling sorry for you
  16. If you don't bot like mad and you just babysit and you talk sometimes, then chances are almost 0%
  17. I just realized that... sorry about that -_-
  18. I use the folowing code. If returns null: Means the door is open, else just interact with it. public static RS2object getobjectAt(String name, Postion pos, Script script){ return script.objects.closest(New Filter<RS2Object>(){ boolean match(RS2object d){ If(d != null && d.getPosition() == pos && d.getName().equals("Door") && d.getDefinition() != null && Arrays.asList(d.getDefinition().getActions()).contains("Open")) return true; } }); } Don't mind if I made some mistakes, just typed that in notepad at my work xD Khaleesi x3
×
×
  • Create New...