-
Posts
396 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by Heist
-
All of those stats in a month? Or did you buy an account with some stats already
-
Yo this looks awesome
-
Maybe train some higher strength and range levels. It looks to be a low hp rusher which probably increases the price so maybe train strength at bf pump?
-
Didn't see that it had 99 fletching at first. Idk why you're all getting butthurt that I said 30m either way
-
User and Pass Generator for CLI [Mass-Email compatible]
Heist replied to LagerLV's topic in Software Development
Nice, I’m sure this will be useful to a lot of people -
You will never get $40-50 for this. Maybe like 30m
-
Storing NPC that player is currently fighting from a distance?
Heist replied to ospaul's topic in Scripting Help
I believe the problem is your second if statement. The mix of && and || is confusing and I don't think it works the way you are thinking it does. Try looking into ways to change that. For example, maybe something like this where it groups the statements: if ((npc.getName().equals("NPC name") && script.myPlayer().isInteracting(npc)) || (npc.getName().equals("NPC name") && !script.myPlayer().isInteracting(npc) && !npc.isUnderAttack())) EDIT: Your second if statement is actually really confusing. I just realized it contradicts itself so it'll always return true. -
I got what I needed already
-
You don't get access to git until you are a certified scripter
-
It automatically stands in the safe spot