Results 1 to 4 of 4

Thread: first steel smither script

  1. #1
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default first steel smither script

    this is my first script so dont be harsh lol
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  2. #2
    Join Date
    Jul 2007
    Posts
    41
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Would Test it but mains banned so none of my account even have the smithing levels sorry =\

  3. #3
    Join Date
    Mar 2007
    Posts
    102
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    old{You didn't set your bitmaps up right. It shouldn't be bitmapfromstring2.( no 2)
    and you said false instead of saying the width and height of the bitmap. I don't know how that happened...}old

    EDIT: I've seen other scripts with "BitmapFromString2(False,....." what does that mean?

    Daddyproboot, do you know the difference?

  4. #4
    Join Date
    Aug 2007
    Posts
    282
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    also... work on spacing things corectly

    not
    SCAR Code:
    procedure doit;
    begin
    stuff;
    stuff;
    if this then
    begin
      stuff;
    end;
    stuff;
    end;

    this
    SCAR Code:
    procedure doit;
    begin
      stuff;
      stuff;
      if this then
      begin
        stuff;
      end;
      stuff;
    end;

    and not
    SCAR Code:
    procedure doit1
    begin
      this;
    end;
    procedure doit2
    begin
      this;
    end;

    this
    SCAR Code:
    procedure doit1
    begin
      this;
    end;

    procedure doit2
    begin
      this;
    end;

    it just makes things eisier for you and others to understand

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SmeltYourMother Dedicated Steel Smelting Script
    By hotice in forum First Scripts
    Replies: 60
    Last Post: 11-06-2009, 10:46 PM
  2. FirstScript- Steel Smither
    By 13om13e12 in forum First Scripts
    Replies: 11
    Last Post: 06-10-2008, 07:43 PM
  3. Replies: 6
    Last Post: 02-18-2008, 03:11 AM
  4. qazwsx's smelter smither and banker(first script)
    By qazwsx in forum First Scripts
    Replies: 2
    Last Post: 11-15-2007, 05:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •