Results 1 to 4 of 4

Thread: C.s.m

  1. #1
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default C.s.m



    What It does:

    It detects what lvl woodcutting you are then Cuts the logs
    After it cuts the logs it goes to general stores and sells them. (except Reg. Logs)

    Where to start:
    Start anywhere in the general store.

    Don't forget proggies.

    My Next Script C.S.M 2 A Bankers Story, will come out in about a month. (It includes a Dranor option)
    I do visit every 2-6 months

  2. #2
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay well there is some work to be done here.

    First: Lines 368 & 369 you have
    MMouse(x,y,0,0);
    Mouse(x,y,0,0,false);
    Make it just
    "mouse(x, y, 5, 5, false);"
    NEVER have the 0,0. make sure its at least 5, 5. 0,0 means your clicking the EXACT same spot every single time, which is deffinatly not good.

    Second: You have a dtm for gems. I am assuming that is uncut. What if you get a cut, or noted? Make sure you got those covered too.

    Third: You got a DTM for log, oak, and willow. Just make the tolerence 255 and use 1 DTM. (I hope you did that for the gem DTM), same goes for the axes, just make one axe DTM with 255 tolerence.

    Fourth: Once again DO NOT use the 0, 0. In your gototrees, gotooak, gotowillows you got mouse(blah, blah, 0, 0) make sure you change those.

    Fifth: You got like, 30 lines of if wc = blank, then. Just do something like, for i do 1 to 30. If wc = i then do w/e

    Thats all I'ma check over atm. Script has lots of potential and the concept is really nice, but you need to get some basics down.

    First Post W00T!

  3. #3
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks but im not updating. All what you have just said is covered in C.S.M 2, I fixed everything there in the new script. Coming In a month
    I do visit every 2-6 months

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Standards are horrible...

Thread Information

Users Browsing this Thread

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

Posting Permissions

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