Jump to content

Search the Community

Showing results for tags 'mssl'.

  • 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 2 results

  1. Hi, this is my first time using MSSL and SMART and i need help because in my script in my procedure CutLogs i can't seem to figure out an MSSL command line to first POINT at index number 0 (first slot in inventory...which is a knife) then I want it to use it at index number 1 (which would be a log) and then I need it to click Cut X (then type in a number which would be 27) but I can't figure out how to do the first part which is at least click on it so can someone please help and figure out whats wrong! will be very appreciated and btw I know I haven't set the first procedure before CutLog because i Know it already works and I want to get this CutLog procedure done and tested out before i put it before CutLog and add a repeat and im not done with the 3rd procedure (returnbow) [scar] {$DEFINE RS07} // V - Bright Settings {$DEFINE SMART} // Comment out to use normal browser {$DEFINE OSI_RS07_Color_Anti_Randoms} {$I OSI\OSI.scar} {$I MSSL\MSSL.scar} procedure ScriptTerminate; begin MSSL_Unsetup; FreeOSI; end; procedure GetLogs; begin RS07_OpenBank(RS07_BANK_VARROCK_WEST); wait(1321); RS07_WithdrawEx(0, -1); wait(1222); RS07_CloseBank; end; procedure CutLogs; begin ------- \\ i need help with a command line here to point at first slot in inventory (index number 0) then click it, use it with 2nd inventory slot (1) and do a X command and type in 27 (this is going to be an auto fletcher script if you havent noticed) im stuck here so please help thanks guys!! end; procedure ReturnBows; begin if RS07_OpenBank(RS07_BANK_VARROCK_WEST) then begin RS07_DepositEx(1, -1); end; end; begin SetUpOSI; MSSL_Setup; CutLogs; end.
  2. Ok first of all I want to state that I have had NO prior programming experience before I started using this forum and I just want to say thank you everyone (mostly admins and scripters who know what there doing) for tuts, reply to my first thread, etc. since I have now made my 2nd successful simple script that auto curses the monk of zamorak in varrock palace! --what I need help with: To my known knowledge of looking on the forums ( I tried searching also) MSSL, OSI1, OSI2 are like added functions that work on SCAR Divi so if I was to download MSSL in the includes manager I can start using these commands (http://forums.scar-divi.com/threads/2131-Intro-to-MSSL-s-RuneScape-2007-commands) in my future scripts along with the regular SCAR code. If i was to do CTRL space it should also auto complete commands with MSSL's commands? And I only need MSSL downloaded in the includes manager for myself to start using MSSL's commands or do i need the other includes? Once i download in the includes is that all I need to do, is there any other steps i should follow? I couldn't find a simple set up tutorial at all if there is one im sorry! and is there anything I need to include in my script to run these includes like I noticed in this persons (Amberleaf) willow chopper using mssl the green line stating $I MSSL\MSSL.scar} I would be only planning on using the browser window targeted with the crosshairs. please! correct me if i'm wrong and answer my questions as best as possible if ABLE too I appreciate it alot guys and sorry if it looks like i was rambling! im just trying to learn WHAT TO DO so i can start using the MSSL command lines since they look awesome. thanks!!
×
  • Create New...