Everything posted by Tempest
-
Coldpayment OSRS SERVICE 20+Workers✅100% HAND✅$280 Quest cape✅$45 bglove✅$70 staker✅ds2 $90 ✅ any skill to 99✅ any minigame✅
Added you on skype. So how much is it and roughly how long for it to be done?
-
Coldpayment OSRS SERVICE 20+Workers✅100% HAND✅$280 Quest cape✅$45 bglove✅$70 staker✅ds2 $90 ✅ any skill to 99✅ any minigame✅
How much for mainly 40 Attack, 90 Str? Supplies given, members. If you were to get this done, you will most probably be taking my next few orders.
-
WTB 30M OSRS (0.70/M) [Paypal]
Still purchasing, apparently no one is replying.
-
WTB 30M OSRS (0.70/M) [Paypal]
Via my debit card. Yes I still need.
-
WTB 30M OSRS (0.70/M) [Paypal]
As stated, I am still intending to purchase 30m osrs, looking to start my new account.
- WTB 20M OSRS (0.70/M) [Paypal]
-
WTB 20M OSRS (0.70/M) [Paypal]
Just buying 20m, not going to scam 20m lol. Do consider selling to me since my account got banned and I am starting over again on a new one.
-
I deserve veteran rank
What does Veteran Rank gives though?
- WTB 20M OSRS (0.65/M) [Paypal]
-
WTB 20M OSRS (0.65/M) [Paypal]
I don’t think there’s fees since I last bought here with PayPal but I will cover fees if needed.
-
WTB 20M OSRS (0.65/M) [Paypal]
As stated. Unfortunately my country Singapore does not allow "gifting" method on Paypal so yes.. If you have another method available, do let me know.
-
No one is safe
Count yourself lucky, glad you are both fine though ;)
-
💎{1000+ Feedback}{Verified Transactor} ✨| Residential Proxy Shop ✅| NEW SOCK5 Proxies ✅| {Lifetime Sponsor}💎
Hope to buy 1 but I am from Singapore thus unable to gift via friends/family via Paypal. Do you mind selling to me still though?
-
Buying 15m OSRS $0.85 Paypal
Bought from Imagine
- Buying 15m OSRS $0.85 Paypal
-
Buying 15m OSRS $0.85 Paypal
Still buying, only 15M to start my new character off.
-
Buying 15m OSRS $0.85 Paypal
On chatbox, don't have skype. Please let me know once you are on chatbox. Umm sorry not balance but my Visa.
-
Buying 15m OSRS $0.85 Paypal
As stated. Please post.
-
Creating a Function
Thanks a lot for all your feedback & help, I will be looking into it now!
-
Creating a Function
Hi everyone, I am trying to create a function that determine the pickaxe the player is able to wield. void determinePickaxe() { String pickAxe = null; int miningLvl = getSkills().getDynamic(Skill.MINING); int attackLvl = getSkills().getDynamic(Skill.ATTACK); String[] pickAxes = { "Iron pickaxe", "Mithril pickaxe", "Adamant pickaxe", "Rune pickaxe" }; log("Player's Mining Level: " + miningLvl); log("Player's Attack Level: " + attackLvl); if(getInventory().contains(pickAxes)) { log("Determining Which Pickaxe To Use.."); for (int i = 0; i < pickAxes.length; i++) { log("Pickaxes Avaialble: " + pickAxes[i]); } if (getSkills().getDynamic(Skill.MINING) < 6) { getInventory().interact("Wield", pickAxes[0]); log("Using: " + pickAxes[0]); pickAxe = pickAxes[0]; if (getSkills().getDynamic(Skill.MINING) < 21) { log("HERE"); getInventory().interact("Wield", pickAxes[1]); log("Using: " + pickAxes[1]); pickAxe = pickAxes[1]; if (miningLvl < 31) { inventory.interact("Wield", pickAxes[2]); log("Using: " + pickAxes[2]); if (miningLvl < 41) { inventory.interact("Wield", pickAxes[3]); log("Using: " + pickAxes[3]); } } } } } } I later the function into public void onStart() throws InterruptedException { //Run Once Here, Variables Etc. determinePickaxe(); } It seems to be able to detect the inventory having the pickaxes but does not wield the pickaxes.. Anyone know why? Sorry if I did something stupid.
-
Fruity Zulrah Killer
Bot runs perfectly but unfortunately, got banned on my sole account. Got up to 150m+ bank.. Recommended for those that are willing to risk but not now since Jagex is banning hard
-
taking a break
Hmm kinda remind me of Facebook posts lol
- Fyi zulrah botters
-
Fruity Zulrah Killer
New update seems to have broke the script.. Idle while trying to hit Zulrah
-
Anyone else gotten bored?
Guess it's because most the players are experienced unlike the old times... Not sure how to get GP, where is the wilderness, 100k was a lot..