Everything posted by Magarac
-
Grand Exchange issues
Is there a whole G.E. API? Sorry am new.
-
trying to make a 4tick fishing script.
Lol yes this would lead to very quick bans sadly.
- hello
- #Hello
-
starter main with Firecape
Yeah my bad man I understand its just that usually here people will reply with what you'd get for the account, not the price of it. It could be worth 100m+ but if you aren't trusted you won't even get half that. Account alone I'd say 40m easy.
-
Winners announced for vip give away!
I just spent 8 hours taking the MCAT and free VIP would make my day
-
Couple questions about webwalking
That's amazing though! Good to know for the future ;)
-
New Forum Design
Totally agree. Seeing that read was a turn-off before and now nope.
-
Weird issue (Hill Giants)
if(getInventory().contains("Trout")) { getWalking().webWalk(doorArea); } That portion of code is checked constantly, and since you have Trout in the inventory obviously, it webWalks walks back to the 'giantarea'. webWalk handles ladders I'm pretty sure. EDIT: You might want to nest multiple If functions if you do indeed need to get through the door yourself; so like: If !giantArea.contains(myPlayer) && !doorArea.Contains(myPlayer) && getInventory.contains("Trout") { ... } so that once you're in the dungeon, it doesn't walk out immediately. There's cleaner/better logic but I'm studying for an exam right now and cba to write it out; I'm sure you can get it though!
-
(pc) sick to my stomach
Holy shit. How did you do that? As in not see the reward prior to doing the quest...
-
Where is the 'joined' info bar
Yes I thought there was something weird missing!
-
So close to becoming a millionaire
At least both sets of those 2 numbers add up to the same amount. Gotta count for something!
-
So close to becoming a millionaire
Wow.. that's cruel.
- PC: Crafting Skillers
- Hello guys and gals!
-
PC: Crafting Skillers
Each or total? Thanks for the response tho!
-
PC: Crafting Skillers
Just curious what they'd go for. I have 3 skillers all with 75 and 76 crafting, that's it. Any ideas?
-
My gf playing rs for the first time
Nice!
-
wtf is this new shittttttttttt
You know it man.
-
Where to begin when creating a script?
Yeah like they said; google OSBot API and whenever something interests you look at those snippets and even search them on the forum, there's bound to be a topic of someone having a similar question previously.
-
wtf is this new shittttttttttt
At least it's still better than most forums out there. The darkness legitimizes the dark nature of the stuff we do here.
- How much do you trust
-
Online movies
Putlocker was always the bomb.. sad that at least the original is down. I'm sure others have popped up though.
-
Kinda Liked The Old Layout Better
I think we were just used to it. This isn't too different everything just feels bigger.
-
[Help] Math in Java
I feel dumb. Completely forgot about RS's own limits.