Jump to content

Search the Community

Showing results for tags 'smithing'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Forum Rules
    • Announcements
    • General Discussion
    • Forum Discussion
  • Support
    • Download SCAR Divi
    • SCAR Divi Manual
    • General Help
    • Scripting Help
    • Script Help
    • Tutorials and FAQ
  • Scripts
    • Scripts For Games
    • Game Scripts
    • Other Scripts
    • Requests
  • Include Libraries
    • OSI
    • MSSL
    • GMRL
    • SSIL
    • Archive
  • Code Bin
    • Mouse & Keyboard
    • Screen & Client
    • Color, Bitmap, DTM & OCR
    • Points & Boxes
    • Files & Networking
    • Math
    • Other Snippets
  • Development
    • Development Roadmap
    • Bugtracker
    • Development Discussion
  • Games
    • RuneScape
    • Seafight
    • Other Games
  • Misc
    • Native Corner
    • Programming
    • Graphics
    • Music
    • Movies & TV

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Interests


Occupation


Studies


Skype

Found 4 results

  1. AmberHeater v0.5 Superheats iron ore and coal to make steel bars at the east Varrock bank, with random movements and a custom antiban. Requirements Level 43 magic to cast Superheat Nature runes Fire staff (in hand) Iron ore in the top right bank slot Coal in the slot to the left of your iron ore //SETTINGS// 1. Start the script and wait for SMART to start. 2. When the Runescape login screen appears stop the script and click disable smart. 3. Log into your account. 4. Go to the Varrock east bank and face any of the bankers on the east side. 5. Enter your pin and make sure your iron and coal are in their correct positions. 6. Withdraw 9 iron ore & then bank them, so the right click menu contains withdraw 9 iron ores. Close the bank here. 7. Enable smart by clicking the button. 8. Start the script. v0.5 updates. Fixed the script as it wasn't working after the recent updates. //Tips// Don't 24/7 it, It needs many more hours of testing. If you want a feature adding have a go at implementing it, don't be afraid to mess around with it. AmberHeaterv0.5.scar If you encounter any problems post here with as much detail as possible.
  2. Hey all, Since my previous cball smither was kinda noob, i've duck into scar and made it a bit less noob. NOTES: you should put the steel bars in the 3th row and 8th place in your bank, put ur cannonball mould in the first spot of ur inventory. The smither works only in Neitiznot. Stand left of the 3th bankchest seen from left. (small pic: [] [] x[] []) Have only your inventory opened. program Cannonballsmither; var t,p,i,x,y,z,m: Integer; Procedure StartBank; Begin t:= t + 1; p:= 16; p:= p + 108; Writeln('Begin New Run'); Writeln('Making Run:'); Writeln(t); ClickWindMouse(679, 283, 1, 1, False); Wait(200 + random(100)); ClickWindMouse(679, 390, 50, 3, True); Wait(200 + random(100)); ClickWindMouse(423, 200, 1, 2, False); Wait(200 + random(100)); ClickWindMouse(412, 314, 50, 4, True); Wait(200 + random(100)); End; //close bank Procedure CloseBank; Begin Writeln('Close Bank'); ClickWindMouse(549, 40, 5, 5, True); Wait(200); End; //Loop naar Furnace Procedure Furnace; Begin Writeln('Go To Furnace'); ClickWindMouse(678, 222, 1, 1, True); Wait(500 + random(1000)); ClickWindMouse(679, 283, 10, 10, True); Wait(6500 + random(500)); End; //smelt steelbars Procedure Smelting; Begin Writeln('Start Smelting Cannonballs'); ClickWindMouse(399, 242, 1, 1, True); Wait(1000 + Random(500)); ClickWindMouse(256, 520, 20, 20, True); Wait(162000 + random(2500)); End; //Logout Runescape Procedure Logout; Begin ClickWindMouse(789, 10, 5, 5, True); Wait(500 + Random(1000)); ClickWindMouse(701, 459, 2, 2, True); end; // Color Finder Procedure ColorFinder; Begin z:= 0; z:= (GetColor(134,389)); Writeln(GetColor(134,389)); m:= 0; end; //loop 3e bank chest Procedure WalkBack; Begin Writeln('Walk Back.'); Writeln('Cannonballs Made:'); Writeln(p); if FindColorTolerance(x,y,z, 134-3, 389-3, 134+3, 389+3, 1000) then ClickMouse(x, y, True) else Logout; Wait(6000 + random(200)); end; //first run to specify color of bank Procedure FirstRunColorFind; Begin Writeln('First run to get colorcode.'); ClickWindMouse(447, 310, 3, 2, True); Wait (850 + random(150)); ClickWindMouse(423, 200, 2, 2, False); Wait (150 + random(250)); ClickWindMouse(425, 245, 25, 3, True); Wait (300 + random(150)); ClickWindMouse(549, 40, 5, 5, True); Wait (500 + random(150)); ClickWindMouse(689, 231, 2, 2, True); Wait (6500 + random(250)); ClickWindMouse(670, 278, 5, 5, True); Wait (500 + random(250)); ClickWindMouse(402, 245, 2, 2, True); Wait (500 + random(500)); ClickWindMouse(259, 524, 3, 3, True); Wait (28000); ColorFinder; WalkBack; end; //welcome Message begin Writeln('-------------------------------------------'); Writeln('Neitiznot Cannonballsmither. Made by Olment'); Writeln('-------------------------------------------'); Writeln('Starting Bot'); //Calling Procedures i:= 0; FirstRunColorFind; While (i < 25) do Begin StartBank; CloseBank; Furnace; m:= m + 1; While (m > 3) do Begin ColorFinder; end; Smelting; WalkBack; i:= i + 1; end; CloseBank; Writeln('Ending Bot.'); Logout; End. Have fun with Cballs again and earn lots of cash. Please feedback if needed.
  3. Sjesper's SuperHeater v.1.02 Setup: 1. Start the script and let SMART open. 2. Stop the script and login. 3. Enable SMART and start the script. 4. The debug box will tell what things you should pick the coordinates of. 5. Enjoy ! Description Superheat steelbars for smithing xp, magic xp and some profit (200k atm.) Changelog: 1.00 - The script got released 1.01 - Did some timing adjustments 1.02 - Added calculations for bars/h, time running and some minor bugfixes Download: SuperHeater v1.2.scar
  4. This script was kinda noob, made new thread @: http://forums.scar-divi.com/showthread.php?439-Cannonball-Smither-2-0
×
  • Create New...