Jump to content

Extreme Scripts

Trade With Caution
  • Posts

    10702
  • Joined

  • Last visited

  • Days Won

    27
  • Feedback

    96.2%

Everything posted by Extreme Scripts

  1. Glad I could have been of assistance ^_^
  2. When you're using just the "parent" value, the like is as follows: RS2Interface inter = client.getInterface(parent_ID); When using parent & child values it's as follows: RS2InterfaceChild inter = client.getInterface(parent_ID).getChild(child_ID); Note: in both cases you can change the name of your interface I just used "inter" as an example to you ^_^
  3. When you hover over a part of the interface, it gives you parent (P) & child © info somewhere color coded on the screen. What you need to do is hover over the item you are trying to find the ID's of and look at the rectangle color that appears around this region. Then look at the corresponding color in the list of values given and that's your parent + child info for that interface. Hope this helps ^_^
  4. It doesn't, I just discovered it today
  5. Camped the forums today like a ninja :ph34r:
  6. If you would like me to teamview you to sort the issue I would be more than happy. Just pm me your credentials if so ^_^
  7. Ahhhh in that case you need to make sure it's spelt correctly... it's "Bird snare" with a small "s"
  8. First things first I think you need to be more clear as to what you're trying to do with the trap, bird traps have 4 states: Layed (Waiting for Bird to smoke) id = 9345 Smoked (Failed to catch crimson) id = 9344 Caught (Caught the Crimson) id = 9373 Fell down (This is a GroundItem now) id: 10006 With the ID you provided in the OP you are trying to do something with the "Layed" trap which doesn't really make sense but hope this gives some clarity: I'll give you a snippet of what's in my Divinity Birds script which works perfectly: RS2Object setTrap = closestObjectForId(9345); if(setTrap != null){ if(setTrap.isVisible()){ setTrap.interact("Dismantle"); sleep(random(700,1200)); } else { client.moveCameraToEntity(setTrap); } }
  9. Looks good so far, curious to see how much profit etc after a weeks botting.... Good luck ^_^
  10. Wow that look's really cool. Maybe add some blending effects to them? I'm not a GFX artist that's all I know though Great job
  11. Doubt it, an AIO Quester is definitely without doubt a premium worthy script specially from a scripter like @Eliot ^_^
  12. I believe only scripters SDN/Official are allowed to post topics in API suggestions, as for the second you need to clear it up as it's not really understandable.
  13. RS2Object snare = closestObjectForName("Bird snare"); if(snare != null){ snare.interact("Dismantle"); }
  14. Jagex has a 6hr auto-kick rule. If your account is logged in for 6hours, it will automatically be logged off.
  15. Run it by launching it from Command Prompt, that way if the client closes the CMD remains open ^_^
  16. So luck! Got 2 of my finals upcoming still Congratulations on finishing man all the best of luck with your results and enrollment. It's party time now ^_^
  17. No it doesn't, you can debug this by adding this to the appropriate section in your script: log("Message to log");
  18. @Alek is one hell of a bad-ass :ph34r: completely agree with the responses + decision. Good job ^_^
  19. Don't try, it should come naturally, they can tell if you're trying to hard and you will look like an idiot ^_^ If you find them interesting the convo will flow by itself, if not then their not worth approaching :P
  20. Haven't ventured into pascal yet, sounds great though ^_^
×
×
  • Create New...