Results 1 to 7 of 7

Thread: wield item?

  1. #1
    Join Date
    Feb 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default wield item?

    what is the function for wielding an item?

  2. #2
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    GoTo: C > program files > SCAR > Includes > SRL > SRL > Core > and search for something that would point that way like:

    GameTabs.scar
    Inventory.scar

    then open it and search.

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  3. #3
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    alternatively..you could go to Help > SRL Manual in SCAR and Ctrl + F and find wield
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  4. #4
    Join Date
    Feb 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    didnt find any wield or equip functions in there only unequip: "procedure TakeOff"

  5. #5
    Join Date
    Feb 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm i found "procedure MouseItem(i: Integer; left: Boolean);"
    which "Moves Mouse to invin spot then clicks left or right"

  6. #6
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tommy don't double post use edit button.

    Maybe make a DTM for it and make it find the DTM, you could try to do this

    SCAR Code:
    if FindDTM(NameOfDTM, x, y, mix1, miy1, mix2, miy2) then
         Mouse(x,y,2,2,false);
         ChooseOption('ield');

    With DTM's you don't have to have it in a certain inventory spot so it will be more useful.

  7. #7
    Join Date
    Feb 2008
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry i will try that

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help wield.
    By fugate in forum OSR Help
    Replies: 11
    Last Post: 03-31-2007, 08:00 PM
  2. Using item??????Need help
    By wtf i sp4nk in forum OSR Help
    Replies: 16
    Last Post: 01-24-2007, 09:59 PM

Posting Permissions

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