Everything posted by Vilius
-
Question [Noob Scripter Starting Out]
I'm just guessing that you dont have your ScripManifest @ScriptManifest ... class test extends Script{ } You will need to import it and add the methods. And post your code, people are glad to help others, no shame in what you have. We will give you tips etc.
-
Qhost Account Starter | AI | Customization
Intriguing
-
Hop world after logging out
In that case... You firstly need to remove the auto log in event and then just register a new one when you need it.
-
Hop world after logging out
You cannot disable it and put it on the sdn, custom log in methods are prohibited as Alek said sometime before :P
-
Getting the visible points of an object
Thank you very much, exactly what I needed. Code for those who need it: private boolean isPointOnScreen(Entity e) { if (e != null) { ArrayList<Polygon> poly = GraphicUtilities.getModelMeshTriangles(bot, e.getGridX(), e.getGridY(), e.getZ(), e.getModel()); for (Polygon p : poly) { if (GraphicUtilities.MAIN_SCREEN_CLIP.contains(p.getBounds())) { return true; } } } return false; }
-
Getting the visible points of an object
So I want to get the visible points of an object, because sometimes doing isVisible() returns false although some points of an object are visible. I tried looking into the Model class of the api but didn't find anything useful to me. EDIT: I was guessing I could do something with getRasterizedPoints(), but the api doesn't tell what it really does
-
What's your favourite film?
/shitpost
-
Buying 10m 07gp via PayPal
Buying 10m 07gp via paypal post prices below and contact information
-
succesfull first proggy
so wet
-
OSBot Meet up
I mean, osbot meetup but no speaking bout osbot/rs/gold farming
-
OSBot Meet up
uhhh, this is weird
-
Why was Muffins banned?
Flame, trolling or something related to that, at least that is what I have been told.
-
T11: Script Factory Raw
o, u can make text appear on screen, props to you /s
- T11: Script Factory Raw
- Signature Giveaway [2]
-
Script stops working after 1 hour
Do you have breaks enabled?
-
Ban rates for spinning flax at lumby & f2p edge yews
its all calculated right here: http://osrsbanrates.com , props to Fruity
- Shudsy's Orber
- To All Scripters. Take a look.
-
Get npc Projectiles
Thing is, I wasnt asking for a guide how to check projectiles, look at the top its a different lad, plus I answered his question in a second post :p
- :boge:
-
:boge:
- advice:
- Get npc Projectiles
And again, you are wrong, zulrah has only one projectile shooting animation, doesn't matter what projectile it will shoot it wont change, it will always be the same.- Get npc Projectiles
Good luck on keeping track of what projectile will be next :P