Everything posted by Magarac
-
Online Game Project
Amazing! Am very interested to see the progress of this, good luck!
-
www.RealistGold.com Selling 07 Gold for $ Cashapp/UKBT/Crypto + MORE. Hassle-Free Fast & Trusted.
Sold me gold super smooth, went well.
-
Need Quest: Pirate's Treasure
I need you to bond the account and do Pirate's Treasure in no particular order. Just need them both done and am busy. Post quotes please. (not expecting this to be more than price of bond + price of Pirate's Treasure...)
-
The Truth about why House was banned
Lol someone make a movie about this.. such drama.
-
Does anyone else actively use caffeine pills?
Coffee only helps me not be drowsy in the morning, but caffeine pills/coffee/caffeine cookies or any caffeinated drink doesn't affect me past like 2 PM. I'll have 2 cups of coffee at 11 PM and fall asleep at 1 AM lol. Adderall, on the other hand, works well with me
-
How to pickup an item in bank when I hit a certain level?
For that maybe just do: getDepositBox().depositAllExcept(Item -> item.getName.contains("axe"));
-
How to pickup an item in bank when I hit a certain level?
Just put another If statement in the OnLoop that checks for your level and what axe to use for that level, ie: // for pre-mith axe, if you're using just iron if (getSkills.getStatic(Skill.WOODCUTTING) < 21) { // PUT REGULAR CODE HERE FOR CHOPPING W/ LESSER AXE } // example for mith axe else if (getSkills.getStatic(Skill.WOODCUTTING) >= 21) { if (!getInventory.contains("Mithril axe") { getWalking.webWalk(bank); if bank.contains(myPlayer) { if !getBank.isOpen() { getBank.Open(); } if getBank.contains("Mithril axe") { // not checking if it is in inventory or not because we checked that prior to walking to bank getBank.withdraw("Mithril axe") } if getInventory.contains("Mithril axe") { getBank.close(); } } } else { if !tree.contains(myPlayer) { getWalking.webWalk(tree) } else { // CHOPPING CODE HERE } } } // onwards for the rest of the axes else if (... >= 31) {} ...and so on. EDITED IN A SAMPLE FOR WITHDRAWING THE AXE, MISREAD OP. **don't copy my code directly, I wrote it here and I'm sure it has formatting and incorrect API use since I did it from memory, but use it as a basis if needed.
-
Anybody watch Barca-PSG? Cause we just witnessed football history.
They were semi-interesting while they still had Snodgrass and were in the PL but can't say I've watched them since
-
Anybody watch Barca-PSG? Cause we just witnessed football history.
When Sergi came on I turned to my friend and legit said "Wtf" like this isn't what we need to win. I'm glad I ate my words, he deserved to get the winner. One of the few La Masia players to remain and push through into the first team.
-
Anybody watch Barca-PSG? Cause we just witnessed football history.
Exactly. After the FK I was like oh nice another goal but they're out its done. And then the PK and I was like wow 90th minute, what if? And then when Neymar had the ball near the half and turned the PSG player, in my head I was screaming "Don't shoot, don't shoot!" and then he lobs it in... and Roberto of all people. My voice is gone from screaming man..
-
Anybody watch Barca-PSG? Cause we just witnessed football history.
Even if you aren't a football fan, this is something to appreciate. TL;DR Barcelona and PSG played a 2-legged tie over the past few weeks, culminating in today's game. The first leg was a shock 4-0 win for PSG over favorites Barca. Today, Barca needed at least 4-0 to go to Extra Time, 5-0 to win, or more if PSG scored (an away goal counts double if scores are tied naturally, as per the aggregate rule). Barca goes up 3-0, dominating PSG today. PSG scores a goal on the counter, turning a hill into a mountain for Barca, now needing 3 to win instead of 1 to tie (no tie possible anymore). 20 minutes left in the game, Barca score 2 and in the 95th minute score the 3rd, now leading 6-1. Game finishes, Barcelona knock out PSG and move on, finishing the biggest comeback in CL history and an amazing tie overall. I can post both leg's highlights when they appear for anyone interested that didn't watch!
-
What laptop should I buy?
Yeah I definitely agree with the PC-build + decent laptop for class. You can get a nice Lenovo or ASUS (maybe) for under $400 and build a good PC for $600-700, depending on what graphics card and processor you want. I currently have an 4 year old ASUS laptop i7 processor 12gb ram, and it's been great, but still can't handle the best games due to integrated graphics, and when I upgrade I'll do as I previously stated.
-
Juggles Junk Seller
Very interesting. Seems great for looting scripts, I did hate hand selling all items :P
-
New Script in Progress - Volunteers Needed!
He's the bomb.com
-
New Script in Progress - Volunteers Needed!
Amazing, will definitely keep you in mind as I get other quotes the next few days!!
-
New Script in Progress - Volunteers Needed!
Might need some in the next few days, but not right now. Just curious how much do you sell them for?
-
New Script in Progress - Volunteers Needed!
I'm in the process of making a new 7 QP script with a new set of quests. It would be free of course. The problem is that due to the locked/ban status of many fresh accounts, I've run out of accounts to test it on. What I am asking is if anyone has lvl 3's that have no quests done, if I may use them for 5-10 mins a piece to test my script. We can even stay on Skype the whole time, no items/money is needed on the accounts, and I'll monitor them the whole time so bans are very unlikely. In the odd chance they do get banned, I'll cover the cost. What you get out of it? Potentially some free QP, all quests aren't done yet but am debugging piece by piece. If anyone wants to volunteer, post here and then we can talk on Skype! Thanks
-
Help Please
you don't code in the shower like the rest of us? pshhh
- 1 to 1000
-
Magarac's GFX Shop | Super Cheap! | High Quality!
Finished! Nice guy and patient!
-
Magarac's GFX Shop | Super Cheap! | High Quality!
Talking on Skype.
-
wtb cheap thread layout
I can do this: post here, my Skype is in the graphic!
-
Item Filters - Withdraw any charged Ring of Wealth (x) from bank
Yeah what Juggles said. You'd wanna check if there's a V tab, withdraw, else if there is a "Ring of wealth (" possibly? That way it won't withdraw empty ones but if there is any charge it will. I'd write out the code but I'm sure you can do it with that.
-
Magarac's GFX Shop | Super Cheap! | High Quality!
PM me for it. EDIT: or just read my main thread a little better.
-
Buying 99 minor, Fisher or thiever or woodcutter
buying and selling of minors isn't allowed on this forum as far as I know. Correct me if I'm wrong @Solution