Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27269
  • Joined

  • Last visited

  • Days Won

    217
  • Feedback

    100%

Everything posted by Khaleesi

  1. Just bot at places where less people are = less reports Also don't bot for too long ^^ Goodluck!
  2. Yes you can pass it in the constructor Like this: public class AlKharidKiller { private Script script; public AlKharidKiller(Script script){ this.script = script; } Goodluck If you got anymore question you can always add me on skype!
  3. RS2Object object = objects.closest(); NPC npc = npcs.closest(); same for the other objects If you want to get those in another class you'll have to pass the Script object
  4. I have this issue too today Never had this before. Every othe rpage I load is quick except Sometimes takes 4-10 sec to post a message or load a page
  5. Ya also don't bot very long at once :p
  6. Good job Laz, Ya i've seen it too. Sometimes they just make an NPC invisble after an random, which makes the mouse hovering over the model of the npc. They get smarter by the day -_-
  7. nobody said you can't use I just said you should try to avoid them because then can mess a script ahrd if you do it wrong. Instead use the onLoop better In the last 15 scripts I made I never used 1 while loop xD no fan of them at all =D Guess that is everyone else thought and the way of programming I guess ^^ Programming is like a signature of someone, they will all be different.
  8. haha xD i've seen multiple pll geting banned bcs orion client xD
  9. 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
  10. Let me know what script you are looking for
  11. 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!
  12. would be epic bad luck ... Maybe jagex made something you can't get randoms 5-10 min after you died? ;)
  13. 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
  14. Ya you could use the modelID's ... just check out the different options What ores are u trying to mine?
  15. Do you also make logo's? add me on skype ;)
  16. 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
  17. LMAO Well played jagex xD
  18. Hmm no idea about that sorry
×
×
  • Create New...