Jump to content

Search the Community

Showing results for tags 'woodcutting'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • OSBot
    • News & Announcements
    • Community Discussion
    • Bot Manager
    • Support Section
    • Mirror Client VIP
    • Script Factory
  • Scripts
    • Official OSBot Scripts
    • Script Factory
    • Unofficial Scripts & Applications
    • Script Requests
  • Market
    • OSBot Official Voucher Shop
    • Currency
    • Accounts
    • Services
    • Other & Membership Codes
    • Disputes
  • Graphics
    • Graphics
  • Archive

Product Groups

  • Premium Scripts
    • Combat & Slayer
    • Money Making
    • Minigames
    • Others
    • Plugins
    • Agility
    • Mining & Smithing
    • Woodcutting & Firemaking
    • Fishing & Cooking
    • Fletching & Crafting
    • Farming & Herblore
    • Magic & Prayer
    • Hunter
    • Thieving
    • Construction
    • Runecrafting
  • Donations
  • OSBot Membership
  • Backup

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


MSN


Website URL


ICQ


Yahoo


Skype


Location:


Interests

Found 16 results

  1. https://github.com/YifanLi5/OttoGrottoFisher ~20k-55k fishing xph, ~2.5-5.5k strength and agility xph. (Lvl Based) Random inventory shift click drop orders. If player stops fishing, may drop fish if inventory is almost full. (Can't AFK much if not many inventory freespace) AFK simulation, different AFK timings every script run session gaussian / random normal distribution / bell curve timings triggered if inventory is full or if the fish npc moved. Dragon Harpoon special (If equipped) Saves Clue bottles Stops on feather/bait shortage https://github.com/YifanLi5/Mark-And-Chop Random inventory shift click drop orders. If player stops chopping, may drop logs if inventory is almost full to prepare for next AFK cycle. Can't AFK much if not many inventory freespace AFK simulation, different AFK timings every script run session gaussian / random normal distribution / bell curve timings triggered if inventory is full or if the tree was chopped down. Dragon axe special (If equipped) Picks up nests Both uses fairly identical code as both activities are the same thing. Interact -> Wait until inventory full or player stops animating -> drop all -> restart... Chopping script can mark/chop any choppable tree, however that doesn't mean it is compatible with all situations or locations. ex: Marking a tree in a valley and one on a cliff. My takeaway from writing the above scripts... 1. I understand why the premium scripts use AREA instead of marking individual trees such as... Because an Area filter on trees (RS2Objects) is much more easier to do. 2. I needed a paint template to speed things along. Grid can display whatever info you want based on the String[][] data argument. See Paint/ScriptPaint.java for usage (Either github project). private void drawGrid(Graphics2D g, String[][] data, int cellWidth, int cellHeight) { g.setFont(font); g.setColor(GRID_BG); //Background Color of Grid int maxNumCols = 0; for (String[] row : data) { maxNumCols = Math.max(maxNumCols, row.length); } if (gridCanvas == null) gridCanvas = new Rectangle(cellWidth * maxNumCols, cellHeight * data.length); g.fill(gridCanvas); g.setColor(Color.WHITE); // Color of Text and Grid lines g.draw(gridCanvas); // draw the horizontal lines for (int i = 0; i <= data.length; i++) { int y = i * cellHeight; g.drawLine(0, y, cellWidth * maxNumCols, y); } for (int row = 0; row < data.length; row++) { int numElementsInRow = data[row].length; for (int col = 0; col < numElementsInRow; col++) { // draw the strings in the right positions int textX = col * (gridCanvas.width / numElementsInRow) + (gridCanvas.width / (numElementsInRow * 2) - g.getFontMetrics().stringWidth(data[row][col]) / 2); int textY = row * (gridCanvas.height / data.length) + (gridCanvas.height / (data.length * 2)) - g.getFontMetrics(font).getHeight() / 2 + g.getFontMetrics().getAscent(); g.drawString(data[row][col], textX, textY); // draw the vertical lines. Dividing each row into {numElementsInRow} sections for (int i = 0; i < numElementsInRow - 1; i++) { int x = col * (gridCanvas.width / numElementsInRow); g.drawLine(x, row * cellHeight, x, row * cellHeight + cellHeight); } } } }
  2. Hello! I just got into botting and I decided to make my first script. It's a simple woodcutting script, that cuts oaks at the back of the lumbridge castle and banks them in the upstairs bank. It has a simple paint with how much xp you have gained, how many levels gained, how many logs you have chopped and how much gold you have made. If you want to chop something else you can change the cutting area, banking area and what kind of tree to chop in the code. How to use: Equip your axe. Start near lumbridge castle. Press play and it starts chopping! Paint and small proggy I decided to post this script for everyone, so that if there's anyone who might want to get into making scripts, they can look at what I have done and copy some of that. Because this was my first script i'm open to feedback! Please point out if I should have made something differently. Codes .jar download link. Place this into your OSbot script folder: C:\Users\yourprofilename\OSBot\Scripts Sorry about this long code line. Didn't know to to make it hide. Code:
  3. Hey guys, This script will progressively chop and fletch logs. Please have the following items in the bank. Iron axe, Mithril axe,Adamant axe,Rune axe, Knife, Camelot teleport tablets. Use Start.txt The bot should orient itself and figure out the rest Cheers, DROID
  4. Hello, This is a one-click progressive F2P Woodcutter. The only requirement is ~50k GP. Features: It will purchase its own supplies. randomized selection for chopping locations multiple locations for each tree type banking support in certain locations support up to Willows -- Yews will be added soon automatically upgrades its own axes and the type of tree it's chopping automatically hops worlds to avoid players, depending on player count This is available for download on the script network. Enjoy!! Cheers, DROID
  5. wrote a simple script cuts and banks, must have DS1 completed to access the resource area. Start on the island, next version I'll make where you can start anywhere, if you can't equip your axe and have 28 free inventory slots then change method check 4 to [4, Inventory, getAmount, 1:Maple logs, 2:27, 1:==]. Have fun guys.
  6. REDWOOD CUTTER with Bank Support What does the Script do? Cuts Redwood Trees at Woodcutting Guild. Automatically deposits logs into deposit box when inv full. How do I download the script? Available for free on the Script Factory Script Network. You can check out Script Factory here. Requirements Woodcutting Axe equipped. Access to Woodcutting Guild. Start at woodcutting guild by bank deposit box. To Be Added Magic Trees Yew Trees Drop Inv Teleport support Chatbot support
  7. Hello everyone, it's DROID ! I've got another simple but effective script for you. I designed this script because I wanted to ensure my new accounts would have extra skilling supplies (in case they die, accidentally drop something, etc). It will collect Bronze axes/Tinderboxes, Bronze Pickaxes, Small fishing nets, or ALL of the above. It does this by speaking with the various skilling tutors around Lumbridge. The script features a drop down menu where you can choose which items to collect. The script is available for download on the SF script network! issues/questions/bugs/comments/wanna chat? ---> pm me on discord: DROID#3850
  8. Version: 1.14 A progressive woodcutting script for use in free-to-play worlds. Features Supports 22 free-to-play woodcutting locations. Options to detect the best tree and closest woodcutting location. Avoids locations with NPCs aggressive to your combat level. Withdraws an axe from the bank if the script starts without one. Purchases axe upgrades from the Grand Exchange. Upgrades axe when banking if any are available. Wields axes if you meet their attack level requirement. Option to bank or drop logs. Source Code https://github.com/StaticSyntax/ProgressiveCutter Download
  9. Version: 1.0 Features: Auto buy the best axes Auto choose the best location for you Checks if you are in a members world or not for locations Auto Banks the logs More to come soon... Contact me if you find any bugs or issues thanks. Discord: brandonlea#0257 DOWNLOAD
  10. Fossil Island Mahogany Woodcutter Chops Mahogany Trees at the Fossil Island Farming patches and banks the logs. THIS SCRIPT WILL NOT WORK UNLESS YOU HAVE PLANTED MAHOGANY TREES ON FOSSIL ISLAND! Start script by heading to fossil island and equipping an axe that you can use. Support Dragon axe special attack and credit Nifty and Zackery for helping me add birds nests!
  11. Hello, my name is Joel. I started software development around 3 months ago. I have been learning C# but wanted to make some OSRS scripts as practice so here I am. This is literally my first script and it has been made in less than 24 hours. Please don't kill me. All feedback is welcome (Also like to mention this is my first time touching Java, not like it matters though lol) Downloads (+ Source Code / Virus Scan) Screenshots Features Updates Shout-outs
  12. Quick question on multithreading. My script uses a GUI which has two options: What tree type to cut and another dropbown menu for how big of an area you want to cut in. Now when the area size if being adjusted I want to paint it, while the main scriptloop has not started yet. How can I implement such a function?
  13. I buy all lvl 65+ WC acc's Add me on Skype or on Discord Skype: Robsgameskype Discord: Nuclear_Beers 7708
  14. https://ibb.co/hD2efF https://ibb.co/dLX6Sv 76 WC 82 Hunter NO BANS NO MUTES
  15. Hi, I'm willing to offer the OSB community with the following services, free in exchange for + Rep once the service has been completed. *7QP - I'll get 7QP on your account, reguardless of starter cash. *Powerleveling(~12 hours), I'll mirror-mode train your accounts in: -Fishing -Woodcutting -Mining -Combat *Tutorial Island - I'll make an account for you(verified emails/Legit char name), run it through tut island and give you the details, all for a +1 Rep. PM me!
  16. SOLD 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 5. The price you will be starting bids at 20m 6. The A/W (Auto-win) for your account 30m 7. The methods of payment you are accepting 07 gp 8. Your trading conditions You must go first or we will use a middle man 9. Pictures of the account status 10. Original/previous owners AND Original Email Address I am the original owner. No email address registered to account SOLD
×
×
  • Create New...