Page 1 of 4 123 ... LastLast
Results 1 to 25 of 86

Thread: PowerSkills

  1. #1
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default PowerSkills

    BLUMBLEBEE's
    PowerSkills
    mining - fishing - woodcutting

    Current Version: 0.01

    Currently Supported Skills
    - Fishing
    - Fly fishing
    - Net Fishing

    - Mining
    - Iron
    - Copper
    - Tin

    Woodcutting
    - Willows
    - Oak
    - Normal
    ProgressReports
    PHP Code:
     _______________________________________________________________
    |`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |`
    "|     Time Running : 6 Hours, 15 Minutes and 23 Seconds   |`"|
    |`"
    |     Players Active 1 out of 1 total                   |`"|
    |
    `"|     Dropped : 3267 total items                          |`"|
    |`
    "|     Completed : 147 total loads                         |`"|
    |`"
    `"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |
    `"|     Player[0]: Active : T; Loads : 147; Caught : 3267   |`"|
    |
    _______________________________________________________________
    Quote Originally Posted by Coh3n View Post
    PHP Code:
     _______________________________________________________________
    |`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |`
    "|     Time Running : 11 Hours, 12 Minutes and 18 Seconds  |`"|
    |`"
    |     Players Active 4 out of 4 total                   |`"|
    |
    `"|     Dropped : 3080 total items                          |`"|
    |`
    "|     Completed : 122 total loads                         |`"|
    |`"
    `"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |
    `"|     Player[0]: Active : T; Loads : 35; Caught : 885     |`"|
    |`
    "|     Player[1]: Active : T; Loads : 29; Caught : 733     |`"|
    |`"
    |     Player[2]: Active TLoads 28Caught 708     |`"|
    |
    `"|     Player[3]: Active : T; Loads : 30; Caught : 754     |`"|
    |
    _______________________________________________________________
    Quote Originally Posted by tompa55 View Post
    PHP Code:
    |`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |`
    "|     Time Running : 1 Hours, 52 Minutes and 8 Seconds    |`"|
    |`"
    |     Players Active 1 out of 1 total                   |`"|
    |
    `"|     Dropped : 544 total items                           |`"|
    |`
    "|     Completed : 30 total loads                          |`"|
    |`"
    `"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |
    `"|     Player[0]: Active : T; Loads : 30; Mined : 544      |`"|
    |
    _______________________________________________________________ 
    iron mining. Works like a charm.
    Quote Originally Posted by Ghosthree3 View Post
    PHP Code:
     _______________________________________________________________
    |`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |`
    "|     Time Running : 1 Hours, 30 Minutes and 59 Seconds   |`"|
    |`"
    |     Players Active 1 out of 1 total                   |`"|
    |
    `"|     Dropped : 560 total items                           |`"|
    |`
    "|     Completed : 20 total loads                          |`"|
    |`"
    `"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |
    `"|     Player[0]: Active : T; Loads : 20; Mined : 560      |`"|
    |
    _______________________________________________________________
    Instructions:
    - Download the file below, and Unzip it in your scripts folder. Then open the file entitled "Powerskills" and fill out the following information:

    SCAR Code:
    with Players[0] do
      begin
        Name           := '';
        Pass           := '';
        Skill          := 'YourSkillHere'; // ex Mining, Woodcutting, Fishing
        Strings[Style] := 'Specific object here'; // ex Iron, Fly, Willow, Oak
      end;

    valid Arguments for String[Style] are:
    - Iron
    - Copper
    - Tin
    - Willow
    - Oak
    - Normal
    - Fly
    - Net (untested)
    Please Post Bug Reports, Thoughts, Idea's, etc. Thanks
    Last edited by Blumblebee; 04-08-2010 at 02:17 AM.

  2. #2
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow Its been a while since we got a hybrid here Looks nice. I will test it and give you feedback

    Edit: Awesome! Very efficient Only tested fishing.

    PHP Code:
     _______________________________________________________________
    |`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |`
    "|     Time Running : 1 Hours, 23 Minutes and 20 Seconds   |`"|
    |`"
    |     Players Active 1 out of 1 total                   |`"|
    |
    `"|     Dropped : 676 total items                           |`"|
    |`
    "|     Completed : 26 total loads                          |`"|
    |`"
    `"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`|
    |
    `"|     Player[0]: Active : T; Loads : 26; Caught : 676     |`"|
    |
    _______________________________________________________________
    Last edited by FEAR; 12-13-2009 at 09:46 AM.

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the progress report any bugs or problems?
    “Ignorance, the root and the stem of every evil.”

  4. #4
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Blumblebee View Post
    Thanks for the progress report any bugs or problems?
    Yes well quite often (very often in fact) scar kept crashing and closing... Had to use another powerfisher after sometime.

  5. #5
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I thought star's script was gravedigged(inb4 grammer nazi).

    Anyway the proggys look good, I might have to read the code later

  6. #6
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by FEAR View Post
    Yes well quite often (very often in fact) scar kept crashing and closing... Had to use another powerfisher after sometime.
    scar crashes for you? thats weird, I don't use bitmaps or DTMs...ah its probably because I tried using Getsymbols as a failsafe which i guess is kinda fail. I'll fix something up sorry.
    Quote Originally Posted by MylesMadness View Post
    I thought star's script was gravedigged(inb4 grammer nazi).

    Anyway the proggys look good, I might have to read the code later
    yeah I remembered how sick his script was and though i would somewhat recreate it
    “Ignorance, the root and the stem of every evil.”

  7. #7
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Blumblebee View Post
    scar crashes for you? thats weird, I don't use bitmaps or DTMs...ah its probably because I tried using Getsymbols as a failsafe which i guess is kinda fail. I'll fix something up sorry.


    yeah I remembered how sick his script was and though i would somewhat recreate it
    OK Just another thing I remembered. It doesn't check all the fishing symbols in the minimap when the fish from one spot disappears. Just stands there.

  8. #8
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by FEAR View Post
    OK Just another thing I remembered. It doesn't check all the fishing symbols in the minimap when the fish from one spot disappears. Just stands there.
    :/ it should, although I've only tested it in Barbarian village. I'll do a little bit of housecleaning on it i suppose
    “Ignorance, the root and the stem of every evil.”

  9. #9
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Blumblebee View Post
    :/ it should, although I've only tested it in Barbarian village. I'll do a little bit of housecleaning on it i suppose
    And doesn't detect if feather finished. Keeps trying to fish...

  10. #10
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by FEAR View Post
    And doesn't detect if feather finished. Keeps trying to fish...
    tehe, about that... i forgot about it kuz i had like 150k feathers on my test account lol. Give me <10 minutes and ill add it+fix the symbol shit.
    “Ignorance, the root and the stem of every evil.”

  11. #11
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey mate
    Was just wondering do u reckon you could add yews? with banking
    but i will test willows for now
    Being A Boss

  12. #12
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HayHay89 View Post
    hey mate
    Was just wondering do u reckon you could add yews?
    but i will test willows for now
    you...you want to powerchop yew tree's? haha why?
    “Ignorance, the root and the stem of every evil.”

  13. #13
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its good xp for my main
    and u could add banking if u wanted to
    Being A Boss

  14. #14
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HayHay89 View Post
    its good xp for my main
    and u could add banking if u wanted to
    meh, I'm not much in for banking really i might as well just write a woodcutting script then a power leveling script (and i'm lazy )

    Script updated:

    main focus = Powerfishing (thanks FEAR)

    - Changed some symbol stuff (can still give the out of range error with Findsymbols, i'll take it out if it becomes an issue)
    - added failsafes for TPA symbol finding
    - added a feather DTM watch

    more bug fixes to come! please point them out
    “Ignorance, the root and the stem of every evil.”

  15. #15
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well if u ever get around to it alot of people will be grateful

    and yer if u want u can add yews to power cut ill use it
    Being A Boss

  16. #16
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HayHay89 View Post
    well if u ever get around to it alot of people will be grateful

    and yer if u want u can add yews to power cut ill use it
    I guess i could give some locations a go, however I think I'm going to focus my next script on combat. And in the next update I will add yew's, i don't have an account that can chop yews so it will be kinda hit and miss for it.
    “Ignorance, the root and the stem of every evil.”

  17. #17
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    do u wanna borrow one?

    or will u manage?
    Being A Boss

  18. #18
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HayHay89 View Post
    do u wanna borrow one?

    or will u manage?
    i can manage all I need to do is collect colors, so i don't really even need to click the tree.
    “Ignorance, the root and the stem of every evil.”

  19. #19
    Join Date
    Jun 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 5: [Error] (11:11): Unknown identifier 'SmartIsKeyDown' in script C:\Program Files\SCAR 3.22\includes\SRL\SRL\Misc\SMART.scar


    I get this message Why?

  20. #20
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tompa55 View Post
    Line 5: [Error] (11:11): Unknown identifier 'SmartIsKeyDown' in script C:\Program Files\SCAR 3.22\includes\SRL\SRL\Misc\SMART.scar


    I get this message Why?
    you need SMART downloaded I'm thinking.
    “Ignorance, the root and the stem of every evil.”

  21. #21
    Join Date
    Jun 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh, i havent autoed in ages and i just downloaded scar and its the newest SRL uptade i think... Where do i download this SMART? sorry for causing problems.

    I have this: SRL v4 #42 has been downloaded and installed.

  22. #22
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tompa55 View Post
    Oh, i havent autoed in ages and i just downloaded scar and its the newest SRL uptade i think... Where do i download this SMART? sorry for causing problems
    if you have the newest SRL, you simply need to move your plugins (from the "Move to plugins" folder to the "plugins" folder
    “Ignorance, the root and the stem of every evil.”

  23. #23
    Join Date
    Jun 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont understand.. but ill search the forums..

  24. #24
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    http://www.villavu.com/forum/showthread.php?t=47714

    is a good tut for new people
    and setting up your scar to work

    And a proggy

    |`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"` "`"`"`"`"`"`"`|
    |`"| Time Running : 1 Hours, 6 Minutes and 31 Seconds |`"|
    |`"| Players Active : 1 out of 1 total |`"|
    |`"| Dropped : 532 total items |`"|
    |`"| Completed : 20 total loads |`"|
    |`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"`"` "`"`"`"`"`"`"`|
    |`"| Player[0]: Active : T; Loads : 20; Chopped : 532 |`"|
    |_________________________________________________ ______________|
    Being A Boss

  25. #25
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @ Bumblebee- Cool update! I <3 updates Will test the new one out.

    @ HayHay89- Why would you want to powerchop yews? Willows are faster. People with 98 (I have seen a couple of 99s too) cut willows to level up (or in case of the 99s, to decrease rank). Yew is way to slow for exp. People only cut it for money... Or if you are member, cut ivys. Better than willows(more xp) and nothing comes in inv so no need to drop/bank

    @ tompa55- Get the latest dev version of SRL not the public one. Go to the link HayHay89 posted.

    Edit: Bumblebee you forgot to add featherDTM to var

    Edit2: Uhh I had 2.7k feathers and script said no feather and stopped :/

    Edit 3: I think I know why. You choose a feather subpoint which was on top of the feather which if there are lots of feathers, get covered by the numbers.

    Here is the DTM I made which works. Put it in the script if you are feeling too lazy to make one

    SCAR Code:
    FeatherDTM := DTMFromString('78DA63CC65666068636440064BE6CE05D3305' +
           '1C632A09A165435060A0AA86AB2806A1A50D5303030A1AA4907AA' +
           'E926A0261FA8A687087326E357030083770839');

    Edit4: DTM works till I log out :s I tried many DTMs, doesnt work after closing scar and reopening. You might have to use bitmaps or use a autocolor function.

    :/
    Last edited by FEAR; 12-15-2009 at 03:28 PM.

Page 1 of 4 123 ... LastLast

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
  •