Jump to content

Magarac

Trade With Caution
  • Posts

    489
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Magarac

  1. 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...)
  2. Lol someone make a movie about this.. such drama.
  3. 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
  4. For that maybe just do: getDepositBox().depositAllExcept(Item -> item.getName.contains("axe"));
  5. 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.
  6. They were semi-interesting while they still had Snodgrass and were in the PL but can't say I've watched them since
  7. 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.
  8. 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..
  9. 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!
  10. 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.
  11. Very interesting. Seems great for looting scripts, I did hate hand selling all items :P
  12. Amazing, will definitely keep you in mind as I get other quotes the next few days!!
  13. Might need some in the next few days, but not right now. Just curious how much do you sell them for?
  14. 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
  15. you don't code in the shower like the rest of us? pshhh
  16. I can do this: post here, my Skype is in the graphic!
  17. PM me for it. EDIT: or just read my main thread a little better.
  18. buying and selling of minors isn't allowed on this forum as far as I know. Correct me if I'm wrong @Solution
  19. ^this. never paid, either tpb or download for free through my school's microsoft partnership.
×
×
  • Create New...