Results 1 to 4 of 4

Thread: ProjectRS06 Drop HELP!!!

  1. #1
    Join Date
    Jan 2013
    Posts
    167
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default ProjectRS06 Drop HELP!!!

    if any1 know how to drop logs on projectrs06 via simba please post the code below ill give you credit in my first script that im working on

  2. #2
    Join Date
    Apr 2008
    Posts
    88
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    This is the one I use because my attack isn't high enough to wield mithril/adam/rune axes. It simply skips over the first slot and drops the rest of the inventory.

    Simba Code:
    Procedure Drop;
    begin
      P06_DropAllExcept([0]);
    end;

  3. #3
    Join Date
    Jan 2013
    Posts
    167
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default

    Quote Originally Posted by Sneakdella View Post
    This is the one I use because my attack isn't high enough to wield mithril/adam/rune axes. It simply skips over the first slot and drops the rest of the inventory.

    Simba Code:
    Procedure Drop;
    begin
      P06_DropAllExcept([0]);
    end;
    THANKS SO MUCH xD!!!!

  4. #4
    Join Date
    Jan 2013
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    But you need to have the P06 Includes to use it tho.

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
  •